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.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-11-10
mptcp: provide rmem[0] limit
Paolo Abeni
1
-0
/
+1
2020-10-29
mptcp: add missing memory scheduling in the rx path
Paolo Abeni
1
-0
/
+10
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+17
2020-10-10
mptcp: subflows garbage collection
Paolo Abeni
1
-0
/
+17
2020-10-09
mptcp: fix infinite loop on recvmsg()/worker() race.
Paolo Abeni
1
-1
/
+8
2020-10-06
mptcp: don't skip needed ack
Paolo Abeni
1
-2
/
+4
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+4
2020-09-30
mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq
Mat Martineau
1
-4
/
+4
2020-09-25
mptcp: add mptcp_destroy_common helper
Geliang Tang
1
-3
/
+8
2020-09-25
mptcp: remove addr and subflow in PM netlink
Geliang Tang
1
-4
/
+5
2020-09-25
mptcp: add the incoming RM_ADDR support
Geliang Tang
1
-4
/
+8
2020-09-18
mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofo
Ye Bin
1
-2
/
+3
2020-09-14
mptcp: call tcp_cleanup_rbuf on subflows
Paolo Abeni
1
-0
/
+6
2020-09-14
mptcp: allow picking different xmit subflows
Paolo Abeni
1
-16
/
+95
2020-09-14
mptcp: add OoO related mibs
Paolo Abeni
1
-1
/
+23
2020-09-14
mptcp: move ooo skbs into msk out of order queue.
Paolo Abeni
1
-56
/
+208
2020-09-14
mptcp: introduce and use mptcp_try_coalesce()
Paolo Abeni
1
-12
/
+19
2020-09-14
mptcp: basic sndbuf autotuning
Paolo Abeni
1
-4
/
+13
2020-09-14
mptcp: trigger msk processing even for OoO data
Paolo Abeni
1
-6
/
+27
2020-09-14
mptcp: rethink 'is writable' conditional
Paolo Abeni
1
-25
/
+46
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+2
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+1
2020-08-31
mptcp: Remove unused macro MPTCP_SAME_STATE
YueHaibing
1
-2
/
+0
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
[next]