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-10-29
mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR
Matthieu Baerts (NGI0)
1
-0
/
+6
2025-10-29
vsock: fix lock inversion in vsock_assign_transport()
Stefano Garzarella
1
-19
/
+19
2025-10-29
net: datagram: introduce datagram_poll_queue for custom receive queues
Ralf Lici
1
-10
/
+34
2025-10-29
espintcp: use datagram_poll_queue for socket readiness
Ralf Lici
1
-5
/
+1
2025-10-29
net: hsr: prevent creation of HSR device with slaves from another netns
Fernando Fernandez Mancera
1
-1
/
+7
2025-10-29
sctp: avoid NULL dereference when chunk data buffer is missing
Alexey Simakov
1
-6
/
+7
2025-10-29
net/smc: fix general protection fault in __smc_diag_dump
Wang Liang
1
-13
/
+0
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
tls: trim encrypted message to match the plaintext on short splice
Sabrina Dubroca
1
-1
/
+4
2025-10-23
net: core: fix lockdep splat on device unregister
Florian Westphal
1
-5
/
+35
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-23
can: j1939: add missing calls in NETDEV_UNREGISTER notification handler
Tetsuo Handa
1
-0
/
+2
2025-10-19
mptcp: reset blackhole on success with non-loopback ifaces
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-10-19
mptcp: pm: in-kernel: usable client side with C-flag
Matthieu Baerts (NGI0)
3
-3
/
+62
2025-10-19
xsk: Harden userspace-supplied xdp_desc validation
Alexander Lobakin
1
-10
/
+35
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
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-19
nfsd: unregister with rpcbind when deleting a transport
Olga Kornievskaia
2
-0
/
+15
2025-10-19
page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
Toke Høiland-Jørgensen
1
-23
/
+53
2025-10-15
net/9p: Fix buffer overflow in USB transport layer
Dominique Martinet
1
-3
/
+13
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
tcp: use skb->len instead of skb->truesize in tcp_can_ingest()
Eric Dumazet
1
-2
/
+13
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: free rx_skb if not consumed
Pauli Virtanen
1
-0
/
+2
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
netfilter: nf_conntrack: do not skip entries in /proc/net/nf_conntrack
Eric Dumazet
1
-0
/
+3
2025-10-15
netfilter: nfnetlink: reset nlh pointer during batch replay
Fernando Fernandez Mancera
1
-0
/
+2
2025-10-15
ipvs: Defer ip_vs_ftp unregister during netns cleanup
Slavin Liu
1
-1
/
+3
2025-10-15
net: ethtool: tsconfig: set command must provide a reply
Vadim Fedorenko
1
-7
/
+5
2025-10-15
wifi: cfg80211: fix width unit in cfg80211_radio_chandef_valid()
Ryder Lee
1
-1
/
+1
2025-10-15
wifi: mac80211: fix Rx packet handling when pubsta information is not available
Aditya Kumar Singh
1
-6
/
+22
2025-10-15
mptcp: Use __sk_dst_get() and dst_dev_rcu() in mptcp_active_enable().
Kuniyuki Iwashima
1
-4
/
+7
2025-10-15
mptcp: Call dst_release() in mptcp_active_enable().
Kuniyuki Iwashima
1
-0
/
+2
2025-10-15
tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().
Kuniyuki Iwashima
1
-8
/
+10
2025-10-15
smc: Use __sk_dst_get() and dst_dev_rcu() in smc_vlan_by_tcpsk().
Kuniyuki Iwashima
1
-15
/
+12
2025-10-15
smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match().
Kuniyuki Iwashima
1
-13
/
+13
2025-10-15
smc: Use __sk_dst_get() and dst_dev_rcu() in in smc_clc_prfx_set().
Kuniyuki Iwashima
1
-19
/
+22
[next]