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
/
mptcp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-07
mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_...
Kuniyuki Iwashima
1
-0
/
+6
2025-12-07
mptcp: clear scheduled subflows on retransmit
Paolo Abeni
1
-2
/
+11
2025-12-01
mptcp: fix a race in mptcp_pm_del_add_timer()
Eric Dumazet
1
-7
/
+13
2025-12-01
mptcp: do not fallback when OoO is present
Paolo Abeni
1
-0
/
+7
2025-12-01
mptcp: decouple mptcp fastclose from tcp close
Paolo Abeni
2
-5
/
+10
2025-12-01
mptcp: avoid unneeded subflow-level drops
Paolo Abeni
2
-0
/
+32
2025-12-01
mptcp: fix premature close in case of fallback
Paolo Abeni
1
-1
/
+2
2025-12-01
mptcp: fix duplicate reset on fastclose
Paolo Abeni
1
-13
/
+23
2025-12-01
mptcp: fix ack generation for fallback msk
Paolo Abeni
1
-1
/
+22
2025-12-01
mptcp: fix race condition in mptcp_schedule_work()
Eric Dumazet
1
-7
/
+12
2025-12-01
mptcp: Fix proto fallback detection with BPF
Jiayuan Chen
1
-2
/
+4
2025-12-01
mptcp: Disallow MPTCP subflows from sockmap
Jiayuan Chen
1
-0
/
+8
2025-11-24
mptcp: fix MSG_PEEK stream corruption
Paolo Abeni
1
-11
/
+25
2025-11-13
mptcp: restore window probe
Paolo Abeni
1
-1
/
+6
2025-11-13
mptcp: drop bogus optimization in __mptcp_check_push()
Paolo Abeni
2
-8
/
+5
2025-11-02
mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR
Matthieu Baerts (NGI0)
1
-0
/
+6
2025-10-23
mptcp: reset blackhole on success with non-loopback ifaces
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-10-23
mptcp: Use __sk_dst_get() and dst_dev_rcu() in mptcp_active_enable().
Kuniyuki Iwashima
1
-4
/
+7
2025-10-23
mptcp: Call dst_release() in mptcp_active_enable().
Kuniyuki Iwashima
1
-0
/
+2
2025-10-19
mptcp: pm: in-kernel: usable client side with C-flag
Matthieu Baerts (NGI0)
3
-3
/
+62
2025-09-25
mptcp: pm: nl: announce deny-join-id0 flag
Matthieu Baerts (NGI0)
1
-0
/
+7
2025-09-25
mptcp: propagate shutdown to subflows when possible
Matthieu Baerts (NGI0)
1
-0
/
+16
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
2025-09-19
mptcp: sockopt: make sync_socket_options propagate SOCK_KEEPOPEN
Krister Johansen
1
-6
/
+5
2025-08-28
mptcp: disable add_addr retransmission when timeout is 0
Geliang Tang
1
-3
/
+10
2025-08-28
mptcp: remove duplicate sk_reset_timer call
Geliang Tang
1
-3
/
+2
2025-08-28
mptcp: pm: kernel: flush: do not reset ADD_ADDR limit
Matthieu Baerts (NGI0)
1
-1
/
+0
2025-08-28
mptcp: drop skb if MPTCP skb extension allocation fails
Christoph Paasch
1
-2
/
+4
2025-08-20
net: better track kernel sockets lifetime
Eric Dumazet
1
-4
/
+1
2025-07-24
mptcp: reset fallback status gracefully at disconnect() time
Paolo Abeni
1
-0
/
+9
2025-07-24
mptcp: plug races between subflow fail and subflow creation
Paolo Abeni
4
-13
/
+32
2025-07-24
mptcp: make fallback action and fallback decision atomic
Paolo Abeni
4
-19
/
+61
2025-05-29
mptcp: pm: userspace: flags: clearer msg if no remote addr
Matthieu Baerts (NGI0)
1
-5
/
+3
2025-04-20
mptcp: only inc MPJoinAckHMacFailure for HMAC failures
Matthieu Baerts (NGI0)
1
-2
/
+6
2025-04-20
mptcp: fix NULL pointer in can_accept_new_subflow
Gang Yan
1
-7
/
+8
2025-04-20
mptcp: sockopt: fix getting freebind & transparent
Matthieu Baerts (NGI0)
1
-0
/
+12
2025-04-20
mptcp: sockopt: fix getting IPV6_V6ONLY
Matthieu Baerts (NGI0)
1
-0
/
+16
2025-03-28
mptcp: Fix data stream corruption in the address announcement
Arthur Mongodin
1
-2
/
+4
2025-03-22
mptcp: safety check before fallback
Matthieu Baerts (NGI0)
1
-0
/
+2
2025-03-13
mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addr
Krister Johansen
1
-3
/
+15
2025-03-07
mptcp: reset when MPTCP opts are dropped after join
Matthieu Baerts (NGI0)
1
-14
/
+1
2025-03-07
mptcp: always handle address removal under msk socket lock
Paolo Abeni
1
-5
/
+0
2025-02-17
mptcp: prevent excessive coalescing on receive
Paolo Abeni
1
-0
/
+1
2025-02-08
mptcp: blackhole only if 1st SYN retrans w/o MPC is accepted
Matthieu Baerts (NGI0)
1
-2
/
+2
2025-02-08
mptcp: handle fastopen disconnect correctly
Paolo Abeni
1
-1
/
+3
2025-02-08
mptcp: pm: only set fullmesh for subflow endp
Matthieu Baerts (NGI0)
1
-1
/
+2
2025-02-08
mptcp: consolidate suboption status
Paolo Abeni
2
-22
/
+21
2025-01-23
mptcp: fix spurious wake-up on under memory pressure
Paolo Abeni
1
-2
/
+7
2025-01-23
mptcp: be sure to send ack when mptcp-level window re-opens
Paolo Abeni
1
-2
/
+4
[next]