summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2024-09-09tg3: Remove setting of RX software timestampGal Pressman
2024-09-09bnxt_en: Remove setting of RX software timestampGal Pressman
2024-09-09net: ti: icssg-prueth: Make pa_stats optionalMD Danish Anwar
2024-09-09net: ibm: emac: Use __iomem annotation for emac_[xg]aht_baseSimon Horman
2024-09-09net: ag71xx: disable napi interrupts during probeSven Eckelmann
2024-09-09net: ag71xx: remove always true branchRosen Penev
2024-09-09net: ag71xx: get reset control using devm apiRosen Penev
2024-09-09net: ag71xx: use ethtool_putsRosen Penev
2024-09-09net: ag71xx: update FIFO bits and descriptionsRosen Penev
2024-09-09net: ag71xx: add MODULE_DESCRIPTIONRosen Penev
2024-09-09net: ag71xx: add COMPILE_TEST to test compilationRosen Penev
2024-09-09net: ethernet: fs_enet: phylink conversionMaxime Chevallier
2024-09-09net: ethernet: fs_enet: simplify clock handling with devm accessorsMaxime Chevallier
2024-09-09net: ethernet: fs_enet: use macros for speed and duplex valuesMaxime Chevallier
2024-09-09net: ethernet: fs_enet: drop unused phy_info and mii_if_infoMaxime Chevallier
2024-09-09net: ethernet: fs_enet: only protect the .restart() call in .adjust_linkMaxime Chevallier
2024-09-09net: ethernet: fs_enet: drop the .adjust_link custom fs_opsMaxime Chevallier
2024-09-09net: ethernet: fs_enet: cosmetic cleanupsMaxime Chevallier
2024-09-09net: ethernet: fs_enet: convert to SPDXMaxime Chevallier
2024-09-06octeontx2-pf: Make iplen __be16 in otx2_sqe_add_ext()Simon Horman
2024-09-06octeontx2-af: Pass string literal as format argument of alloc_workqueue()Simon Horman
2024-09-06sfc: siena: rip out rss-context dead codeEdward Cree
2024-09-06net: smc91x: Make use of irq_get_trigger_type()Vasileios Amoiridis
2024-09-06sfc: convert comma to semicolonChen Ni
2024-09-06sfc/siena: Convert comma to semicolonChen Ni
2024-09-06ionic: Convert comma to semicolonChen Ni
2024-09-06net: atlantic: convert comma to semicolonChen Ni
2024-09-06bnx2x: Remove setting of RX software timestampGal Pressman
2024-09-06cxgb4: Remove setting of RX software timestampGal Pressman
2024-09-06ixgbe: Remove setting of RX software timestampGal Pressman
2024-09-06igc: Remove setting of RX software timestampGal Pressman
2024-09-06igb: Remove setting of RX software timestampGal Pressman
2024-09-06ice: Remove setting of RX software timestampGal Pressman
2024-09-06i40e: Remove setting of RX software timestampGal Pressman
2024-09-06net: netcp: Remove setting of RX software timestampGal Pressman
2024-09-06net: ti: icssg-prueth: Remove setting of RX software timestampGal Pressman
2024-09-06net: ethernet: ti: cpsw_ethtool: Remove setting of RX software timestampGal Pressman
2024-09-06net: ethernet: ti: am65-cpsw-ethtool: Remove setting of RX software timestampGal Pressman
2024-09-06mlxsw: spectrum: Remove setting of RX software timestampGal Pressman
2024-09-06net: sparx5: Remove setting of RX software timestampGal Pressman
2024-09-06net: lan966x: Remove setting of RX software timestampGal Pressman
2024-09-06lan743x: Remove setting of RX software timestampGal Pressman
2024-09-05realtek: Update the Makefile and Kconfig in the realtek folderJustin Lai
2024-09-05rtase: Add a Makefile in the rtase folderJustin Lai
2024-09-05rtase: Implement ethtool functionJustin Lai
2024-09-05rtase: Implement pci_driver suspend and resume functionJustin Lai
2024-09-05rtase: Implement net_device_opsJustin Lai
2024-09-05rtase: Implement a function to receive packetsJustin Lai
2024-09-05rtase: Implement .ndo_start_xmit functionJustin Lai
2024-09-05rtase: Implement hardware configuration functionJustin Lai