index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+1
2020-08-27
mptcp: free acked data before waiting for more memory
Florian Westphal
1
-2
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+1
2020-08-17
mptcp: sendmsg: reset iter on error redux
Florian Westphal
1
-3
/
+5
2020-08-15
mptcp: sendmsg: reset iter on error
Florian Westphal
1
-2
/
+6
2020-08-08
mptcp: fix warn at shutdown time for unaccepted msk sockets
Paolo Abeni
1
-3
/
+3
2020-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
15
-619
/
+1803
2020-08-05
mptcp: be careful on subflow creation
Paolo Abeni
1
-0
/
+6
2020-08-04
mptcp: fix bogus sendmsg() return code under pressure
Paolo Abeni
1
-2
/
+1
2020-08-04
mptcp: use mptcp_for_each_subflow in mptcp_stream_accept
Geliang Tang
1
-1
/
+1
2020-08-03
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-12
/
+3
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-08-01
mptcp: fix syncookie build error on UP
Florian Westphal
1
-3
/
+1
2020-08-01
mptcp: enable JOIN requests even if cookies are in use
Florian Westphal
5
-0
/
+168
2020-08-01
mptcp: subflow: add mptcp_subflow_init_cookie_req helper
Florian Westphal
3
-1
/
+76
2020-08-01
mptcp: rename and export mptcp_subflow_request_sock_ops
Florian Westphal
1
-5
/
+6
2020-08-01
mptcp: subflow: split subflow_init_req
Florian Westphal
1
-10
/
+22
2020-08-01
mptcp: token: move retry to caller
Florian Westphal
2
-9
/
+12
2020-07-29
mptcp: Safely store sequence number when sending data
Mat Martineau
1
-1
/
+1
2020-07-29
mptcp: Safely read sequence number when lock isn't held
Mat Martineau
1
-1
/
+1
2020-07-29
mptcp: Skip unnecessary skb extension allocation for bare acks
Mat Martineau
1
-3
/
+6
2020-07-29
mptcp: Only use subflow EOF signaling on fallback connections
Mat Martineau
1
-1
/
+2
2020-07-29
mptcp: Use full MPTCP-level disconnect state machine
Mat Martineau
3
-17
/
+92
2020-07-29
mptcp: Add helper to process acks of DATA_FIN
Mat Martineau
1
-8
/
+46
2020-07-29
mptcp: Add mptcp_close_state() helper
Mat Martineau
1
-0
/
+27
2020-07-29
mptcp: Track received DATA_FIN sequence number and add related helpers
Mat Martineau
3
-10
/
+115
2020-07-29
mptcp: Use MPTCP-level flag for sending DATA_FIN
Mat Martineau
3
-24
/
+18
2020-07-29
mptcp: Remove outdated and incorrect comment
Mat Martineau
1
-1
/
+0
2020-07-29
mptcp: Return EPIPE if sending is shut down during a sendmsg
Mat Martineau
1
-0
/
+5
2020-07-29
mptcp: Allow DATA_FIN in headers without TCP FIN
Mat Martineau
1
-10
/
+3
2020-07-27
mptcp: fix joined subflows with unblocking sk
Matthieu Baerts
1
-1
/
+1
2020-07-25
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-7
/
+5
2020-07-25
net: switch sock_set_timeout to sockptr_t
Christoph Hellwig
1
-2
/
+4
2020-07-23
subflow: introduce and use mptcp_can_accept_new_subflow()
Paolo Abeni
1
-0
/
+7
2020-07-23
subflow: use rsk_ops->send_reset()
Paolo Abeni
1
-1
/
+1
2020-07-23
subflow: explicitly check for plain tcp rsk
Paolo Abeni
1
-1
/
+1
2020-07-23
mptcp: cleanup subflow_finish_connect()
Paolo Abeni
1
-31
/
+25
2020-07-23
mptcp: explicitly track the fully established status
Paolo Abeni
4
-9
/
+31
2020-07-23
mptcp: mark as fallback even early ones
Paolo Abeni
1
-2
/
+9
2020-07-23
mptcp: avoid data corruption on reinsert
Paolo Abeni
1
-1
/
+6
2020-07-23
subflow: always init 'rel_write_seq'
Paolo Abeni
2
-1
/
+1
2020-07-23
mptcp: zero token hash at creation time.
Paolo Abeni
1
-1
/
+1
2020-07-22
mptcp: move helper to where its used
Florian Westphal
2
-11
/
+12
2020-07-20
net: remove compat_sock_common_{get,set}sockopt
Christoph Hellwig
1
-6
/
+0
2020-07-17
mptcp: silence warning in subflow_data_ready()
Davide Caratti
1
-2
/
+3
2020-07-16
mptcp: use sha256() instead of open coding
Eric Biggers
1
-12
/
+3
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+3
2020-07-09
mptcp: add MPTCP socket diag interface
Paolo Abeni
3
-0
/
+175
2020-07-09
mptcp: add msk interations helper
Paolo Abeni
2
-1
/
+62
2020-07-08
mptcp: fix DSS map generation on fin retransmission
Paolo Abeni
1
-3
/
+3
[next]