ionic: update documentation for XDP supportAdd information to our documentation for the XDP featuresand related ethtool stats.While we're here, we also add the missing timestamp stats.Signed-o
ionic: update documentation for XDP supportAdd information to our documentation for the XDP featuresand related ethtool stats.While we're here, we also add the missing timestamp stats.Signed-off-by: Shannon Nelson <[email protected]>Reviewed-by: Simon Horman <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Jakub Kicinski <[email protected]>
show more ...
Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <[email protected]>Cc: Jonathan Corbet
Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <[email protected]>Cc: Jonathan Corbet <[email protected]>Cc: [email protected]Cc: Jiri Pirko <[email protected]>Cc: "David S. Miller" <[email protected]>Cc: Eric Dumazet <[email protected]>Cc: Jakub Kicinski <[email protected]>Cc: Paolo Abeni <[email protected]>Cc: [email protected]Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Paolo Abeni <[email protected]>
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well def
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well defined device type, and then search fora particular driver.While at it rename the section from Vendor drivers toHardware drivers. This seems more accurate, besides peoplesometimes refer to out-of-tree drivers as vendor drivers.Signed-off-by: Jakub Kicinski <[email protected]>Acked-by: Jeff Kirsher <[email protected]>Acked-by: Shannon Nelson <[email protected]>Signed-off-by: David S. Miller <[email protected]>