aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-04-13mlx4: use READ_ONCE/WRITE_ONCE for ring indexesJakub Kicinski1-3/+5
2023-04-13bnxt: use READ_ONCE/WRITE_ONCE for ring indexesJakub Kicinski3-11/+10
2023-04-13net: stmmac: dwmac-qcom-ethqos: Add EMAC3 supportAndrew Halaney1-21/+101
2023-04-13net: stmmac: dwmac-qcom-ethqos: Use loopback_en for all speedsAndrew Halaney1-19/+17
2023-04-13net: stmmac: dwmac-qcom-ethqos: Respect phy-mode and TX delayAndrew Halaney1-5/+15
2023-04-13net: stmmac: dwmac4: Allow platforms to specify some DMA/MTL offsetsAndrew Halaney5-141/+274
2023-04-13net: stmmac: Pass stmmac_priv in some callbacksAndrew Halaney13-177/+291
2023-04-13net: stmmac: Remove some unnecessary void pointersAndrew Halaney8-40/+47
2023-04-13net: stmmac: Fix DMA typoAndrew Halaney1-1/+1
2023-04-13net: stmmac: Remove unnecessary if statement bracketsAndrew Halaney1-2/+1
2023-04-13net: enetc: workaround for unresponsive pMAC after receiving express trafficVladimir Oltean1-0/+16
2023-04-13bnxt_en: Allow to set switchdev mode without existing VFsIvan Vecera3-10/+41
2023-04-12net: ethernet: Add missing depends on MDIO_DEVRESAndrew Lunn4-0/+4
2023-04-12net: ti/cpsw: Add explicit platform_device.h and of_platform.h includesRob Herring2-2/+3
2023-04-12ksz884x: Remove unused functionsSimon Horman1-294/+0
2023-04-12ionic: Don't overwrite the cyclecounter bitmaskBrett Creeley1-3/+2
2023-04-12net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handlingSebastian Reichel1-10/+4
2023-04-12net: ethernet: stmmac: dwmac-rk: rework optional clock handlingSebastian Reichel1-113/+70
2023-04-12qlcnic: check pci_reset_function resultDenis Plotnikov1-1/+7
2023-04-11net/mlx5: DR, Add modify-header-pattern ICM poolYevgeny Kliteynik6-16/+132
2023-04-11net/mlx5: DR, Prepare sending new WQE typeYevgeny Kliteynik1-21/+39
2023-04-11net/mlx5: DR, Set counter ID on the last STE for STEv1 TXYevgeny Kliteynik1-3/+4
2023-04-11net/mlx5: Create a new profile for SFsParav Pandit4-4/+14
2023-04-11net/mlx5: Bridge, add tracepoints for multicastVlad Buslov6-20/+63
2023-04-11net/mlx5: Bridge, implement mdb offloadVlad Buslov5-4/+413
2023-04-11net/mlx5: Bridge, support multicast VLAN popVlad Buslov3-9/+236
2023-04-11net/mlx5: Bridge, add per-port multicast replication tablesVlad Buslov4-3/+370
2023-04-11net/mlx5: Bridge, snoop igmp/mld packetsVlad Buslov6-5/+384
2023-04-11net/mlx5: Bridge, extract code to lookup parent bridge of portVlad Buslov1-21/+26
2023-04-11net/mlx5: Bridge, move additional data structures to priv headerVlad Buslov2-85/+85
2023-04-11net/mlx5: Bridge, increase bridge tables sizesVlad Buslov1-6/+6
2023-04-11gve: Unify duplicate GQ min pkt desc size constantsShailend Chand2-4/+2
2023-04-10net: ethernet: mtk_eth_soc: use be32 type to store be32 valuesSimon Horman1-1/+1
2023-04-10net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski2-10/+8
2023-04-10bnxt: use new queue try_stop/try_wake macrosJakub Kicinski1-33/+7
2023-04-10ixgbe: use new queue try_stop/try_wake macrosJakub Kicinski1-28/+10
2023-04-09net: aquantia: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-09net: nfp: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-07net: stmmac: dwmac-anarion: Always return struct anarion_gmac * from anarion_...Simon Horman1-3/+3
2023-04-07net: stmmac: dwmac-anarion: Use annotation __iomem for register baseSimon Horman1-4/+4
2023-04-07net: stmmac: remove set but unused mask in stmmac_ethtool_set_link_ksettings()Vladimir Oltean1-9/+0
2023-04-07Merge tag 'ipsec-esn-replay' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski4-110/+497
2023-04-07net: ethernet: ti: am65-cpsw: Enable USXGMII mode for J784S4 CPSW9GSiddharth Vadapalli1-2/+12
2023-04-07net: ethernet: ti: am65-cpsw: Enable QSGMII for J784S4 CPSW9GSiddharth Vadapalli1-0/+8
2023-04-07net: ethernet: ti: am65-cpsw: Move mode specific config to mac_config()Siddharth Vadapalli1-4/+18
2023-04-07iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki3-47/+45
2023-04-07iavf: refactor VLAN filter statesAhmed Zaki3-26/+28
2023-04-07net: ethernet: mtk_eth_soc: mtk_ppe: prefer newly added l2 flowsFelix Fietkau1-2/+12
2023-04-07net: ethernet: mtk_eth_soc: add code for offloading flows from wlan devicesFelix Fietkau3-14/+130
2023-04-07niu: Fix missing unwind goto in niu_alloc_channels()Harshit Mogalapalli1-1/+1