index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
5 days
netfilter: nf_reject: don't leak dst refcount for loopback packets
Florian Westphal
2
-7
/
+4
5 days
net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...
William Liu
1
-1
/
+1
5 days
net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit
William Liu
1
-2
/
+12
5 days
net/smc: fix UAF on smcsk after smc_listen_out()
D. Wythe
1
-1
/
+2
5 days
ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_add
Minhong He
1
-0
/
+3
5 days
net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUM
Jakub Ramaseuski
1
-0
/
+12
5 days
Bluetooth: hci_conn: do return error from hci_enhanced_setup_sync()
Sergey Shtylyov
1
-1
/
+2
5 days
Bluetooth: hci_event: fix MTU for BN == 0 in CIS Established
Pauli Virtanen
1
-4
/
+4
5 days
Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFF
Yang Li
1
-4
/
+8
5 days
Bluetooth: hci_sync: Fix scan state after PA Sync has been established
Luiz Augusto von Dentz
1
-2
/
+5
5 days
net: bridge: fix soft lockup in br_multicast_query_expired()
Wang Liang
2
-0
/
+18
5 days
tls: fix handling of zero-length records on the rx_list
Jakub Kicinski
1
-1
/
+6
5 days
mptcp: disable add_addr retransmission when timeout is 0
Geliang Tang
1
-3
/
+10
5 days
mptcp: remove duplicate sk_reset_timer call
Geliang Tang
1
-3
/
+2
5 days
mptcp: pm: kernel: flush: do not reset ADD_ADDR limit
Matthieu Baerts (NGI0)
1
-1
/
+0
5 days
mptcp: drop skb if MPTCP skb extension allocation fails
Christoph Paasch
1
-2
/
+4
5 days
ipv6: sr: Fix MAC comparison to be constant-time
Eric Biggers
1
-1
/
+2
5 days
net, hsr: reject HSR frame if skb can't hold tag
Jakub Acs
1
-1
/
+7
5 days
vsock/virtio: Validate length in packet header before skb_put()
Will Deacon
1
-2
/
+10
13 days
net: better track kernel sockets lifetime
Eric Dumazet
7
-39
/
+29
13 days
net: Add net_passive_inc() and net_passive_dec().
Kuniyuki Iwashima
1
-4
/
+4
13 days
wifi: mac80211: check basic rates validity in sta_link_apply_parameters
Mikhail Lobanov
1
-6
/
+6
13 days
net/sched: ets: use old 'nbands' while purging unused classes
Davide Caratti
1
-5
/
+6
13 days
vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page
Will Deacon
1
-1
/
+1
13 days
net: ncsi: Fix buffer overflow in fetching version id
Hari Kalavakunta
2
-1
/
+2
13 days
neighbour: add support for NUD_PERMANENT proxy entries
Nicolas Escande
1
-3
/
+9
13 days
wifi: mac80211: update radar_required in channel context after channel switch
Ramya Gnanasekar
1
-0
/
+1
13 days
net: ieee8021q: fix insufficient table-size assertion
RubenKelevra
1
-31
/
+13
13 days
xfrm: Duplicate SPI Handling
Aakash Kumar S
1
-29
/
+43
13 days
wifi: mac80211: fix rx link assignment for non-MLO stations
Hari Chandrakanthan
1
-3
/
+9
13 days
ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().
Kuniyuki Iwashima
2
-10
/
+8
13 days
wifi: mac80211: avoid weird state in error path
Miri Korenblit
1
-1
/
+8
13 days
wifi: mac80211: don't complete management TX on SAE commit
Johannes Berg
1
-1
/
+8
13 days
net: ipv4: fix incorrect MTU in broadcast routes
Oscar Maes
1
-1
/
+0
13 days
wifi: mac80211: don't unreserve never reserved chanctx
Johannes Berg
1
-1
/
+2
13 days
net: mctp: Prevent duplicate binds
Matt Johnston
1
-3
/
+23
13 days
wifi: cfg80211: reject HTC bit for management frames
Johannes Berg
1
-1
/
+2
13 days
Bluetooth: hci_sock: Reset cookie to zero in hci_sock_free_cookie()
Zijun Hu
1
-1
/
+1
13 days
netfilter: nft_set_pipapo: prefer kvmalloc for scratch maps
Florian Westphal
1
-5
/
+4
13 days
net: kcm: Fix race condition in kcm_unattach()
Sven Stegemann
1
-8
/
+2
13 days
tls: handle data disappearing from under the TLS ULP
Jakub Kicinski
3
-5
/
+11
13 days
sctp: linearize cloned gso packets in sctp_rcv
Xin Long
1
-1
/
+1
13 days
netfilter: ctnetlink: fix refcount leak on table dump
Florian Westphal
1
-11
/
+13
13 days
udp: also consider secpath when evaluating ipsec use for checksumming
Sabrina Dubroca
1
-1
/
+1
13 days
netlink: avoid infinite retry looping in netlink_unicast()
Fedor Pchelkin
1
-1
/
+1
2025-08-15
vsock: Do not allow binding to VMADDR_PORT_ANY
Budimir Markovic
1
-1
/
+2
2025-08-15
net/packet: fix a race in packet_set_ring() and packet_notifier()
Quang Le
1
-6
/
+6
2025-08-15
sunrpc: fix handling of server side tls alerts
Olga Kornievskaia
1
-8
/
+35
2025-08-15
net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing
Maher Azzouzi
1
-1
/
+1
2025-08-15
sunrpc: fix client side handling of tls alerts
Olga Kornievskaia
1
-10
/
+30
[next]