index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mptcp
/
subflow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mptcp: explicitly specify sock family at subflow creation time
Paolo Abeni
2023-01-13
1
-4
/
+5
*
mptcp: fix lockdep false positive
Paolo Abeni
2022-12-21
1
-2
/
+17
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-12-13
1
-10
/
+51
|
\
|
*
mptcp: use proper req destructor for IPv6
Matthieu Baerts
2022-12-12
1
-3
/
+16
|
*
mptcp: dedicated request sock for subflow in v6
Matthieu Baerts
2022-12-12
1
-8
/
+26
|
*
mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
Matthieu Baerts
2022-12-12
1
-1
/
+11
*
|
mptcp: add subflow_v(4,6)_send_synack()
Dmytro Shytyi
2022-11-29
1
-0
/
+43
*
|
mptcp: implement delayed seq generation for passive fastopen
Dmytro Shytyi
2022-11-29
1
-1
/
+4
*
|
mptcp: consolidate initial ack seq generation
Paolo Abeni
2022-11-29
1
-22
/
+35
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-3
/
+3
|
\
|
|
*
mptcp: fix sleep in atomic at close time
Paolo Abeni
2022-11-28
1
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-27
1
-0
/
+7
|
\
|
|
*
mptcp: set msk local address earlier
Paolo Abeni
2022-10-24
1
-0
/
+7
*
|
mptcp: fix tracking issue in mptcp_subflow_create_socket()
Eric Dumazet
2022-10-26
1
-0
/
+2
|
/
*
mptcp: fix unreleased socket in accept queue
Menglong Dong
2022-09-28
1
-26
/
+7
*
mptcp: move subflow cleanup in mptcp_destroy_common()
Paolo Abeni
2022-08-05
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-28
1
-1
/
+1
|
\
|
*
mptcp: Do not return EINPROGRESS when subflow creation succeeds
Mat Martineau
2022-07-26
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-06-30
1
-29
/
+98
|
\
|
|
*
mptcp: fix race on unaccepted mptcp sockets
Paolo Abeni
2022-06-28
1
-0
/
+52
|
*
mptcp: consistent map handling on failure
Paolo Abeni
2022-06-28
1
-10
/
+9
|
*
mptcp: fix shutdown vs fallback race
Paolo Abeni
2022-06-28
1
-1
/
+1
|
*
mptcp: invoke MP_FAIL response when needed
Geliang Tang
2022-06-28
1
-9
/
+29
|
*
mptcp: introduce MAPPING_BAD_CSUM
Paolo Abeni
2022-06-28
1
-9
/
+9
|
*
mptcp: fix error mibs accounting
Paolo Abeni
2022-06-28
1
-3
/
+1
*
|
net: mptcp: fix some spelling mistake in mptcp
Menglong Dong
2022-06-28
1
-1
/
+1
|
/
*
mptcp: Check for orphaned subflow before handling MP_FAIL timer
Mat Martineau
2022-05-19
1
-8
/
+4
*
mptcp: stop using the mptcp_has_another_subflow() helper
Paolo Abeni
2022-05-19
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-19
1
-7
/
+28
|
\
|
*
mptcp: Do TCP fallback on early DSS checksum failure
Mat Martineau
2022-05-18
1
-3
/
+18
|
*
mptcp: fix checksum byte order
Paolo Abeni
2022-05-18
1
-1
/
+1
|
*
mptcp: fix subflow accounting on close
Paolo Abeni
2022-05-13
1
-3
/
+9
*
|
mptcp: read attributes of addr entries managed by userspace PMs
Kishen Maloor
2022-05-04
1
-1
/
+1
*
|
mptcp: store remote id from MP_JOIN SYN/ACK in local ctx
Kishen Maloor
2022-05-03
1
-0
/
+1
*
|
mptcp: bypass in-kernel PM restrictions for non-kernel PMs
Kishen Maloor
2022-05-03
1
-1
/
+3
*
|
mptcp: reset subflow when MP_FAIL doesn't respond
Geliang Tang
2022-04-27
1
-0
/
+11
*
|
mptcp: add MP_FAIL response support
Geliang Tang
2022-04-27
1
-0
/
+2
*
|
mptcp: infinite mapping receiving
Geliang Tang
2022-04-23
1
-1
/
+3
*
|
mptcp: track and update contiguous data status
Geliang Tang
2022-04-23
1
-1
/
+3
*
|
mptcp: add the fallback check
Geliang Tang
2022-04-23
1
-21
/
+24
*
|
mptcp: don't send RST for single subflow
Geliang Tang
2022-04-23
1
-5
/
+5
|
/
*
mptcp: strict local address ID selection
Paolo Abeni
2022-03-08
1
-9
/
+58
*
mptcp: use MPTCP_SUBFLOW_NODATA
Geliang Tang
2022-03-08
1
-4
/
+4
*
mptcp: don't save tcp data_ready and write space callbacks
Florian Westphal
2022-02-16
1
-4
/
+4
*
mptcp: mark ops structures as ro_after_init
Florian Westphal
2022-02-16
1
-8
/
+7
*
mptcp: drop unneeded type casts for hmac
Geliang Tang
2022-02-16
1
-3
/
+1
*
mptcp: drop unused sk in mptcp_get_options
Geliang Tang
2022-02-16
1
-5
/
+5
*
mptcp: reuse __mptcp_make_csum in validate_data_csum
Geliang Tang
2022-01-07
1
-9
/
+6
*
mptcp: avoid atomic bit manipulation when possible
Paolo Abeni
2022-01-07
1
-2
/
+2
*
mptcp: cleanup MPJ subflow list handling
Paolo Abeni
2022-01-07
1
-3
/
+2
[next]