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
/
protocol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-07
mptcp: Fix proto fallback detection with BPF
Jiayuan Chen
1
-2
/
+7
2025-12-07
mptcp: do not fallback when OoO is present
Paolo Abeni
1
-0
/
+9
2025-12-07
mptcp: fix race condition in mptcp_schedule_work()
Eric Dumazet
1
-7
/
+12
2025-12-07
mptcp: introduce mptcp_schedule_work
Paolo Abeni
1
-14
/
+22
2025-10-02
mptcp: propagate shutdown to subflows when possible
Matthieu Baerts (NGI0)
1
-0
/
+16
2025-05-02
mptcp: sockopt: fix getting IPV6_V6ONLY
Matthieu Baerts (NGI0)
1
-0
/
+45
2025-03-13
mptcp: prevent excessive coalescing on receive
Paolo Abeni
1
-0
/
+1
2024-10-22
mptcp: handle consistently DSS corruption
Paolo Abeni
1
-3
/
+17
2024-10-22
mptcp: track and update contiguous data status
Geliang Tang
1
-1
/
+5
2024-09-12
mptcp: pr_debug: add missing \n at the end
Matthieu Baerts (NGI0)
1
-27
/
+27
2024-09-04
mptcp: sched: check both backup in retrans
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-08-19
mptcp: sched: check both directions for backup
Matthieu Baerts (NGI0)
1
-4
/
+6
2024-07-05
mptcp: ensure snd_una is properly initialized on connect
Paolo Abeni
1
-0
/
+1
2024-05-25
mptcp: ensure snd_nxt is properly initialized on connect
Paolo Abeni
1
-0
/
+2
2024-04-13
mptcp: don't account accept() of non-MPC client as fallback to TCP
Davide Caratti
1
-3
/
+0
2024-03-06
mptcp: fix double-free on socket dismantle
Davide Caratti
1
-0
/
+49
2023-04-26
inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().
Kuniyuki Iwashima
1
-7
/
+0
2022-08-31
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
1
-3
/
+3
2022-08-03
tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.
Kuniyuki Iwashima
1
-1
/
+1
2021-12-22
mptcp: clear 'kern' flag from fallback sockets
Florian Westphal
1
-1
/
+3
2021-06-23
mptcp: try harder to borrow memory from subflow under pressure
Paolo Abeni
1
-4
/
+6
2021-06-03
mptcp: fix data stream corruption
Paolo Abeni
1
-0
/
+6
2021-04-14
mptcp: forbit mcast-related sockopt on MPTCP sockets
Paolo Abeni
1
-0
/
+45
2021-02-23
mptcp: skip to next candidate if subflow has unacked data
Florian Westphal
1
-1
/
+4
2021-01-06
mptcp: fix security context on server socket
Paolo Abeni
1
-0
/
+2
2020-11-09
mptcp: provide rmem[0] limit
Paolo Abeni
1
-0
/
+1
2020-10-29
mptcp: add missing memory scheduling in the rx path
Paolo Abeni
1
-0
/
+10
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+17
2020-10-10
mptcp: subflows garbage collection
Paolo Abeni
1
-0
/
+17
2020-10-08
mptcp: fix infinite loop on recvmsg()/worker() race.
Paolo Abeni
1
-1
/
+8
2020-10-06
mptcp: don't skip needed ack
Paolo Abeni
1
-2
/
+4
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+4
2020-09-29
mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq
Mat Martineau
1
-4
/
+4
2020-09-24
mptcp: add mptcp_destroy_common helper
Geliang Tang
1
-3
/
+8
2020-09-24
mptcp: remove addr and subflow in PM netlink
Geliang Tang
1
-4
/
+5
2020-09-24
mptcp: add the incoming RM_ADDR support
Geliang Tang
1
-4
/
+8
2020-09-17
mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofo
Ye Bin
1
-2
/
+3
2020-09-14
mptcp: call tcp_cleanup_rbuf on subflows
Paolo Abeni
1
-0
/
+6
2020-09-14
mptcp: allow picking different xmit subflows
Paolo Abeni
1
-16
/
+95
2020-09-14
mptcp: add OoO related mibs
Paolo Abeni
1
-1
/
+23
2020-09-14
mptcp: move ooo skbs into msk out of order queue.
Paolo Abeni
1
-56
/
+208
2020-09-14
mptcp: introduce and use mptcp_try_coalesce()
Paolo Abeni
1
-12
/
+19
2020-09-14
mptcp: basic sndbuf autotuning
Paolo Abeni
1
-4
/
+13
2020-09-14
mptcp: trigger msk processing even for OoO data
Paolo Abeni
1
-6
/
+27
2020-09-14
mptcp: rethink 'is writable' conditional
Paolo Abeni
1
-25
/
+46
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+2
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+1
2020-08-31
mptcp: Remove unused macro MPTCP_SAME_STATE
YueHaibing
1
-2
/
+0
2020-08-26
mptcp: free acked data before waiting for more memory
Florian Westphal
1
-2
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+1
[next]