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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
3 days
mptcp: pm: ADD_ADDR rtx: return early if no retrans
Matthieu Baerts (NGI0)
1
-0
/
+3
3 days
mptcp: pm: ADD_ADDR rtx: resched blocked ADD_ADDR quicker
Matthieu Baerts (NGI0)
1
-6
/
+1
3 days
mptcp: pm: ADD_ADDR rtx: free sk if last
Matthieu Baerts (NGI0)
1
-10
/
+18
3 days
mptcp: pm: ADD_ADDR rtx: always decrease sk refcount
Matthieu Baerts (NGI0)
1
-5
/
+3
3 days
mptcp: pm: ADD_ADDR rtx: fix potential data-race
Matthieu Baerts (NGI0)
1
-0
/
+8
3 days
mptcp: pm: ADD_ADDR rtx: allow ID 0
Matthieu Baerts (NGI0)
1
-3
/
+0
3 days
mptcp: pm: kernel: correctly retransmit ADD_ADDR ID 0
Matthieu Baerts (NGI0)
1
-5
/
+8
3 days
mptcp: pm: prio: skip closed subflows
Matthieu Baerts (NGI0)
1
-0
/
+3
3 days
mptcp: fix scheduling with atomic in timestamp sockopt
Gang Yan
1
-4
/
+4
3 days
mptcp: fix rx timestamp corruption on fastopen
Paolo Abeni
1
-1
/
+3
3 days
mptcp: sockopt: increase seq in mptcp_setsockopt_all_sf
Matthieu Baerts (NGI0)
1
-0
/
+4
3 days
mptcp: sockopt: set timestamp flags on subflow socket, not msk
Gang Yan
1
-2
/
+2
3 days
mptcp: use MPTCP_RST_EMPTCP for ACK HMAC validation failure
Shardul Bankar
1
-1
/
+1
3 days
mptcp: use MPJoinSynAckHMacFailure for SynAck HMAC failure
Shardul Bankar
1
-1
/
+1
3 days
mptcp: fastclose msk when linger time is 0
Matthieu Baerts (NGI0)
1
-1
/
+2
3 days
psp: strip variable-length PSP header in psp_dev_rcv()
David Carlier
1
-11
/
+31
3 days
openvswitch: vport: fix self-deadlock on release of tunnel ports
Ilya Maximets
1
-1
/
+5
3 days
libceph: Fix slab-out-of-bounds access in auth message processing
Raphael Zimmer
2
-1
/
+3
3 days
hv_sock: Return -EIO for malformed/short packets
Dexuan Cui
1
-9
/
+18
3 days
hv_sock: Report EOF instead of -EIO for FIN
Dexuan Cui
1
-4
/
+16
3 days
hv_sock: fix ARM64 support
Hamza Mahfooz
1
-2
/
+2
3 days
af_unix: Reject SIOCATMARK on non-stream sockets
Jiexun Wang
1
-0
/
+3
3 days
net/rds: handle zerocopy send cleanup before the message is queued
Nan Li
1
-5
/
+15
3 days
netpoll: pass buffer size to egress_dev() to avoid MAC truncation
Breno Leitao
1
-10
/
+13
3 days
ip6_gre: Use cached t->net in ip6erspan_changelink().
Maoyi Xie
1
-2
/
+3
3 days
mptcp: pm: ADD_ADDR rtx: skip inactive subflows
Matthieu Baerts (NGI0)
1
-4
/
+14
3 days
net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...
Kai Zen
1
-0
/
+1
3 days
Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()
Siwei Zhang
1
-0
/
+3
3 days
Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb()
Siwei Zhang
1
-0
/
+3
3 days
Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb()
Siwei Zhang
1
-0
/
+3
3 days
Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_com...
Luiz Augusto von Dentz
1
-2
/
+25
3 days
xfrm: ah: account for ESN high bits in async callbacks
Michael Bommarito
2
-4
/
+24
3 days
ipv6: xfrm6: release dst on error in xfrm6_rcv_encap()
Yilin Zhu
1
-1
/
+3
3 days
xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete
Michal Kosiorek
1
-6
/
+6
3 days
xfrm: provide message size for XFRM_MSG_MAPPING
Ruijie Li
1
-0
/
+1
3 days
wifi: mac80211: remove station if connection prep fails
Johannes Berg
1
-5
/
+4
3 days
wifi: mac80211: use safe list iteration in radar detect work
Benjamin Berg
1
-2
/
+2
3 days
wifi: mac80211: drop stray 'static' from fast-RX rx_result
Catherine
1
-1
/
+1
3 days
net/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_p...
Jamal Hadi Salim
1
-1
/
+1
3 days
net: af_key: zero aligned sockaddr tail in PF_KEY exports
Zhengchuan Liang
1
-18
/
+34
3 days
mptcp: sync the msk->sndbuf at accept() time
Gang Yan
1
-1
/
+2
3 days
flow_dissector: do not dissect PPPoE PFC frames
Qingfang Deng
1
-8
/
+5
7 days
rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
Hyunwoo Kim
2
-2
/
+5
10 days
xfrm: esp: avoid in-place decrypt on shared skb frags
Kuan-Ting Chen
4
-2
/
+8
11 days
netfilter: reject zero shift in nft_bitwise
Kai Ma
1
-1
/
+2
11 days
net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnels
Andrea Mayer
2
-0
/
+18
11 days
ipv6: rpl: reserve mac_len headroom when recompressed SRH grows
Greg Kroah-Hartman
1
-3
/
+6
11 days
net: qrtr: ns: Limit the total number of nodes
Manivannan Sadhasivam
1
-0
/
+15
11 days
net: qrtr: ns: Limit the maximum number of lookups
Manivannan Sadhasivam
1
-0
/
+14
11 days
net: qrtr: ns: Limit the maximum server registration per node
Manivannan Sadhasivam
1
-5
/
+21
[next]