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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
3 days
netpoll: pass buffer size to egress_dev() to avoid MAC truncation
Breno Leitao
1
-10
/
+13
3 days
net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...
Kai Zen
1
-0
/
+1
3 days
flow_dissector: do not dissect PPPoE PFC frames
Qingfang Deng
1
-8
/
+5
2026-04-10
Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-30
/
+28
2026-04-09
Merge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-18
/
+29
2026-04-09
kernfs: pass struct ns_common instead of const void * for namespace tags
Christian Brauner
2
-30
/
+28
2026-04-07
net: avoid nul-deref trying to bind mp to incapable device
Jakub Kicinski
1
-1
/
+1
2026-04-06
net: skb: fix cross-cache free of KFENCE-allocated skb head
Jiayuan Chen
1
-4
/
+1
2026-04-03
rtnetlink: add missing netlink_ns_capable() check for peer netns
Nikolaos Gkarlis
1
-13
/
+27
2026-04-02
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-5
/
+8
2026-04-01
bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_re...
Kuniyuki Iwashima
1
-5
/
+8
2026-03-30
net: use skb_header_pointer() for TCPv4 GSO frag_off check
Guoyu Su
1
-3
/
+8
2026-03-24
rtnetlink: fix leak of SRCU struct in rtnl_link_register
Sabrina Dubroca
1
-0
/
+3
2026-03-24
net: correctly handle tunneled traffic on IPV6_CSUM GSO fallback
Willem de Bruijn
1
-5
/
+17
2026-03-20
rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_size
Sabrina Dubroca
1
-3
/
+6
2026-03-20
rtnetlink: count IFLA_PARENT_DEV_{NAME,BUS_NAME} in if_nlmsg_size
Sabrina Dubroca
1
-0
/
+16
2026-03-11
neighbour: restore protocol != 0 check in pneigh update
Sabrina Dubroca
1
-1
/
+2
2026-03-11
bpf: bpf_out_neigh_v6: Fix nd_tbl NULL dereference when IPv6 is disabled
Ricardo B. Marlière
1
-0
/
+3
2026-03-11
bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabled
Ricardo B. Marlière
1
-0
/
+4
2026-03-10
page_pool: store detach_time as ktime_t to avoid false-negatives
Jakub Kicinski
1
-2
/
+2
2026-03-10
net: add xmit recursion limit to tunnel xmit functions
Weiming Shi
1
-35
/
+0
2026-03-05
xdp: produce a warning when calculated tailroom is negative
Larysa Zaremba
1
-1
/
+2
2026-03-05
xdp: use modulo operation to calculate XDP frag tailroom
Larysa Zaremba
1
-1
/
+2
2026-03-05
net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lock
Sebastian Andrzej Siewior
2
-5
/
+2
2026-03-04
net: devmem: use READ_ONCE/WRITE_ONCE on binding->dev
Bobby Eshleman
2
-3
/
+5
2026-03-04
tcp: secure_seq: add back ports to TS offset
Eric Dumazet
1
-51
/
+29
2026-03-03
net: Fix rcu_tasks stall in threaded busypoll
YiFei Zhu
1
-6
/
+11
2026-02-26
net: annotate data-races around sk->sk_{data_ready,write_space}
Eric Dumazet
1
-7
/
+7
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-17
/
+41
2026-02-26
net: consume xmit errors of GSO frames
Jakub Kicinski
1
-5
/
+18
2026-02-24
net: Drop the lock in skb_may_tx_timestamp()
Sebastian Andrzej Siewior
1
-5
/
+18
2026-02-23
net: do not pass flow_id to set_rps_cpu()
Eric Dumazet
1
-7
/
+5
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-4
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
3
-6
/
+3
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-3
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
14
-21
/
+21
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
24
-57
/
+53
2026-02-19
Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-7
/
+19
2026-02-18
Merge tag 'nf-26-02-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
Jakub Kicinski
1
-1
/
+1
2026-02-17
net: do not delay zero-copy skbs in skb_attempt_defer_free()
Eric Dumazet
1
-1
/
+6
2026-02-17
net: remove WARN_ON_ONCE when accessing forward path array
Pablo Neira Ayuso
1
-1
/
+1
2026-02-17
net: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RT
Eric Dumazet
1
-5
/
+12
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
3
-1
/
+3
2026-02-11
Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
15
-351
/
+424
2026-02-10
Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
4
-27
/
+60
2026-02-09
Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2026-02-06
net/ipv6: Remove jumbo_remove step from TX path
Alice Mikityanska
1
-4
/
+2
2026-02-06
net/ipv6: Drop HBH for BIG TCP on RX side
Alice Mikityanska
1
-2
/
+0
2026-02-06
net: skb: allow up to 8 skb extension ids
Oliver Hartkopp
1
-1
/
+1
2026-02-06
netns: optimize netns cleaning by batching unhash_nsid calls
Qiliang Yuan
1
-13
/
+21
[next]