eth: remove neterion/vxgeThe last meaningful change to this driver was made by Jon in 2011.As much as we'd like to believe that this is because the code isperfect the chances are nobody is using
eth: remove neterion/vxgeThe last meaningful change to this driver was made by Jon in 2011.As much as we'd like to believe that this is because the code isperfect the chances are nobody is using this hardware.Because of the size of this driver there is a nontrivial maintenancecost to keeping this code around, in the last 2 years we're averagingmore than 1 change a month. Some of which require nontrivial revieweffort, see commit 877fe9d49b74 ("Revert "drivers/net/ethernet/neterion/vxge:Fix a use-after-free bug in vxge-main.c"") for example.Let's try to remove this driver. In general, IMHO, we need toestablish a clear path for shedding dead code. It will be hardto unless we have some experience trying to delete stuff.Link: https://lore.kernel.org/r/20220701044234.706229-1-kuba@kernel.orgSigned-off-by: Jakub Kicinski <kuba@kernel.org>
show more ...
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 <kuba@kernel.org>Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>Acked-by: Shannon Nelson <snelson@pensando.io>Signed-off-by: David S. Miller <davem@davemloft.net>