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-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
2 days
netfilter: nft_set_pipapo: split gc into unlink and reclaim phase
Florian Westphal
3
-13
/
+45
2 days
Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQ
Luiz Augusto von Dentz
1
-1
/
+9
2 days
icmp: fix NULL pointer dereference in icmp_tag_validation()
Weiming Shi
1
-1
/
+3
2 days
nfnetlink_osf: validate individual option lengths in fingerprints
Weiming Shi
1
-0
/
+13
2 days
netfilter: nf_tables: release flowtable after rcu grace period on error
Pablo Neira Ayuso
1
-0
/
+1
2 days
netfilter: bpf: defer hook memory release until rcu readers are done
Florian Westphal
1
-1
/
+1
2 days
wifi: mac80211: fix NULL deref in mesh_matches_local()
Xiang Mei
1
-0
/
+3
2 days
clsact: Fix use-after-free in init/destroy rollback asymmetry
Daniel Borkmann
1
-6
/
+8
2 days
net/sched: teql: Fix double-free in teql_master_xmit
Jamal Hadi Salim
2
-32
/
+2
2 days
net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
Jiayuan Chen
3
-7
/
+23
2 days
netfilter: nf_conntrack_h323: check for zero length in DecodeQ931()
Jenny Guanni Qu
1
-0
/
+2
2 days
netfilter: xt_time: use unsigned int for monthday bit shift
Jenny Guanni Qu
1
-2
/
+2
2 days
netfilter: xt_CT: drop pending enqueued packets on template removal
Pablo Neira Ayuso
1
-0
/
+4
2 days
netfilter: nft_ct: drop pending enqueued packets on removal
Pablo Neira Ayuso
1
-0
/
+4
2 days
netfilter: nft_ct: add seqadj extension for natted connections
Andrii Melnychenko
1
-0
/
+5
2 days
netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS case
Jenny Guanni Qu
1
-0
/
+2
2 days
netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp()
Lukas Johannes Möller
1
-1
/
+5
2 days
netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()
Hyunwoo Kim
1
-1
/
+25
2 days
netfilter: ctnetlink: remove refcounting in expectation dumpers
Florian Westphal
1
-24
/
+17
2 days
mpls: add missing unregister_netdevice_notifier to mpls_init
Sabrina Dubroca
1
-0
/
+1
2 days
net/rose: fix NULL pointer dereference in rose_transmit_link on reconnect
Jiayuan Chen
1
-0
/
+5
2 days
Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user
Shaurya Rane
1
-12
/
+8
2 days
Bluetooth: HIDP: Fix possible UAF
Luiz Augusto von Dentz
1
-2
/
+14
2 days
Bluetooth: hci_sync: Fix hci_le_create_conn_sync
Michael Grzeschik
1
-1
/
+1
2 days
Bluetooth: ISO: Fix defer tests being unstable
Luiz Augusto von Dentz
1
-2
/
+2
2 days
Bluetooth: SMP: make SM/PER/KDU/BI-04-C happy
Christian Eggers
1
-1
/
+1
2 days
Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDU
Christian Eggers
1
-0
/
+1
2 days
Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTU
Christian Eggers
1
-3
/
+7
2 days
wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_down
Peddolla Harshavardhan Reddy
1
-0
/
+1
2 days
wifi: mac80211: Fix static_branch_dec() underflow for aql_disable.
Kuniyuki Iwashima
1
-9
/
+5
2 days
batman-adv: avoid OGM aggregation when skb tailroom is insufficient
Yang Yang
1
-0
/
+3
2 days
Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before access
Lukas Johannes Möller
1
-2
/
+4
2 days
Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()
Lukas Johannes Möller
1
-2
/
+2
2 days
sunrpc: fix cache_request leak in cache_release
Jeff Layton
1
-5
/
+21
2 days
mptcp: pm: in-kernel: always set ID as avail when rm endp
Matthieu Baerts (NGI0)
1
-12
/
+8
2 days
l2tp: do not use sock_hold() in pppol2tp_session_get_sock()
Eric Dumazet
1
-17
/
+8
2 days
net: dsa: properly keep track of conduit reference
Vladimir Oltean
1
-25
/
+34
2 days
net: fix segmentation of forwarding fraglist GRO
Jibin Zhang
4
-3
/
+8
2 days
net: gso: fix tcp fraglist segmentation after pull from frag_list
Felix Fietkau
2
-4
/
+16
2 days
net: add support for segmenting TCP fraglist GSO packets
Felix Fietkau
2
-0
/
+125
2 days
rxrpc: Fix data-race warning and potential load/store tearing
David Howells
6
-11
/
+34
2 days
ipv6: use RCU in ip6_xmit()
Eric Dumazet
1
-14
/
+21
2 days
rxrpc: Fix recvmsg() unconditional requeue
David Howells
1
-4
/
+15
2 days
dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()
Eric Dumazet
3
-4
/
+5
2 days
net/tcp-md5: Fix MAC comparison to be constant-time
Eric Biggers
3
-3
/
+6
2 days
net/sched: act_gate: snapshot parameters with RCU on replace
Paul Moses
1
-78
/
+184
2 days
mptcp: pm: in-kernel: always mark signal+subflow endp as used
Matthieu Baerts (NGI0)
1
-0
/
+9
2 days
mptcp: pm: avoid sending RM_ADDR over same subflow
Matthieu Baerts (NGI0)
3
-6
/
+41
2 days
net: ncsi: fix skb leak in error paths
Jian Zhang
2
-5
/
+14
2 days
batman-adv: Avoid double-rtnl_lock ELP metric worker
Sven Eckelmann
3
-5
/
+14
[next]