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
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-13
page_pool: Clamp pool size to max 16K pages
Dragos Tatulea
1
-5
/
+1
2025-11-13
page_pool: always add GFP_NOWARN for ATOMIC allocations
Jakub Kicinski
1
-0
/
+6
2025-11-13
net: call cond_resched() less often in __release_sock()
Eric Dumazet
1
-4
/
+8
2025-11-13
net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.
Kuniyuki Iwashima
1
-2
/
+1
2025-11-13
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-23
net: dst: add four helpers to annotate data-races around dst->dev
Eric Dumazet
2
-6
/
+6
2025-10-23
tcp: cache RTAX_QUICKACK metric in a hot cache line
Eric Dumazet
1
-1
/
+5
2025-10-19
bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}
Daniel Borkmann
1
-0
/
+2
2025-10-19
page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
Toke Høiland-Jørgensen
1
-23
/
+53
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-09
net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=y
Eric Dumazet
1
-0
/
+2
2025-08-28
net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUM
Jakub Ramaseuski
1
-0
/
+12
2025-08-20
net: better track kernel sockets lifetime
Eric Dumazet
1
-5
/
+22
2025-08-20
net: Add net_passive_inc() and net_passive_dec().
Kuniyuki Iwashima
1
-4
/
+4
2025-08-20
neighbour: add support for NUD_PERMANENT proxy entries
Nicolas Escande
1
-3
/
+9
2025-08-20
net: ieee8021q: fix insufficient table-size assertion
RubenKelevra
1
-31
/
+13
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
net: netmem: fix skb_ensure_writable with unreadable skbs
Mina Almasry
1
-3
/
+0
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-27
net: page_pool: Don't recycle into cache on PREEMPT_RT
Sebastian Andrzej Siewior
1
-0
/
+4
2025-06-19
page_pool: Fix use-after-free in page_pool_recycle_in_ring
Dong Chenchen
1
-13
/
+14
2025-06-19
Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocated
Tengteng Yang
1
-4
/
+4
2025-06-19
bpf, sockmap: Avoid using sk_socket after free when sending
Jiayuan Chen
1
-0
/
+8
2025-06-19
page_pool: Track DMA-mapped pages and unmap them when destroying the pool
Toke Høiland-Jørgensen
2
-14
/
+95
2025-06-19
page_pool: Move pp_magic check into helper functions
Toke Høiland-Jørgensen
3
-16
/
+9
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-05-29
net: flush_backlog() small changes
Eric Dumazet
1
-4
/
+8
2025-05-29
net: page_pool: avoid false positive warning if NAPI was never added
Jakub Kicinski
2
-5
/
+14
2025-05-29
net: pktgen: fix access outside of user given buffer in pktgen_thread_write()
Peter Seiderer
1
-3
/
+4
2025-05-29
net: pktgen: fix mpls maximum labels list parsing
Peter Seiderer
1
-2
/
+4
2025-05-18
net: export a helper for adding up queue stats
Jakub Kicinski
1
-19
/
+50
2025-05-18
bpf: Scrub packet on bpf_redirect_peer
Paul Chaignon
1
-0
/
+1
2025-05-02
net: selftests: initialize TCP header and skb payload with zero
Oleksij Rempel
1
-5
/
+13
2025-05-02
net: lwtunnel: disable BHs when required
Justin Iurman
1
-6
/
+20
[next]