index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Lines
2026-03-03
i40e: Add missing wordpart.h header
Andy Shevchenko
-0
/
+2
2026-03-03
i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields()
Yury Norov (NVIDIA)
-13
/
+8
2026-03-03
ice: Make name member of struct ice_cgu_pin_desc const
Simon Horman
-1
/
+1
2026-03-03
net: phy: improve mdiobus_stats_acct
Heiner Kallweit
-8
/
+3
2026-03-03
net: phy: inline helper mdio_bus_get_global_stat
Heiner Kallweit
-15
/
+8
2026-03-03
net: mdio: use macro __ATTRIBUTE_GROUPS
Heiner Kallweit
-12
/
+4
2026-03-03
net: mdio: constify attributes and attribute arrays
Heiner Kallweit
-9
/
+10
2026-03-03
net: phy: avoid extra casting in mdio_bus_get_stat
Heiner Kallweit
-2
/
+2
2026-03-03
net: phy: consider that mdio_bus_device_stat_field_show doesn't use member ad...
Heiner Kallweit
-1
/
+0
2026-03-03
net: mdio: use macro __ATTR to simplify the code
Heiner Kallweit
-11
/
+4
2026-03-03
net: mdio: extend struct mdio_bus_stat_attr instead of using dev_ext_attribute
Heiner Kallweit
-25
/
+20
2026-03-03
net: ti: davinci_emac: stop using bus type mdio_bus_type
Heiner Kallweit
-24
/
+15
2026-03-03
net: ti: icssg: Add HSR/PRP protocol frame filtering
MD Danish Anwar
-2
/
+75
2026-03-03
wifi: mt76: Fix possible oob access in mt76_connac2_mac_write_txwi_80211()
Lorenzo Bianconi
-0
/
+1
2026-03-03
wifi: mt76: mt7925: Fix possible oob access in mt7925_mac_write_txwi_80211()
Lorenzo Bianconi
-0
/
+1
2026-03-03
wifi: mt76: mt7996: Fix possible oob access in mt7996_mac_write_txwi_80211()
Lorenzo Bianconi
-0
/
+1
2026-03-03
Merge tag 'ath-current-20260302' of git://git.kernel.org/pub/scm/linux/kernel...
Johannes Berg
-26
/
+16
2026-03-03
wifi: wlcore: Fix a locking bug
Bart Van Assche
-2
/
+2
2026-03-03
wifi: cw1200: Fix locking in error paths
Bart Van Assche
-0
/
+2
2026-03-03
octeon_ep_vf: avoid compiler and IQ/OQ reordering
Vimlesh Kumar
-16
/
+33
2026-03-03
octeon_ep_vf: Relocate counter updates before NAPI
Vimlesh Kumar
-2
/
+15
2026-03-03
octeon_ep: avoid compiler and IQ/OQ reordering
Vimlesh Kumar
-16
/
+32
2026-03-03
octeon_ep: Relocate counter updates before NAPI
Vimlesh Kumar
-4
/
+15
2026-03-03
net: mana: Trigger VF reset/recovery on health check failure due to HWC timeout
Dipayaan Roy
-33
/
+41
2026-03-03
bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loaded
Jiayuan Chen
-2
/
+9
2026-03-03
wifi: rtlwifi: pci: fix possible use-after-free caused by unfinished irq_prep...
Duoming Zhou
-0
/
+1
2026-03-03
wifi: rtw88: check for PCI upstream bridge existence
Fedor Pchelkin
-1
/
+2
2026-03-02
net: sparx5: replace sparx5_start() with sparx5_forwarding_init()
Daniel Machon
-8
/
+2
2026-03-02
net: sparx5: move FDMA/XTR initialization out of sparx5_start()
Daniel Machon
-46
/
+63
2026-03-02
net: sparx5: move PTP IRQ handling out of sparx5_start()
Daniel Machon
-23
/
+29
2026-03-02
net: sparx5: move remaining init functions from start() to probe()
Daniel Machon
-8
/
+4
2026-03-02
net: sparx5: move calendar initialization to probe
Daniel Machon
-12
/
+20
2026-03-02
net: sparx5: move stats initialization and add deinit function
Daniel Machon
-8
/
+20
2026-03-02
net: sparx5: move MAC table initialization and add deinit function
Daniel Machon
-33
/
+44
2026-03-02
net: sparx5: move VCAP initialization to probe
Daniel Machon
-8
/
+12
2026-03-02
net: sparx5: move netdev and notifier block registration to probe
Daniel Machon
-20
/
+21
2026-03-03
wifi: rtw89: ser: post-recover DMAC state to prevent LPS
Zong-Zhe Yang
-1
/
+8
2026-03-03
wifi: rtw89: ser: Wi-Fi 7 reset HALT C2H after reading it
Zong-Zhe Yang
-1
/
+6
2026-03-03
wifi: rtw89: debug: add SER SW counters to count simulation
Zong-Zhe Yang
-0
/
+15
2026-03-03
wifi: rtw89: rfk: add hardware version to rtw89_fw_h2c_rf_pre_ntfy_mcc for ne...
Ping-Ke Shih
-0
/
+3
2026-03-03
wifi: rtw89: add H2C command to protect TX/RX for unused PHY
Kuan-Chung Chen
-0
/
+148
2026-03-03
wifi: rtw89: 8851b: update supported firmware format to 1
Zong-Zhe Yang
-1
/
+1
2026-03-02
net: stmmac: move DMA configuration validation to driver probe
Russell King (Oracle)
-5
/
+5
2026-03-02
net: stmmac: simplify atds initialisation
Russell King (Oracle)
-3
/
+4
2026-03-02
net: stmmac: move initialisation of dma_cfg->atds
Russell King (Oracle)
-3
/
+7
2026-03-02
net: stmmac: make dma_cfg mixed/fixed burst boolean
Russell King (Oracle)
-3
/
+1
2026-03-02
net: stmmac: make chain_mode a boolean
Russell King (Oracle)
-2
/
+3
2026-03-02
net: stmmac: make extend_desc boolean
Russell King (Oracle)
-2
/
+6
2026-03-02
net: stmmac: remove mac->xlgmac
Russell King (Oracle)
-8
/
+0
2026-03-02
net: stmmac: remove dwmac410_(enable|disable)_dma_irq
Russell King (Oracle)
-33
/
+1
[prev]
[next]