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
/
net
/
core
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-13
net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()
Jiaming Zhang
1
-0
/
+3
2025-11-10
net: netpoll: fix incorrect refcount handling causing incorrect cleanup
Breno Leitao
1
-2
/
+5
2025-11-06
Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-7
/
+4
2025-11-05
net: gro_cells: Reduce lock scope in gro_cell_poll
Sebastian Andrzej Siewior
1
-2
/
+2
2025-11-04
netpoll: Fix deadlock in memory allocation under spinlock
Breno Leitao
1
-5
/
+2
2025-10-31
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-1
/
+2
2025-10-29
net: devmem: refresh devmem TX dst in case of route invalidation
Shivaji Kant
1
-3
/
+24
2025-10-28
bpf: Reject negative head_room in __bpf_skb_change_head
Daniel Borkmann
1
-1
/
+2
2025-10-23
net: datagram: introduce datagram_poll_queue for custom receive queues
Ralf Lici
1
-10
/
+34
2025-10-21
net: gro_cells: fix lock imbalance in gro_cells_receive()
Eric Dumazet
1
-3
/
+2
2025-10-16
rtnetlink: Allow deleting FDB entries in user namespace
Johannes Wiesböck
1
-3
/
+0
2025-10-16
net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()
Eric Dumazet
1
-2
/
+8
2025-10-16
Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-5
/
+46
2025-10-16
udp: do not use skb_release_head_state() before skb_attempt_defer_free()
Eric Dumazet
1
-0
/
+1
2025-10-14
net: core: fix lockdep splat on device unregister
Florian Westphal
1
-5
/
+35
2025-10-13
net: gro_cells: Use nested-BH locking for gro_cell
Sebastian Andrzej Siewior
1
-0
/
+10
2025-10-11
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-0
/
+2
2025-10-06
bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}
Daniel Borkmann
1
-0
/
+2
2025-10-06
page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
Toke Høiland-Jørgensen
1
-23
/
+53
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
27
-160
/
+391
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-23
/
+187
2025-09-30
net: add NUMA awareness to skb_attempt_defer_free()
Eric Dumazet
3
-18
/
+30
2025-09-30
net: use llist for sd->defer_list
Eric Dumazet
2
-20
/
+13
2025-09-30
net: make softnet_data.defer_count an atomic
Eric Dumazet
2
-5
/
+3
2025-09-30
netdevsim: a basic test PSP implementation
Jakub Kicinski
1
-0
/
+1
2025-09-30
page_pool: Clamp pool size to max 16K pages
Dragos Tatulea
1
-5
/
+1
2025-09-29
net: rtnetlink: fix typo in rtnl_unregister_all() comment
Alok Tiwari
1
-1
/
+1
2025-09-29
scm: use masked_user_access_begin() in put_cmsg()
Eric Dumazet
1
-1
/
+3
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-35
/
+29
2025-09-29
Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-09-25
bpf: Emit struct bpf_xdp_sock type in vmlinux BTF
Amery Hung
1
-0
/
+2
2025-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-09-25
net: gso: restore ids of outer ip headers correctly
Richard Gobert
1
-2
/
+8
2025-09-25
ns: move ns type into struct ns_common
Christian Brauner
1
-1
/
+0
2025-09-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-17
/
+118
2025-09-23
tcp: Remove stale locking comment for TFO.
Kuniyuki Iwashima
1
-3
/
+1
2025-09-23
net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGS
Jason Baron
1
-1
/
+1
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'
Martin KaFai Lau
1
-17
/
+118
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'
Martin KaFai Lau
1
-17
/
+118
2025-09-23
bpf: Support pulling non-linear xdp data
Amery Hung
1
-0
/
+93
2025-09-23
bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
Amery Hung
1
-17
/
+24
2025-09-23
bpf: Clear pfmemalloc flag when freeing all fragments
Amery Hung
1
-0
/
+1
2025-09-22
net: move sk->sk_err_soft and sk->sk_sndbuf
Eric Dumazet
1
-1
/
+2
2025-09-22
net: move sk_uid and sk_protocol to sock_read_tx
Eric Dumazet
1
-0
/
+2
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-09-22
net: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-22
net: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-2
/
+2
2025-09-22
ns: simplify ns_common_init() further
Christian Brauner
1
-8
/
+1
2025-09-19
net: netpoll: use synchronize_net() instead of synchronize_rcu()
Breno Leitao
1
-1
/
+1
2025-09-19
net: netpoll: remove unused netpoll pointer from netpoll_info
Breno Leitao
1
-1
/
+0
[next]