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
*
mptcp: add dummy icsk_sync_mss()
Paolo Abeni
2020-02-27
1
-0
/
+6
*
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