summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-09net/mlx5: Relax capability check for eswitch query pathsMoshe Shemesh3-10/+12
2026-05-09ixgbe: E610: do not fill EEE lp_advertised from local PHY capsDavid Carlier1-20/+0
2026-05-09net: bcmasp: Keep phy link during WoL sleep cycleJustin Chen1-14/+48
2026-05-09net: bcmasp: Divide init to allow partial bring upJustin Chen1-112/+98
2026-05-09net: phy: dp83867: add MDI-X managementLuca Ellero1-0/+60
2026-05-09gve: Use generic power managementVaibhav Gupta1-8/+7
2026-05-09bnxt_en: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-1/+0
2026-05-09net: ethernet: atheros: atl2: remove kernel backward-compatibility codeEthan Nelson-Moore1-34/+3
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski61-420/+1162
2026-05-07Merge tag 'net-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds60-414/+1155
2026-05-07net: sparx5: configure serdes for 1000BASE-X in sparx5_port_init()Daniel Machon1-1/+2
2026-05-07net: sparx5: fix wrong chip ids for TSN SKUsDaniel Machon1-5/+5
2026-05-07net: stmmac: dwmac-nuvoton: fix NULL pointer dereference in nvt_set_phy_intf_...Joey Lu1-0/+2
2026-05-07net: phy: broadcom: Save PHY counters during suspendJustin Chen4-0/+29
2026-05-07veth: fix OOB txq access in veth_poll() with asymmetric queue countsJesper Dangaard Brouer1-1/+2
2026-05-07eth: fbnic: fix double-free of PCS on phylink creation failureBobby Eshleman1-1/+2
2026-05-07w5100: remove unused gpio link detectionArnd Bergmann3-64/+3
2026-05-07w5300: remove unused driverArnd Bergmann3-728/+0
2026-05-07w5100: remove MMIO supportArnd Bergmann3-369/+3
2026-05-07net/mlx5: E-Switch, load reps via work queue after registrationMark Bloch1-0/+34
2026-05-07net/mlx5: E-Switch, unwind only newly loaded representor typesMark Bloch1-9/+29
2026-05-07net/mlx5: E-Switch, serialize representor lifecycleMark Bloch3-10/+110
2026-05-07net/mlx5: Lag, avoid LAG and representor lock cyclesMark Bloch5-34/+134
2026-05-07net/mlx5: E-Switch, add representor lifecycle lockMark Bloch2-0/+18
2026-05-07net/mlx5: E-Switch, let esw work callers choose GFP flagsMark Bloch1-3/+5
2026-05-07net/mlx5: Lag: refactor representor reload handlingMark Bloch3-26/+33
2026-05-07r8152: Add firmware upload capability for RTL8157/RTL8159Birger Koblitz1-1/+14
2026-05-07r8152: Add support for the RTL8159 chipBirger Koblitz1-16/+261
2026-05-07r8152: Add support for 10Gbit Link Speeds and EEEBirger Koblitz1-3/+50
2026-05-07net: ethernet: cortina: Drop half-assembled SKBAndreas Haarmann-Thiemann1-0/+5
2026-05-07net/mlx5e: Report stop and wake TX queue statsGal Pressman1-0/+9
2026-05-07net/mlx5e: Report TX csum_none netdev statGal Pressman1-0/+5
2026-05-07net/mlx5e: Report RX HW-GRO netdev statsGal Pressman1-0/+14
2026-05-07net/mlx5e: Report hw_gso_packets and hw_gso_bytes netdev statsGal Pressman1-0/+14
2026-05-07net/mlx5e: Count full skb length in TSO byte countersGal Pressman1-2/+2
2026-05-07net: rtsn: fix mdio_node leak in rtsn_mdio_alloc()Shitalkumar Gandhi1-2/+4
2026-05-07netdevsim: psp: rcu protect psp_dev referenceDaniel Zahka2-20/+36
2026-05-07netdevsim: psp: serialize calls to nsim_psp_uninit()Daniel Zahka2-3/+16
2026-05-07netdevsim: psp: only call nsim_psp_uninit() on PFsDaniel Zahka1-1/+2
2026-05-07rtase: Fix flow control configurationJustin Lai2-0/+7
2026-05-07Merge tag 'ovpn-net-20260504' of https://github.com/OpenVPN/ovpn-net-nextJakub Kicinski1-0/+7
2026-05-06Merge tag 'wireless-next-2026-05-06' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski13-442/+2173
2026-05-06Merge tag 'wireless-2026-05-06' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski13-60/+160
2026-05-06wifi: iwlwifi: don't blindly start the responder upon BSS_CHANGED_FTM_RESPONDEREmmanuel Grumbach2-4/+4
2026-05-06wifi: mac80211_hwsim: claim HT STBC capabilityJohannes Berg1-1/+3
2026-05-06wifi: mac80211_hwsim: enable NAN_DATA interface simulation supportDaniel Gabay1-6/+3
2026-05-06wifi: mac80211_hwsim: Support Tx of multicast data on NANIlan Peer1-3/+53
2026-05-06wifi: mac80211_hwsim: Do not declare support for NDPEIlan Peer1-2/+1
2026-05-06wifi: mac80211_hwsim: Declare support for secure NANDaniel Gabay1-0/+3
2026-05-06wifi: mac80211_hwsim: add NAN data path TX/RX supportDaniel Gabay3-29/+243