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
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
/
subflow.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-07
mptcp: reset when MPTCP opts are dropped after join
Matthieu Baerts (NGI0)
1
-14
/
+1
2024-10-22
mptcp: prevent MPC handshake on port-based signal endpoints
Paolo Abeni
1
-0
/
+11
2024-10-17
mptcp: handle consistently DSS corruption
Paolo Abeni
1
-1
/
+3
2024-10-17
mptcp: fallback when MPTCP opts are dropped after 1st data
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-09-08
mptcp: pr_debug: add missing \n at the end
Matthieu Baerts (NGI0)
1
-25
/
+25
2024-09-04
mptcp: close subflow when receiving TCP+FIN
Matthieu Baerts (NGI0)
1
-2
/
+6
2024-08-14
mptcp: pm: fix backup support in signal endpoints
Matthieu Baerts (NGI0)
1
-0
/
+3
2024-08-14
mptcp: mib: count MPJ with backup flag
Matthieu Baerts (NGI0)
1
-0
/
+6
2024-08-11
mptcp: fix duplicate data handling
Paolo Abeni
1
-4
/
+12
2024-08-11
mptcp: distinguish rcv vs sent backup flag in requests
Matthieu Baerts (NGI0)
1
-0
/
+1
2024-04-10
mptcp: don't account accept() of non-MPC client as fallback to TCP
Davide Caratti
1
-0
/
+2
2024-03-06
mptcp: fix data races on remote_id
Paolo Abeni
1
-3
/
+3
2024-03-06
mptcp: fix data races on local_id
Paolo Abeni
1
-4
/
+5
2024-01-25
mptcp: relax check on MPC passive fallback
Paolo Abeni
1
-1
/
+2
2024-01-25
mptcp: refine opt_mp_capable determination
Eric Dumazet
1
-4
/
+4
2024-01-25
mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()
Eric Dumazet
1
-2
/
+2
2024-01-25
mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()
Eric Dumazet
1
-1
/
+1
2024-01-25
mptcp: strict validation before using mp_opt->hmac
Eric Dumazet
1
-1
/
+1
2024-01-10
mptcp: prevent tcp diag from closing listener subflows
Paolo Abeni
1
-0
/
+13
2023-10-19
mptcp: fix delegated action races
Paolo Abeni
1
-2
/
+8
2023-10-10
mptcp: move __mptcp_error_report in protocol.c
Paolo Abeni
1
-36
/
+0
2023-10-10
mptcp: annotate lockless accesses to sk->sk_err
Eric Dumazet
1
-2
/
+2
2023-10-10
mptcp: fix dangling connection hang-up
Paolo Abeni
1
-0
/
+1
2023-10-10
mptcp: rename timer related helper to less confusing names
Paolo Abeni
1
-1
/
+1
2023-08-16
mptcp: fix disconnect vs accept race
Paolo Abeni
1
-29
/
+29
2023-06-28
mptcp: consolidate fallback and non fallback state machine
Paolo Abeni
1
-7
/
+10
2023-06-09
mptcp: consolidate passive msk socket initialization
Paolo Abeni
1
-27
/
+1
2023-06-09
mptcp: simplify subflow_syn_recv_sock()
Paolo Abeni
1
-28
/
+13
2023-06-09
mptcp: avoid unneeded address copy
Paolo Abeni
1
-2
/
+0
2023-05-01
mptcp: fix accept vs worker race
Paolo Abeni
1
-10
/
+12
2023-05-01
mptcp: stops worker on unaccepted sockets at listener close
Paolo Abeni
1
-0
/
+72
2023-04-20
mptcp: use mptcp_schedule_work instead of open-coding it
Paolo Abeni
1
-12
/
+6
2023-03-30
mptcp: fix UaF in listener shutdown
Paolo Abeni
1
-72
/
+0
2023-03-30
mptcp: use the workqueue to destroy unaccepted sockets
Paolo Abeni
1
-5
/
+12
2023-03-30
mptcp: refactor passive socket initialization
Paolo Abeni
1
-6
/
+21
2023-03-22
mptcp: avoid setting TCP_CLOSE state twice
Matthieu Baerts
1
-1
/
+0
2023-03-22
mptcp: add ro_after_init for tcp{,v6}_prot_override
Geliang Tang
1
-2
/
+2
2023-03-22
mptcp: fix possible deadlock in subflow_error_report
Paolo Abeni
1
-0
/
+7
2023-02-22
mptcp: fix locking for in-kernel listener creation
Paolo Abeni
1
-1
/
+1
2023-02-14
mptcp: be careful on subflow status propagation on errors
Paolo Abeni
1
-1
/
+9
2023-01-24
mptcp: explicitly specify sock family at subflow creation time
Paolo Abeni
1
-4
/
+5
2023-01-12
mptcp: fix lockdep false positive
Paolo Abeni
1
-2
/
+17
2023-01-07
mptcp: use proper req destructor for IPv6
Matthieu Baerts
1
-3
/
+16
2023-01-07
mptcp: dedicated request sock for subflow in v6
Matthieu Baerts
1
-8
/
+26
2023-01-07
mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
Matthieu Baerts
1
-1
/
+11
2022-11-28
mptcp: fix sleep in atomic at close time
Paolo Abeni
1
-3
/
+3
2022-10-24
mptcp: set msk local address earlier
Paolo Abeni
1
-0
/
+7
2022-09-28
mptcp: fix unreleased socket in accept queue
Menglong Dong
1
-26
/
+7
2022-08-05
mptcp: move subflow cleanup in mptcp_destroy_common()
Paolo Abeni
1
-1
/
+2
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
[next]