index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-30
bpf: Do not let BPF test infra emit invalid GSO types to stack
Daniel Borkmann
1
-0
/
+7
2026-01-30
net: update netdev_lock_{type,name}
Eric Dumazet
1
-6
/
+19
2026-01-17
net: fix memory leak in skb_segment_list for GRO packets
Mohammad Heib
1
-3
/
+5
2026-01-17
net: sock: fix hardened usercopy panic in sock_recv_errqueue
Weiming Shi
1
-3
/
+4
2026-01-11
net: Allow to use SMP threads for backlog NAPI.
Sebastian Andrzej Siewior
1
-35
/
+113
2026-01-11
net: Remove conditional threaded-NAPI wakeup based on task state.
Sebastian Andrzej Siewior
1
-12
/
+2
2026-01-11
page_pool: Fix use-after-free in page_pool_recycle_in_ring
Dong Chenchen
1
-13
/
+14
2026-01-11
net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.
Thadeu Lima de Souza Cascardo
1
-16
/
+0
2026-01-11
bpf: Check skb->transport_header is set in bpf_skb_check_mtu
Martin KaFai Lau
1
-3
/
+6
2025-11-24
net: netpoll: ensure skb_pool list is always initialized
John Sperbeck
1
-5
/
+5
2025-11-24
net: netpoll: fix incorrect refcount handling causing incorrect cleanup
Breno Leitao
1
-2
/
+5
2025-11-24
net: netpoll: flush skb pool during cleanup
Breno Leitao
1
-1
/
+13
2025-11-24
net: netpoll: Individualize the skb pool
Breno Leitao
1
-18
/
+13
2025-11-24
netpoll: remove netpoll_srcu
Eric Dumazet
1
-11
/
+4
2025-11-24
net: allow small head cache usage with large MAX_SKB_FRAGS values
Paolo Abeni
2
-6
/
+7
2025-11-24
page_pool: Clamp pool size to max 16K pages
Dragos Tatulea
1
-5
/
+1
2025-11-24
page_pool: always add GFP_NOWARN for ATOMIC allocations
Jakub Kicinski
1
-0
/
+6
2025-11-24
net: call cond_resched() less often in __release_sock()
Eric Dumazet
1
-4
/
+8
2025-11-24
net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.
Kuniyuki Iwashima
1
-2
/
+1
2025-11-24
bpf: Clear pfmemalloc flag when freeing all fragments
Amery Hung
1
-0
/
+1
2025-10-29
rtnetlink: Allow deleting FDB entries in user namespace
Johannes Wiesböck
1
-3
/
+0
2025-10-19
bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}
Daniel Borkmann
1
-0
/
+2
2025-10-15
bpf: Explicitly check accesses to bpf_sock_addr
Paul Chaignon
1
-6
/
+10
2025-10-02
net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGS
Jason Baron
1
-1
/
+1
2025-09-19
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
1
-0
/
+5
2025-08-28
net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUM
Jakub Ramaseuski
1
-0
/
+12
2025-08-28
net: better track kernel sockets lifetime
Eric Dumazet
1
-5
/
+22
2025-08-28
net: Add net_passive_inc() and net_passive_dec().
Kuniyuki Iwashima
1
-4
/
+4
2025-08-28
neighbour: add support for NUD_PERMANENT proxy entries
Nicolas Escande
1
-3
/
+9
2025-08-15
netpoll: prevent hanging NAPI when netcons gets enabled
Jakub Kicinski
1
-0
/
+7
2025-08-15
bpf: Check flow_dissector ctx accesses are aligned
Paul Chaignon
1
-0
/
+3
2025-08-15
net: dst: annotate data-races around dst->output
Eric Dumazet
1
-1
/
+1
2025-08-15
net: dst: annotate data-races around dst->input
Eric Dumazet
1
-1
/
+1
2025-08-15
bpf, sockmap: Fix psock incorrectly pointing to sk
Jiayuan Chen
1
-0
/
+7
2025-07-06
net: selftests: fix TCP packet checksum
Jakub Kicinski
1
-2
/
+3
2025-06-27
bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE
Paul Chaignon
1
-2
/
+3
2025-06-27
net: Fix checksum update for ILA adj-transport
Paul Chaignon
2
-3
/
+3
2025-06-27
net: clear the dst when changing skb protocol
Jakub Kicinski
1
-6
/
+13
2025-06-27
bpf, sockmap: Fix data lost during EAGAIN retries
Jiayuan Chen
1
-1
/
+2
2025-06-27
sock: Correct error checking condition for (assign|release)_proto_idx()
Zijun Hu
1
-2
/
+2
2025-06-19
bpf, sockmap: Avoid using sk_socket after free when sending
Jiayuan Chen
1
-0
/
+8
2025-06-19
bpf, sockmap: Fix panic when calling skb_linearize
Jiayuan Chen
1
-15
/
+16
2025-06-19
bpf, sockmap: fix duplicated data transmission
Jiayuan Chen
1
-5
/
+9
2025-06-04
af_unix: Add dead flag to struct scm_fp_list.
Kuniyuki Iwashima
1
-0
/
+1
2025-06-04
af_unix: Link struct unix_edge when queuing skb.
Kuniyuki Iwashima
1
-0
/
+2
2025-06-04
af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.
Kuniyuki Iwashima
1
-0
/
+2
2025-06-04
af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.
Kuniyuki Iwashima
1
-0
/
+7
2025-06-04
af_unix: Try to run GC async.
Kuniyuki Iwashima
1
-0
/
+5
2025-06-04
net: pktgen: fix access outside of user given buffer in pktgen_thread_write()
Peter Seiderer
1
-3
/
+4
2025-06-04
net: pktgen: fix mpls maximum labels list parsing
Peter Seiderer
1
-2
/
+4
[next]