index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mptcp
/
protocol.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: mptcp: don't hang before sending 'MP capable with data'
Davide Caratti
2020-03-12
1
-0
/
+4
*
mptcp: don't grow mptcp socket receive buffer when rcvbuf is locked
Florian Westphal
2020-03-10
1
-4
/
+6
*
mptcp: Use per-subflow storage for DATA_FIN sequence number
Mat Martineau
2020-03-04
1
-3
/
+17
*
mptcp: Check connection state before attempting send
Mat Martineau
2020-03-04
1
-2
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-28
1
-0
/
+6
|
\
|
*
mptcp: add dummy icsk_sync_mss()
Paolo Abeni
2020-02-27
1
-0
/
+6
*
|
mptcp: defer work schedule until mptcp lock is released
Paolo Abeni
2020-02-27
1
-2
/
+36
*
|
mptcp: avoid work queue scheduling if possible
Florian Westphal
2020-02-27
1
-1
/
+28
*
|
mptcp: remove mptcp_read_actor
Florian Westphal
2020-02-27
1
-27
/
+0
*
|
mptcp: add rmem queue accounting
Florian Westphal
2020-02-27
1
-1
/
+17
*
|
mptcp: update mptcp ack sequence from work queue
Florian Westphal
2020-02-27
1
-69
/
+165
*
|
mptcp: add work queue skeleton
Paolo Abeni
2020-02-27
1
-0
/
+22
*
|
mptcp: add and use mptcp_data_ready helper
Florian Westphal
2020-02-27
1
-0
/
+8
|
/
*
mptcp: Protect subflow socket options before connection completes
Mat Martineau
2020-02-17
1
-29
/
+19
*
mptcp: make the symbol 'mptcp_sk_clone_lock' static
Chen Wandun
2020-02-10
1
-1
/
+1
*
mptcp: fix use-after-free for ipv6
Florian Westphal
2020-02-06
1
-3
/
+33
*
mptcp: fix use-after-free on tcp fallback
Florian Westphal
2020-02-05
1
-70
/
+6
*
mptcp: Fix incorrect IPV6 dependency check
Geert Uytterhoeven
2020-01-30
1
-1
/
+1
*
mptcp: avoid a lockdep splat when mcast group was joined
Florian Westphal
2020-01-29
1
-2
/
+6
*
mptcp: fix panic on user pointer access
Florian Westphal
2020-01-29
1
-18
/
+22
*
mptcp: defer freeing of cached ext until last moment
Florian Westphal
2020-01-29
1
-2
/
+4
*
mptcp: Fix code formatting
Mat Martineau
2020-01-25
1
-1
/
+1
*
mptcp: do not inherit inet proto ops
Florian Westphal
2020-01-25
1
-19
/
+51
*
mptcp: cope with later TCP fallback
Paolo Abeni
2020-01-24
1
-17
/
+102
*
mptcp: process MP_CAPABLE data option
Christoph Paasch
2020-01-24
1
-7
/
+9
*
mptcp: new sysctl to control the activation per NS
Matthieu Baerts
2020-01-24
1
-4
/
+12
*
mptcp: allow collapsing consecutive sendpages on the same substream
Paolo Abeni
2020-01-24
1
-15
/
+60
*
mptcp: recvmsg() can drain data from multiple subflows
Paolo Abeni
2020-01-24
1
-10
/
+168
*
mptcp: add subflow write space signalling and mptcp_poll
Florian Westphal
2020-01-24
1
-0
/
+53
*
mptcp: Implement MPTCP receive path
Mat Martineau
2020-01-24
1
-0
/
+34
*
mptcp: Write MPTCP DSS headers to outgoing data packets
Mat Martineau
2020-01-24
1
-2
/
+114
*
mptcp: Add setsockopt()/getsockopt() socket operations
Peter Krystad
2020-01-24
1
-0
/
+58
*
mptcp: Add shutdown() socket operation
Peter Krystad
2020-01-24
1
-0
/
+66
*
mptcp: Add key generation and token tree
Peter Krystad
2020-01-24
1
-0
/
+16
*
mptcp: Create SUBFLOW socket for incoming connections
Peter Krystad
2020-01-24
1
-5
/
+231
*
mptcp: Handle MP_CAPABLE options for outgoing connections
Peter Krystad
2020-01-24
1
-22
/
+141
*
mptcp: Associate MPTCP context with TCP socket
Peter Krystad
2020-01-24
1
-6
/
+126
*
mptcp: Add MPTCP socket stubs
Mat Martineau
2020-01-24
1
-0
/
+142