index
:
linux-stable.git
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.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: free resources when the port number is mismatched
Geliang Tang
2021-03-04
1
-6
/
+7
*
mptcp: put subflow sock on connect error
Florian Westphal
2021-03-04
1
-0
/
+1
*
mptcp: do not wakeup listener for MPJ subflows
Paolo Abeni
2021-02-22
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-16
1
-24
/
+59
|
\
|
*
mptcp: init mptcp request socket earlier
Paolo Abeni
2021-02-11
1
-24
/
+16
|
*
mptcp: deliver ssk errors to msk
Paolo Abeni
2021-02-11
1
-0
/
+43
*
|
mptcp: pass subflow socket to a few helpers
Florian Westphal
2021-02-12
1
-1
/
+1
*
|
mptcp: schedule worker when subflow is closed
Florian Westphal
2021-02-12
1
-2
/
+23
*
|
mptcp: add the mibs for ADD_ADDR with port
Geliang Tang
2021-02-02
1
-1
/
+7
*
|
mptcp: add port number check for MP_JOIN
Geliang Tang
2021-02-02
1
-0
/
+38
*
|
mptcp: add a new helper subflow_req_create_thmac
Geliang Tang
2021-02-02
1
-8
/
+16
*
|
mptcp: drop unused skb in subflow_token_join_request
Geliang Tang
2021-02-02
1
-3
/
+2
*
|
mptcp: create the listening socket for new port
Geliang Tang
2021-02-02
1
-3
/
+3
*
|
mptcp: support MPJoin with IPv4 mapped in v6 sk
Matthieu Baerts
2021-01-27
1
-7
/
+17
*
|
mptcp: implement delegated actions
Paolo Abeni
2021-01-22
1
-0
/
+45
*
|
mptcp: re-enable sndbuf autotune
Paolo Abeni
2021-01-22
1
-1
/
+6
*
|
mptcp: always graft subflow socket to parent
Paolo Abeni
2021-01-22
1
-0
/
+3
|
/
*
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-12-15
1
-46
/
+119
|
\
|
*
mptcp: hold mptcp socket before calling tcp_done
Florian Westphal
2020-12-14
1
-1
/
+6
|
*
mptcp: attach subflow socket to parent cgroup
Nicolas Rybowski
2020-12-14
1
-0
/
+27
|
*
mptcp: plug subflow context memory leak
Paolo Abeni
2020-12-09
1
-2
/
+3
|
*
mptcp: link MPC subflow into msk only after accept
Paolo Abeni
2020-12-09
1
-4
/
+10
|
*
mptcp: emit tcp reset when a join request fails
Florian Westphal
2020-12-03
1
-11
/
+36
|
*
tcp: merge 'init_req' and 'route_req' functions
Florian Westphal
2020-12-03
1
-12
/
+24
|
*
mptcp: use mptcp release_cb for delayed tasks
Paolo Abeni
2020-11-30
1
-12
/
+2
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-27
1
-3
/
+2
|
|
\
|
*
|
mptcp: refine MPTCP-level ack scheduling
Paolo Abeni
2020-11-20
1
-3
/
+1
|
*
|
mptcp: keep unaccepted MPC subflow into join list
Paolo Abeni
2020-11-20
1
-5
/
+5
|
*
|
mptcp: rework poll+nospace handling
Florian Westphal
2020-11-16
1
-6
/
+5
|
*
|
mptcp: refactor shutdown and close
Paolo Abeni
2020-11-16
1
-6
/
+16
*
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-12-14
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-11-20
1
-1
/
+1
|
|
/
*
/
mptcp: fix NULL ptr dereference on bad MPJ
Paolo Abeni
2020-11-27
1
-3
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-15
1
-4
/
+15
|
\
|
*
mptcp: subflows garbage collection
Paolo Abeni
2020-10-10
1
-0
/
+6
|
*
mptcp: fix fallback for MP_JOIN subflows
Paolo Abeni
2020-10-10
1
-2
/
+8
|
*
net: mptcp: make DACK4/DACK8 usage consistent among all subflows
Davide Caratti
2020-10-09
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-08
1
-1
/
+1
|
\
|
|
*
mptcp: more DATA FIN fixes
Paolo Abeni
2020-10-06
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-05
1
-3
/
+16
|
\
|
|
*
mptcp: Handle incoming 32-bit DATA_FIN values
Mat Martineau
2020-09-29
1
-3
/
+13
|
*
mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packet
Mat Martineau
2020-09-23
1
-1
/
+4
*
|
mptcp: add mptcp_destroy_common helper
Geliang Tang
2020-09-24
1
-3
/
+1
*
|
mptcp: remove addr and subflow in PM netlink
Geliang Tang
2020-09-24
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-22
1
-2
/
+5
|
\
|
|
*
mptcp: fix subflow's remote_id issues
Geliang Tang
2020-09-10
1
-2
/
+5
*
|
mptcp: fix integer overflow in mptcp_subflow_discard_data()
Paolo Abeni
2020-09-17
1
-1
/
+1
*
|
mptcp: call tcp_cleanup_rbuf on subflows
Paolo Abeni
2020-09-14
1
-0
/
+2
*
|
mptcp: allow creating non-backup subflows
Paolo Abeni
2020-09-14
1
-1
/
+2
*
|
mptcp: move address attribute into mptcp_addr_info
Paolo Abeni
2020-09-14
1
-3
/
+2
[next]