index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
tls: fix NULL deref on tls_sw_splice_eof() with empty record
Jann Horn
2023-12-03
1
-0
/
+3
*
net/smc: avoid data corruption caused by decline
D. Wythe
2023-12-03
1
-2
/
+6
*
ipv4: Correct/silence an endian warning in __ip_do_redirect
Kunwu Chan
2023-12-03
1
-1
/
+1
*
bpf: Fix dev's rx stats for bpf_redirect_peer traffic
Peilin Ye
2023-12-03
2
-0
/
+9
*
net: Move {l,t,d}stats allocation to core and convert veth & vrf
Daniel Borkmann
2023-12-03
1
-1
/
+48
*
rxrpc: Defer the response to a PING ACK until we've parsed it
David Howells
2023-12-03
1
-13
/
+13
*
rxrpc: Fix RTT determination to use any ACK as a source
David Howells
2023-12-03
1
-19
/
+16
*
mptcp: fix setsockopt(IP_TOS) subflow locking
Paolo Abeni
2023-11-28
1
-0
/
+3
*
mptcp: add validity check for sending RM_ADDR
Geliang Tang
2023-11-28
1
-2
/
+3
*
mptcp: deal with large GSO size
Paolo Abeni
2023-11-28
1
-0
/
+4
*
Revert ncsi: Propagate carrier gain/loss events to the NCSI controller
Johnathan Mantey
2023-11-28
1
-5
/
+0
*
netfilter: nf_tables: split async and sync catchall in two functions
Pablo Neira Ayuso
2023-11-28
1
-29
/
+32
*
netfilter: nf_tables: remove catchall element in GC sync path
Pablo Neira Ayuso
2023-11-28
1
-5
/
+21
*
svcrdma: Drop connection after an RDMA Read error
Chuck Lever
2023-11-28
1
-1
/
+2
*
net: sched: do not offload flows with a helper in act_ct
Xin Long
2023-11-28
1
-0
/
+3
*
netfilter: nf_tables: bogus ENOENT when destroying element which does not exist
Pablo Neira Ayuso
2023-11-28
1
-2
/
+3
*
netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()
Dan Carpenter
2023-11-28
2
-3
/
+4
*
netfilter: nf_conntrack_bridge: initialize err to 0
Linkui Xiao
2023-11-28
1
-1
/
+1
*
af_unix: fix use-after-free in unix_stream_read_actor()
Eric Dumazet
2023-11-28
1
-4
/
+5
*
tipc: Fix kernel-infoleak due to uninitialized TLV value
Shigeru Yoshida
2023-11-28
1
-0
/
+1
*
net: set SOCK_RCU_FREE before inserting socket into hashtable
Stanislav Fomichev
2023-11-28
1
-1
/
+1
*
SUNRPC: Fix RPC client cleaned up the freed pipefs dentries
felix
2023-11-28
1
-1
/
+4
*
SUNRPC: Add an IS_ERR() check back to where it was
Dan Carpenter
2023-11-28
1
-0
/
+4
*
SUNRPC: ECONNRESET might require a rebind
Trond Myklebust
2023-11-28
1
-1
/
+1
*
9p: v9fs_listxattr: fix %s null argument warning
Dominique Martinet
2023-11-28
1
-1
/
+1
*
9p/trans_fd: Annotate data-racy writes to file::f_flags
Marco Elver
2023-11-28
1
-3
/
+10
*
Bluetooth: Fix double free in hci_conn_cleanup
ZhengHan Wang
2023-11-28
2
-15
/
+14
*
vsock: read from socket's error queue
Arseniy Krasnov
2023-11-28
1
-0
/
+6
*
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
2023-11-28
2
-2
/
+2
*
wifi: mac80211: don't return unset power in ieee80211_get_tx_power()
Ping-Ke Shih
2023-11-28
1
-0
/
+4
*
net/sched: act_ct: Always fill offloading tuple iifidx
Vlad Buslov
2023-11-20
2
-2
/
+15
*
netfilter: nat: fix ipv6 nat redirect with mapped and scoped addresses
Florian Westphal
2023-11-20
1
-1
/
+26
*
netfilter: xt_recent: fix (increase) ipv6 literal buffer length
Maciej Żenczykowski
2023-11-20
1
-1
/
+1
*
virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
Shigeru Yoshida
2023-11-20
1
-0
/
+2
*
vsock/virtio: remove socket from connected/bound list on shutdown
Filippo Storniolo
2023-11-20
1
-5
/
+11
*
net/smc: put sk reference if close work was canceled
D. Wythe
2023-11-20
1
-1
/
+2
*
net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
D. Wythe
2023-11-20
1
-5
/
+4
*
net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
D. Wythe
2023-11-20
4
-4
/
+9
*
dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.
Kuniyuki Iwashima
2023-11-20
2
-6
/
+7
*
dccp: Call security_inet_conn_request() after setting IPv4 addresses.
Kuniyuki Iwashima
2023-11-20
1
-3
/
+3
*
net: page_pool: add missing free_percpu when page_pool_init fail
Jian Shen
2023-11-20
1
-1
/
+5
*
rxrpc: Fix two connection reaping bugs
David Howells
2023-11-20
2
-2
/
+2
*
tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING
Shigeru Yoshida
2023-11-20
1
-2
/
+2
*
hsr: Prevent use after free in prp_create_tagged_frame()
Dan Carpenter
2023-11-20
1
-3
/
+1
*
llc: verify mac len before reading mac header
Willem de Bruijn
2023-11-20
3
-2
/
+14
*
9p/net: fix possible memory leak in p9_check_errors()
Hangyu Hua
2023-11-20
1
-2
/
+4
*
ipv6: avoid atomic fragment on GSO packets
Yan Zhai
2023-11-20
1
-1
/
+7
*
mptcp: properly account fastopen data
Paolo Abeni
2023-11-20
1
-0
/
+1
*
Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err
Marcel Ziswiler
2023-11-20
1
-2
/
+2
*
Bluetooth: Make handle of hci_conn be unique
Ziyang Xuan
2023-11-20
4
-50
/
+51
[next]