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.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-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
/
protocol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-30
mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq
Mat Martineau
1
-4
/
+4
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-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-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
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: Use full MPTCP-level disconnect state machine
Mat Martineau
1
-14
/
+73
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
1
-10
/
+96
2020-07-29
mptcp: Use MPTCP-level flag for sending DATA_FIN
Mat Martineau
1
-16
/
+5
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-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
mptcp: explicitly track the fully established status
Paolo Abeni
1
-2
/
+2
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
1
-1
/
+0
2020-07-20
net: remove compat_sock_common_{get,set}sockopt
Christoph Hellwig
1
-6
/
+0
2020-07-07
mptcp: use mptcp worker for path management
Florian Westphal
1
-1
/
+26
2020-07-05
mptcp: support IPV6_V6ONLY setsockopt
Florian Westphal
1
-0
/
+30
2020-07-05
mptcp: add REUSEADDR/REUSEPORT support
Florian Westphal
1
-1
/
+32
2020-07-05
net: use mptcp setsockopt function for SOL_SOCKET on mptcp sockets
Florian Westphal
1
-0
/
+3
2020-07-02
mptcp: add receive buffer auto-tuning
Florian Westphal
1
-7
/
+116
2020-06-30
mptcp: close poll() races
Paolo Abeni
1
-5
/
+20
2020-06-30
mptcp: __mptcp_tcp_fallback() returns a struct sock
Paolo Abeni
1
-12
/
+10
2020-06-30
mptcp: create first subflow at msk creation time
Paolo Abeni
1
-33
/
+20
2020-06-30
mptcp: check for plain TCP sock at accept time
Paolo Abeni
1
-62
/
+7
2020-06-30
net: mptcp: improve fallback to TCP
Davide Caratti
1
-72
/
+26
2020-06-27
mptcp: refactor token container
Paolo Abeni
1
-19
/
+26
2020-06-27
mptcp: add __init annotation on setup functions
Paolo Abeni
1
-2
/
+2
2020-06-10
mptcp: fix races between shutdown and recvmsg
Paolo Abeni
1
-21
/
+24
2020-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-19
/
+48
2020-05-31
mptcp: remove msk from the token container at destruction time.
Paolo Abeni
1
-1
/
+1
2020-05-31
mptcp: fix race between MP_JOIN and close
Paolo Abeni
1
-15
/
+27
2020-05-31
mptcp: fix unblocking connect()
Paolo Abeni
1
-2
/
+18
2020-05-27
mptcp: attempt coalescing when moving skbs to mptcp rx queue
Florian Westphal
1
-2
/
+19
2020-05-27
mptcp: avoid NULL-ptr derefence on fallback
Paolo Abeni
1
-1
/
+2
2020-05-19
ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl
Christoph Hellwig
1
-0
/
+1
2020-05-17
net: allow __skb_ext_alloc to sleep
Florian Westphal
1
-1
/
+3
2020-05-17
mptcp: remove inner wait loop from mptcp_sendmsg_frag
Florian Westphal
1
-14
/
+0
2020-05-17
mptcp: fill skb page frag cache outside of mptcp_sendmsg_frag
Florian Westphal
1
-1
/
+6
2020-05-17
mptcp: fill skb extension cache outside of mptcp_sendmsg_frag
Florian Westphal
1
-4
/
+14
[next]