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
/
mptcp
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
mptcp: pm: ADD_ADDR rtx: return early if no retrans
Matthieu Baerts (NGI0)
1
-0
/
+3
6 days
mptcp: pm: ADD_ADDR rtx: resched blocked ADD_ADDR quicker
Matthieu Baerts (NGI0)
1
-6
/
+1
6 days
mptcp: pm: ADD_ADDR rtx: free sk if last
Matthieu Baerts (NGI0)
1
-10
/
+18
6 days
mptcp: pm: ADD_ADDR rtx: always decrease sk refcount
Matthieu Baerts (NGI0)
1
-5
/
+3
6 days
mptcp: pm: ADD_ADDR rtx: fix potential data-race
Matthieu Baerts (NGI0)
1
-0
/
+8
6 days
mptcp: pm: ADD_ADDR rtx: allow ID 0
Matthieu Baerts (NGI0)
1
-3
/
+0
6 days
mptcp: pm: kernel: correctly retransmit ADD_ADDR ID 0
Matthieu Baerts (NGI0)
1
-5
/
+8
6 days
mptcp: pm: kernel: reset fullmesh counter after flush
Matthieu Baerts (NGI0)
1
-0
/
+1
6 days
mptcp: pm: prio: skip closed subflows
Matthieu Baerts (NGI0)
1
-0
/
+3
6 days
mptcp: fix scheduling with atomic in timestamp sockopt
Gang Yan
1
-4
/
+4
6 days
mptcp: fix rx timestamp corruption on fastopen
Paolo Abeni
1
-1
/
+3
6 days
mptcp: sockopt: increase seq in mptcp_setsockopt_all_sf
Matthieu Baerts (NGI0)
1
-0
/
+4
6 days
mptcp: sockopt: set timestamp flags on subflow socket, not msk
Gang Yan
1
-2
/
+2
6 days
mptcp: use MPTCP_RST_EMPTCP for ACK HMAC validation failure
Shardul Bankar
1
-1
/
+1
6 days
mptcp: use MPJoinSynAckHMacFailure for SynAck HMAC failure
Shardul Bankar
1
-1
/
+1
6 days
mptcp: fastclose msk when linger time is 0
Matthieu Baerts (NGI0)
1
-1
/
+2
6 days
mptcp: pm: ADD_ADDR rtx: skip inactive subflows
Matthieu Baerts (NGI0)
1
-4
/
+14
13 days
mptcp: sync the msk->sndbuf at accept() time
Gang Yan
1
-1
/
+1
2026-04-08
Revert "mptcp: add needs_id for netlink appending addr"
Matthieu Baerts (NGI0)
1
-19
/
+5
2026-04-08
mptcp: fix slab-use-after-free in __inet_lookup_established
Jiayuan Chen
3
-6
/
+12
2026-03-31
mptcp: fix soft lockup in mptcp_recvmsg()
Li Xiasong
1
-3
/
+8
2026-03-19
MPTCP: fix lock class name family in pm_nl_create_listen_socket
Li Xiasong
1
-1
/
+1
2026-03-04
mptcp: pm: in-kernel: always mark signal+subflow endp as used
Matthieu Baerts (NGI0)
1
-0
/
+9
2026-03-04
mptcp: pm: avoid sending RM_ADDR over same subflow
Matthieu Baerts (NGI0)
1
-12
/
+43
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-2
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-2
/
+2
2026-02-19
tcp: fix potential race in tcp_v6_syn_recv_sock()
Eric Dumazet
1
-2
/
+4
2026-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-24
/
+21
2026-02-10
mptcp: allow overridden write_space to be invoked
Geliang Tang
2
-1
/
+2
2026-02-06
mptcp: fix kdoc warnings
Matthieu Baerts (NGI0)
1
-7
/
+9
2026-02-06
mptcp: pm: in-kernel: clarify mptcp_pm_remove_anno_addr()
Matthieu Baerts (NGI0)
1
-6
/
+5
2026-02-06
mptcp: pm: in-kernel: always set ID as avail when rm endp
Matthieu Baerts (NGI0)
1
-12
/
+8
2026-02-04
mptcp: Change some dubious min_t(int, ...) to min()
David Laight
1
-4
/
+5
2026-02-04
mptcp: pm: align endpoint flags size with the NL specs
Matthieu Baerts (NGI0)
1
-2
/
+2
2026-02-04
trace: mptcp: add mptcp_rcvbuf_grow tracepoint
Paolo Abeni
1
-0
/
+3
2026-02-04
mptcp: consolidate rcv space init
Paolo Abeni
3
-18
/
+15
2026-02-04
mptcp: fix receive space timestamp initialization
Paolo Abeni
2
-4
/
+9
2026-02-04
mptcp: do not account for OoO in mptcp_rcvbuf_grow()
Paolo Abeni
1
-6
/
+0
2026-02-02
mptcp: implement .splice_read
Geliang Tang
1
-0
/
+117
2026-02-02
mptcp: implement .read_sock
Geliang Tang
1
-0
/
+82
2026-02-02
mptcp: add eat_recv_skb helper
Geliang Tang
1
-7
/
+12
2026-01-28
mptcp: only reset subflow errors when propagated
Matthieu Baerts (NGI0)
1
-4
/
+5
2026-01-28
mptcp: avoid dup SUB_CLOSED events after disconnect
Matthieu Baerts (NGI0)
1
-2
/
+2
2026-01-26
mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()
Eric Dumazet
1
-3
/
+13
2025-12-23
mptcp: ensure context reset on disconnect()
Paolo Abeni
2
-4
/
+7
2025-12-23
mptcp: fallback earlier on simult connection
Paolo Abeni
3
-10
/
+12
2025-12-08
mptcp: avoid deadlock on fallback while reinjecting
Paolo Abeni
1
-2
/
+5
2025-12-08
mptcp: schedule rtx timer only after pushing data
Paolo Abeni
1
-6
/
+9
2025-12-08
mptcp: pm: ignore unknown endpoint flags
Matthieu Baerts (NGI0)
1
-1
/
+2
2025-12-08
mptcp: select CRYPTO_LIB_UTILS instead of CRYPTO
Eric Biggers
1
-1
/
+1
[next]