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
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-09
netdev: depend on netdev->lock for xdp features
Jakub Kicinski
1
-14
/
+12
2025-04-09
xdp: double protect netdev->xdp_flags with netdev->lock
Jakub Kicinski
6
-4
/
+16
2025-04-09
netdev: don't hold rtnl_lock over nl queue info get when possible
Jakub Kicinski
1
-11
/
+7
2025-04-09
netdev: add "ops compat locking" helpers
Jakub Kicinski
3
-0
/
+82
2025-04-09
net: designate XSK pool pointers in queues as "ops protected"
Jakub Kicinski
3
-4
/
+9
2025-04-09
net: avoid potential race between netdev_get_by_index_lock() and netns switch
Jakub Kicinski
3
-9
/
+24
2025-04-08
net: Drop unused @sk of __skb_try_recv_from_queue()
Michal Luczaj
3
-9
/
+7
2025-04-08
udp_tunnel: use static call for GRO hooks when possible
Paolo Abeni
2
-1
/
+138
2025-04-08
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
9
-1
/
+109
2025-04-08
selftests: tc-testing: Pre-load IFE action and its submodules
Victor Nogueira
1
-0
/
+4
2025-04-08
net: ena: Support persistent per-NAPI config.
Kuniyuki Iwashima
1
-1
/
+1
2025-04-08
net: rps: remove kfree_rcu_mightsleep() use
Eric Dumazet
3
-4
/
+6
2025-04-08
net: add data-race annotations in softnet_seq_show()
Eric Dumazet
2
-5
/
+7
2025-04-08
net: rps: annotate data-races around (struct sd_flow_limit)->count
Eric Dumazet
3
-3
/
+5
2025-04-08
net: rps: change skb_flow_limit() hash function
Eric Dumazet
3
-3
/
+3
2025-04-08
amd-xgbe: Convert to SPDX identifier
Raju Rangoju
16
-1808
/
+64
2025-04-08
rocker: Simplify if condition in ofdpa_port_fdb()
Thorsten Blum
1
-1
/
+1
2025-04-08
eth: nfp: remove __get_unaligned_cpu32 from netronome drivers
Julian Vetter
2
-2
/
+2
2025-04-08
hamradio: Remove unnecessary strscpy_pad() size arguments
Thorsten Blum
1
-3
/
+2
2025-04-04
selftests: net: amt: indicate progress in the stress test
Jakub Kicinski
1
-6
/
+14
2025-04-04
netlink: specs: rt_route: pull the ifa- prefix out of the names
Jakub Kicinski
1
-89
/
+91
2025-04-04
netlink: specs: rt_addr: pull the ifa- prefix out of the names
Jakub Kicinski
2
-20
/
+21
2025-04-04
netlink: specs: rt_addr: fix get multi command name
Jakub Kicinski
2
-2
/
+2
2025-04-04
netlink: specs: rt_addr: fix the spec format / schema failures
Jakub Kicinski
1
-0
/
+1
2025-04-04
net: avoid false positive warnings in __net_mp_close_rxq()
Jakub Kicinski
2
-8
/
+8
2025-04-04
net: move mp dev config validation to __net_mp_open_rxq()
Jakub Kicinski
4
-57
/
+54
2025-04-04
net: ibmveth: make veth_pool_store stop hanging
Dave Marquardt
1
-12
/
+27
2025-04-04
arcnet: Add NULL check in com20020pci_probe()
Henry Martin
1
-1
/
+16
2025-04-04
ipv6: Do not consider link down nexthops in path selection
Ido Schimmel
1
-2
/
+4
2025-04-04
ipv6: Start path selection from the first nexthop
Ido Schimmel
1
-3
/
+35
2025-04-04
usbnet:fix NPE during rx_complete
Ying Lu
1
-3
/
+3
2025-04-04
net: octeontx2: Handle XDP_ABORTED and XDP invalid as XDP_DROP
Lorenzo Bianconi
1
-5
/
+4
2025-04-03
net: fix geneve_opt length integer overflow
Lin Ma
4
-4
/
+4
2025-04-03
fs: actually hold the namespace semaphore
Christian Brauner
1
-1
/
+2
2025-04-03
io_uring/zcrx: fix selftests w/ updated netdev Python helpers
David Wei
1
-4
/
+4
2025-04-03
selftests: net: use netdevsim in netns test
Stanislav Fomichev
2
-4
/
+34
2025-04-03
docs: net: document netdev notifier expectations
Stanislav Fomichev
1
-0
/
+23
2025-04-03
net: dummy: request ops lock
Stanislav Fomichev
1
-0
/
+1
2025-04-03
netdevsim: add dummy device notifiers
Stanislav Fomichev
4
-5
/
+28
2025-04-03
net: rename rtnl_net_debug to lock_debug
Stanislav Fomichev
2
-1
/
+1
2025-04-03
net: use netif_disable_lro in ipv6_add_dev
Stanislav Fomichev
3
-10
/
+22
2025-04-03
net: hold instance lock during NETDEV_REGISTER/UP
Stanislav Fomichev
4
-15
/
+15
2025-04-03
net: switch to netif_disable_lro in inetdev_init
Stanislav Fomichev
1
-1
/
+1
2025-04-03
net: airoha: Validate egress gdm port in airoha_ppe_foe_entry_prepare()
Lorenzo Bianconi
3
-2
/
+22
2025-04-03
net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy
David Oberhollenzer
2
-4
/
+10
2025-04-03
MAINTAINERS: Update Loic Poulain's email address
Loic Poulain
1
-3
/
+3
2025-04-03
ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS
Fernando Fernandez Mancera
1
-12
/
+25
2025-04-03
eth: bnxt: fix deadlock in the mgmt_ops
Taehee Yoo
1
-3
/
+3
2025-04-03
net/selftests: Add loopback link local route for self-connect
Dmitry Safonov
1
-0
/
+3
2025-04-03
sfc: fix NULL dereferences in ef100_process_design_param()
Edward Cree
2
-29
/
+24
[next]