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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-02
mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR
Matthieu Baerts (NGI0)
1
-0
/
+6
2025-11-02
net/sched: sch_qfq: Fix null-deref in agg_dequeue
Xiang Mei
3
-27
/
+1
2025-10-29
vsock: fix lock inversion in vsock_assign_transport()
Stefano Garzarella
1
-19
/
+19
2025-10-29
sctp: avoid NULL dereference when chunk data buffer is missing
Alexey Simakov
1
-6
/
+7
2025-10-29
rtnetlink: Allow deleting FDB entries in user namespace
Johannes Wiesböck
1
-3
/
+0
2025-10-23
tls: don't rely on tx_work during send()
Sabrina Dubroca
1
-0
/
+13
2025-10-23
tls: wait for pending async decryptions if tls_strp_msg_hold fails
Sabrina Dubroca
1
-2
/
+4
2025-10-23
tls: always set record_type in tls_process_cmsg
Sabrina Dubroca
1
-5
/
+2
2025-10-23
tls: wait for async encrypt in case of error during latter iterations of sendmsg
Sabrina Dubroca
1
-3
/
+4
2025-10-23
net: tls: wait for async completion on last message
Sascha Hauer
1
-1
/
+1
2025-10-23
tls: trim encrypted message to match the plaintext on short splice
Sabrina Dubroca
1
-1
/
+4
2025-10-23
tcp: fix tcp_tso_should_defer() vs large RTT
Eric Dumazet
1
-4
/
+15
2025-10-23
net/ip6_tunnel: Prevent perpetual tunnel growth
Dmitry Safonov
2
-16
/
+1
2025-10-19
mptcp: pm: in-kernel: usable client side with C-flag
Matthieu Baerts (NGI0)
3
-3
/
+64
2025-10-19
sctp: Fix MAC comparison to be constant-time
Eric Biggers
2
-2
/
+4
2025-10-19
bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()
Eric Woudstra
1
-1
/
+1
2025-10-19
netfilter: nft_objref: validate objref and objrefmap expressions
Fernando Fernandez Mancera
1
-0
/
+39
2025-10-19
netfilter: nf_tables: drop unused 3rd argument from validate callback ops
Florian Westphal
23
-51
/
+26
2025-10-19
bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}
Daniel Borkmann
1
-0
/
+2
2025-10-19
tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()
Eric Dumazet
1
-1
/
+4
2025-10-19
tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().
Kuniyuki Iwashima
1
-1
/
+0
2025-10-19
net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()
Alexandr Sapozhnikov
1
-1
/
+2
2025-10-15
sunrpc: fix null pointer dereference on zero-length checksum
Lei Lu
1
-1
/
+1
2025-10-15
net: nfc: nci: Add parameter validation for packet data
Deepak Sharma
1
-36
/
+99
2025-10-15
Bluetooth: hci_sync: Fix using random address for BIG/PA advertisements
Luiz Augusto von Dentz
1
-4
/
+6
2025-10-15
Bluetooth: ISO: don't leak skb in ISO_CONT RX
Pauli Virtanen
1
-1
/
+1
2025-10-15
Bluetooth: ISO: Fix possible UAF on iso_conn_free
Luiz Augusto von Dentz
1
-0
/
+7
2025-10-15
Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFO
Luiz Augusto von Dentz
1
-6
/
+4
2025-10-15
ipvs: Defer ip_vs_ftp unregister during netns cleanup
Slavin Liu
1
-1
/
+3
2025-10-15
wifi: mac80211: fix Rx packet handling when pubsta information is not available
Aditya Kumar Singh
1
-6
/
+22
2025-10-15
ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enable
Zhang Tengfei
4
-20
/
+17
2025-10-15
netfilter: ipset: Remove unused htable_bits in macro ahash_region
Zhen Ni
1
-4
/
+4
2025-10-15
tcp: fix __tcp_close() to only send RST when required
Eric Dumazet
1
-4
/
+5
2025-10-15
inet: ping: check sock_net() in ping_get_port() and ping_lookup()
Eric Dumazet
1
-4
/
+10
2025-10-15
bpf: Explicitly check accesses to bpf_sock_addr
Paul Chaignon
1
-6
/
+10
2025-10-12
net/9p: fix double req put in p9_fd_cancelled
Nalivayko Sergey
1
-4
/
+4
2025-10-02
nexthop: Forbid FDB status change while nexthop is in a group
Ido Schimmel
1
-0
/
+7
2025-10-02
net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGS
Jason Baron
1
-1
/
+1
2025-10-02
Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync
Luiz Augusto von Dentz
1
-3
/
+23
2025-10-02
Bluetooth: hci_sync: Fix hci_resume_advertising_sync
Luiz Augusto von Dentz
1
-0
/
+7
2025-10-02
xfrm: xfrm_alloc_spi shouldn't use 0 as SPI
Sabrina Dubroca
1
-0
/
+3
2025-09-25
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
2
-2
/
+2
2025-09-25
mptcp: propagate shutdown to subflows when possible
Matthieu Baerts (NGI0)
1
-0
/
+16
2025-09-25
mptcp: pm: nl: announce deny-join-id0 flag
Matthieu Baerts (NGI0)
1
-0
/
+7
2025-09-25
rds: ib: Increment i_fastreg_wrs before bailing out
Håkon Bugge
1
-8
/
+12
2025-09-25
net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointer
Hans de Goede
1
-2
/
+2
2025-09-25
tls: make sure to abort the stream if headers are bogus
Jakub Kicinski
3
-7
/
+11
2025-09-25
tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().
Kuniyuki Iwashima
1
-0
/
+5
2025-09-25
mptcp: tfo: record 'deny join id0' info
Matthieu Baerts (NGI0)
1
-3
/
+3
2025-09-25
mptcp: set remote_deny_join_id0 on SYN recv
Matthieu Baerts (NGI0)
1
-0
/
+4
[next]