aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-09-04eth: fbnic: Add support to fetch group statsMohsin Bashir8-0/+211
2024-09-04eth: fbnic: Add ethtool support for fbnicMohsin Bashir7-3/+49
2024-09-04net: sparx5: ditch sparx5_fdma_rx/tx_reload() functionsDaniel Machon1-10/+4
2024-09-04net: sparx5: use contiguous memory for tx buffersDaniel Machon2-45/+13
2024-09-04net: sparx5: use library helper for freeing tx buffersDaniel Machon1-0/+1
2024-09-04net: sparx5: use FDMA library for adding DCB's in the tx pathDaniel Machon1-30/+9
2024-09-04net: sparx5: use the FDMA library for allocation of tx buffersDaniel Machon2-64/+44
2024-09-04net: sparx5: use a few FDMA helpers in the rx pathDaniel Machon1-10/+7
2024-09-04net: sparx5: use library helper for freeing rx buffersDaniel Machon1-0/+1
2024-09-04net: sparx5: use FDMA library for adding DCB's in the rx pathDaniel Machon1-46/+3
2024-09-04net: sparx5: use the FDMA library for allocation of rx buffersDaniel Machon2-54/+43
2024-09-04net: sparx5: replace a few variables with new equivalent onesDaniel Machon2-46/+63
2024-09-04net: sparx5: use FDMA library symbolsDaniel Machon3-44/+3
2024-09-04net: microchip: add FDMA libraryDaniel Machon7-0/+417
2024-09-04net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanupSouradeep Chakrabarti1-9/+13
2024-09-03be2net: Remove unused declarationsYue Haibing2-5/+0
2024-09-03qlcnic: Remove unused declarationsYue Haibing2-11/+0
2024-09-03net: alacritech: Partially revert "net: alacritech: Switch to use dev_err_pro...Krzysztof Kozlowski1-5/+8
2024-09-03net: mvpp2: Remove setting of RX software timestampGal Pressman1-2/+0
2024-09-03octeontx2-pf: Remove setting of RX software timestampGal Pressman1-2/+0
2024-09-03gianfar: Remove setting of RX software timestampGal Pressman1-8/+2
2024-09-03net: enetc: Remove setting of RX software timestampGal Pressman1-8/+2
2024-09-03net: fec: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-03net: hns3: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-03net: ethernet: rtsn: Remove setting of RX software timestampGal Pressman1-2/+0
2024-09-03net: renesas: rswitch: Remove setting of RX software timestampGal Pressman1-2/+0
2024-09-03ravb: Remove setting of RX software timestampGal Pressman1-2/+2
2024-09-03ionic: Remove setting of RX software timestampGal Pressman1-2/+0
2024-09-03tsnep: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-03Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski11-25/+347
2024-09-03ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba1-2/+5
2024-09-03ice: remove ICE_CFG_BUSY locking from AF_XDP codeLarysa Zaremba1-9/+0
2024-09-03ice: check ICE_VSI_DOWN under rtnl_lock when preparing for resetLarysa Zaremba1-6/+6
2024-09-03ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba3-7/+7
2024-09-03ice: protect XDP configuration with a mutexLarysa Zaremba4-19/+39
2024-09-03ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba4-118/+49
2024-09-03cxgb: Remove unused declarationsYue Haibing2-4/+0
2024-09-03cxgb4: Remove unused declarationsYue Haibing3-7/+0
2024-09-03cxgb3: Remove unused declarationsYue Haibing1-2/+0
2024-09-03net: bcmasp: Simplify with scoped for each OF child loopJinjie Ruan1-3/+2
2024-09-03net: mv643xx_eth: Simplify with scoped for each OF child loopJinjie Ruan1-3/+2
2024-09-03net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped()Jinjie Ruan1-4/+2
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin6-17/+12
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin7-9/+14
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin11-15/+20
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin1-1/+1
2024-09-03net: ethernet: ti: am65-cpsw: Fix RX statistics for XDP_TX and XDP_REDIRECTRoger Quadros1-4/+13
2024-09-03net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TXRoger Quadros1-1/+2
2024-09-03net: ethernet: ti: am65-cpsw: fix XDP_DROP, XDP_TX and XDP_REDIRECTRoger Quadros1-28/+34
2024-09-02r8169: add support for RTL8126A rev.bChunHao Lin3-15/+29