index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-16
Merge tag 'ceph-for-7.1-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
3
-10
/
+18
2026-05-15
Merge tag 'nfsd-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-1
/
+1
2026-05-14
Merge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
54
-542
/
+881
2026-05-14
net: tls: prevent chain-after-chain in plain text SG
Jakub Kicinski
1
-6
/
+18
2026-05-14
net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring
Jakub Kicinski
1
-4
/
+2
2026-05-14
net/smc: reject CHID-0 ACCEPT that matches an empty ism_dev slot
Xiang Mei
1
-1
/
+2
2026-05-14
net: net_failover: Fix the deadlock in slave register
Faicker Mo
1
-1
/
+5
2026-05-14
net/sched: sch_cbs: Call qdisc_reset for child qdisc
Jamal Hadi Salim
1
-1
/
+15
2026-05-13
ethtool: fix ethnl_bitmap32_not_zero() bit interval semantics
Chenguang Zhao
1
-4
/
+4
2026-05-13
net/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepoint
Xiang Mei
1
-1
/
+1
2026-05-13
net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoS
Nicolò Coccia
1
-9
/
+8
2026-05-13
net: atm: fix skb leak in sigd_send() default branch
Wei Yang
1
-0
/
+1
2026-05-13
net: ethtool: phy: avoid NULL deref when PHY driver is unbound
David Carlier
1
-4
/
+6
2026-05-12
libceph: Fix potential null-ptr-deref in decode_choose_args()
Raphael Zimmer
1
-1
/
+2
2026-05-12
libceph: handle rbtree insertion error in decode_choose_args()
Raphael Zimmer
1
-1
/
+4
2026-05-12
net: shaper: reject QUEUE scope handle with missing id
Jakub Kicinski
1
-2
/
+7
2026-05-12
net: shaper: enforce singleton NETDEV scope with id 0
Jakub Kicinski
1
-0
/
+6
2026-05-12
net: shaper: reject handle IDs exceeding internal bit-width
Jakub Kicinski
3
-2
/
+11
2026-05-12
net: shaper: fix undersized reply skb allocation in GROUP command
Jakub Kicinski
1
-2
/
+8
2026-05-12
net: shaper: set ret to -ENOMEM when genlmsg_new() fails in group_doit
Jakub Kicinski
1
-1
/
+3
2026-05-12
net: shaper: reject duplicate leaves in GROUP request
Jakub Kicinski
1
-15
/
+45
2026-05-12
net: shaper: fix trivial ordering issue in net_shaper_commit()
Jakub Kicinski
1
-1
/
+10
2026-05-12
net: shaper: flip the polarity of the valid flag
Jakub Kicinski
1
-17
/
+17
2026-05-12
vsock/virtio: fix empty payload in tap skb for non-linear buffers
Stefano Garzarella
1
-28
/
+12
2026-05-12
vsock/virtio: fix length and offset in tap skb for split packets
Stefano Garzarella
1
-5
/
+6
2026-05-12
net: hsr: fix NULL pointer dereference in hsr_get_node_data()
Quan Sun
1
-1
/
+4
2026-05-12
net/sched: dualpi2: initialize timer earlier in dualpi2_init()
Davide Caratti
1
-2
/
+2
2026-05-12
tcp: Fix out-of-bounds access for twsk in tcp_ao_established_key().
Kuniyuki Iwashima
1
-1
/
+2
2026-05-12
net/rds: reset op_nents when zerocopy page pin fails
Allison Henderson
1
-0
/
+1
2026-05-11
libceph: Fix potential out-of-bounds access in osdmap_decode()
Raphael Zimmer
1
-1
/
+1
2026-05-11
libceph: Fix potential out-of-bounds access in __ceph_x_decrypt()
Raphael Zimmer
1
-0
/
+5
2026-05-11
libceph: Fix unnecessarily high ceph_decode_need() for uniform bucket
Raphael Zimmer
1
-2
/
+1
2026-05-11
libceph: Fix potential out-of-bounds access in crush_decode()
Raphael Zimmer
2
-5
/
+5
2026-05-10
Merge tag 'batadv-net-pullrequest-20260508' of https://git.open-mesh.org/batadv
Jakub Kicinski
6
-46
/
+172
2026-05-10
sunrpc: start cache request seqno at 1 to fix netlink GET_REQS
Jeff Layton
1
-1
/
+1
2026-05-10
rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
Hyunwoo Kim
2
-2
/
+5
2026-05-10
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
6
-29
/
+87
2026-05-10
xskmap: reject TX-only AF_XDP sockets
Linpu Yu
1
-0
/
+4
2026-05-09
Merge tag 'nf-26-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
27
-359
/
+408
2026-05-09
sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL
Ben Morris
1
-0
/
+9
2026-05-09
net: shaper: Reject reparenting of existing nodes
Mohsin Bashir
1
-7
/
+23
2026-05-09
genetlink: free the skb on 'group >= family->n_mcgrps'
Alice Ryhl
1
-2
/
+6
2026-05-09
net: ethtool: fix NULL pointer dereference in phy_reply_size
Quan Sun
1
-2
/
+30
2026-05-09
net: napi: Avoid gro timer misfiring at end of busypoll
Dragos Tatulea
1
-9
/
+12
2026-05-09
ipv6: flowlabel: enforce per-netns limit for unprivileged callers
Maoyi Xie
1
-3
/
+11
2026-05-09
ipv6: flowlabel: take ip6_fl_lock across mem_check and fl_intern
Maoyi Xie
1
-13
/
+21
2026-05-09
tcp: Fix imbalanced icsk_accept_queue count.
Kuniyuki Iwashima
1
-1
/
+1
2026-05-09
tcp: Fix potential UAF in reqsk_timer_handler().
Kuniyuki Iwashima
1
-1
/
+1
2026-05-08
bpf: Free reuseport cBPF prog after RCU grace period.
Kuniyuki Iwashima
1
-3
/
+12
2026-05-08
bpf: tcp: Fix type confusion in sol_tcp_sockopt().
Kuniyuki Iwashima
1
-1
/
+1
[next]