index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-11
bnxt_en: enable PTM function
Vadim Fedorenko
1
-0
/
+3
2026-08-11
gve: fix NULL dereference due to missing ptp adjfine
Jordan Rhee
1
-0
/
+6
2026-08-11
gve: fix zero-length skb frag with header-split
Jordan Rhee
1
-0
/
+5
2026-08-11
net/mlx5: implement max_sfs parameter
Nikolay Aleksandrov
1
-3
/
+122
2026-08-11
idpf: add missing cpu_to_le32 in idpf_tx_splitq_build_flow_desc
Willem de Bruijn
1
-1
/
+1
2026-08-11
ice: acquire NVM lock around each flash read
Robert Malz
4
-82
/
+58
2026-08-11
ice: clear the default forwarding VSI rule when releasing a VSI
Petr Oros
1
-0
/
+3
2026-08-11
ice: fall back to SBQ when LL PHY timer interface times out
Przemyslaw Korba
1
-18
/
+20
2026-08-11
net: hns3: use txqueue parameter directly in ndo_tx_timeout
Jian Shen
1
-26
/
+22
2026-08-11
net: hns3: add missing const qualifier to hclge_log_error() reg parameter
Jijie Shao
1
-1
/
+1
2026-08-11
net: hns3: set msg->desc to NULL after kfree in hclge_query_reg_info()
Jian Shen
1
-0
/
+1
2026-08-11
net: ngbe: fix NULL pointer dereference in non-MSI-X interrupt enabling
Jiawen Wu
1
-1
/
+3
2026-08-11
net: tap: fix wrong transport_header when sending VLAN-tagged frame
Wei Fang
1
-1
/
+2
2026-08-11
vxlan: do not arm the ageing timer on a device that is down
Baul Lee
1
-1
/
+1
2026-08-11
NTB: ntb_netdev: Preserve RX queue depth on allocation failure
Koichiro Den
1
-7
/
+8
2026-08-10
et131x: propagate EEPROM readiness errors
Avi Weiss
1
-1
/
+1
2026-08-10
net: sfp: fix hwmon_name memory leak on hwmon registration failure
Krishan Singh
1
-0
/
+4
2026-08-10
tap: fix incorrect variable used for USO check in set_offload()
Rongguang Wei
1
-3
/
+2
2026-08-10
net: xilinx: axienet: Treat xlnx,rxmem as a required property
Suraj Gupta
1
-1
/
+4
2026-08-10
bonding: fix wrong extack attribute in ARP validate netlink error path
Hangbin Liu
1
-1
/
+1
2026-08-10
net: phy: realtek: fix EEE advertisement write on the internal PHY MMD path
Oleksij Rempel
1
-1
/
+1
2026-08-10
amt: Don't support cross-netns setup.
Kuniyuki Iwashima
1
-0
/
+3
2026-08-10
veth: fix queue index used to wake the peer txq in veth_poll
Jonas Köppeler
1
-1
/
+1
2026-08-10
net: phy: add DAPU Telecom DAP8211R(I) Gigabit Ethernet PHY driver
Artem Shimko
3
-0
/
+230
2026-08-10
macvlan: inherit needed_headroom and needed_tailroom from lowerdev
Eric Dumazet
1
-0
/
+4
2026-08-10
ipvlan: inherit needed_headroom and needed_tailroom from phy_dev
Eric Dumazet
1
-0
/
+4
2026-08-10
eth: bnxt: avoid deadlock when canceling IRQ affinity notifier
Jakub Kicinski
2
-25
/
+64
2026-08-10
eth: bnxt: decrease indent in bnxt_request_irq()
Jakub Kicinski
1
-23
/
+23
2026-08-10
eth: bnxt: keep the aRFS rmap updated when TPH is enabled
Jakub Kicinski
1
-4
/
+15
2026-08-10
eth: bnxt: cancel IRQ notifier before freeing affinity mask
Jakub Kicinski
1
-2
/
+2
2026-08-10
net: pass net_device_path_ctx to dev_fill_forward_path()
Lorenzo Bianconi
2
-2
/
+12
2026-08-10
Merge tag 'v7.2-rc7' into driver-core-next
Danilo Krummrich
358
-1720
/
+3893
2026-08-09
ovpn: defer key slot crypto freeing to workqueue
Ralf Lici
4
-16
/
+18
2026-08-09
ovpn: run deferred work on a module-owned workqueue
Ralf Lici
4
-10
/
+30
2026-08-07
net: mana: Extend RX CQE coalescing up to 8 packets
Haiyang Zhang
2
-54
/
+112
2026-08-07
net: wangxun: add pcie error handler
Jiawen Wu
5
-5
/
+223
2026-08-07
net: wangxun: implement soft quiesce for PCIe error recovery
Jiawen Wu
5
-0
/
+63
2026-08-07
net: wangxun: add reinit parameter to wx->do_reset callback
Jiawen Wu
8
-11
/
+11
2026-08-07
net: wangxun: add Tx timeout process
Jiawen Wu
8
-5
/
+286
2026-08-07
net: ngbe: implement libwx reset ops
Jiawen Wu
3
-3
/
+36
2026-08-07
tun/tap & vhost-net: stop tail-drop when IFF_BACKPRESSURE is set
Simon Schippers
1
-6
/
+33
2026-08-07
vhost-net: wake queue of tun/tap after ptr_ring consume
Simon Schippers
1
-0
/
+25
2026-08-07
tun/tap: add ptr_ring consume helper with netdev queue wakeup
Simon Schippers
1
-4
/
+114
2026-08-07
veth: fix skb length accounting after XDP frag adjustment
Sun Jian
1
-8
/
+14
2026-08-07
net: niu: fix potential buffer overflow/truncation in irq names
Ronan Marchal
2
-4
/
+4
2026-08-07
net: dsa: mt7530: serialize the regmap IRQ chip like every other user
Daniel Golle
1
-1
/
+25
2026-08-07
net: dsa: mt7530: check command register writes in fdb and vlan cmd
Daniel Golle
1
-4
/
+12
2026-08-07
net: dsa: mt7530: check CORE_PLL_GROUP4 access in mt7531_setup()
Daniel Golle
1
-4
/
+10
2026-08-07
net: dsa: mt7530: error out on failed PHY_IAC command writes
Daniel Golle
1
-6
/
+18
2026-08-07
net: dsa: mt7530: check bus->read() error in core_rmw()
Daniel Golle
1
-1
/
+5
[prev]
[next]