Documentation: Fix networking typosFix typos.Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>Reviewed-by: Randy Dunlap <rdunlap@infradead.org>Signed-off-by: Jonathan Corbet <corbet@lwn.net>L
Documentation: Fix networking typosFix typos.Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>Reviewed-by: Randy Dunlap <rdunlap@infradead.org>Signed-off-by: Jonathan Corbet <corbet@lwn.net>Link: https://lore.kernel.org/r/20250813200526.290420-7-helgaas@kernel.org
show more ...
Documentation: treewide: Replace remaining spinics links with loreLong before introduction of lore.kernel.org, people would linkto LKML threads on third-party archives (here spinics.net), whichin
Documentation: treewide: Replace remaining spinics links with loreLong before introduction of lore.kernel.org, people would linkto LKML threads on third-party archives (here spinics.net), whichin some cases can be unreliable (as these were outside ofkernel.org control). Replace links to them with lore counterparts(if any).Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>Reviewed-by: Simon Horman <horms@kernel.org>Signed-off-by: Jonathan Corbet <corbet@lwn.net>Link: https://lore.kernel.org/r/20250611065254.36608-2-bagasdotme@gmail.com
net: ti: icssg-prueth: Add ICSSG FW StatsThe ICSSG firmware maintains set of stats called PA_STATS.Currently the driver only dumps 4 stats. Add support for dumping morestats.The offset for diff
net: ti: icssg-prueth: Add ICSSG FW StatsThe ICSSG firmware maintains set of stats called PA_STATS.Currently the driver only dumps 4 stats. Add support for dumping morestats.The offset for different stats are defined as MACROs in icssg_switch_map.hfile. All the offsets are for Slice0. Slice1 offsets are slice0 + 4.The offset calculation is taken care while reading the stats inemac_update_hardware_stats().The statistics are documented inDocumentation/networking/device_drivers/icssg_prueth.rstReviewed-by: Simon Horman <horms@kernel.org>Signed-off-by: MD Danish Anwar <danishanwar@ti.com>Link: https://patch.msgid.link/20250424095316.2643573-1-danishanwar@ti.comSigned-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <rdunlap@infradead.org>Cc: Jonathan Corbet
Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <rdunlap@infradead.org>Cc: Jonathan Corbet <corbet@lwn.net>Cc: linux-doc@vger.kernel.orgCc: Jiri Pirko <jiri@nvidia.com>Cc: "David S. Miller" <davem@davemloft.net>Cc: Eric Dumazet <edumazet@google.com>Cc: Jakub Kicinski <kuba@kernel.org>Cc: Paolo Abeni <pabeni@redhat.com>Cc: netdev@vger.kernel.orgLink: https://lore.kernel.org/r/20230129231053.20863-5-rdunlap@infradead.orgSigned-off-by: Paolo Abeni <pabeni@redhat.com>
docs: networking: ti: Add driver doc for AM65 NUSS switch driverJ721e, J7200 and AM64 have multi port switches which can work in multimac mode and in switch mode. Add documentation explaining how
docs: networking: ti: Add driver doc for AM65 NUSS switch driverJ721e, J7200 and AM64 have multi port switches which can work in multimac mode and in switch mode. Add documentation explaining how to usedifferent modes.Borrowed from:Documentation/networking/device_drivers/ethernet/ti/cpsw_switchdev.rstSigned-off-by: Vignesh Raghavendra <vigneshr@ti.com>Signed-off-by: David S. Miller <davem@davemloft.net>
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>