index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
Age
Commit message (
Expand
)
Author
2020-02-06
mptcp: fix use-after-free for ipv6
Florian Westphal
2020-02-05
mptcp: fix use-after-free on tcp fallback
Florian Westphal
2020-01-30
mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6
Geert Uytterhoeven
2020-01-30
mptcp: MPTCP_HMAC_TEST should depend on MPTCP
Geert Uytterhoeven
2020-01-30
mptcp: Fix incorrect IPV6 dependency check
Geert Uytterhoeven
2020-01-29
mptcp: handle tcp fallback when using syn cookies
Florian Westphal
2020-01-29
mptcp: avoid a lockdep splat when mcast group was joined
Florian Westphal
2020-01-29
mptcp: fix panic on user pointer access
Florian Westphal
2020-01-29
mptcp: defer freeing of cached ext until last moment
Florian Westphal
2020-01-29
mptcp: Fix build with PROC_FS disabled.
David S. Miller
2020-01-25
mptcp: Fix code formatting
Mat Martineau
2020-01-25
mptcp: do not inherit inet proto ops
Florian Westphal
2020-01-24
mptcp: cope with later TCP fallback
Paolo Abeni
2020-01-24
mptcp: process MP_CAPABLE data option
Christoph Paasch
2020-01-24
mptcp: parse and emit MP_CAPABLE option according to v1 spec
Christoph Paasch
2020-01-24
mptcp: move from sha1 (v0) to sha256 (v1)
Paolo Abeni
2020-01-24
mptcp: new sysctl to control the activation per NS
Matthieu Baerts
2020-01-24
mptcp: allow collapsing consecutive sendpages on the same substream
Paolo Abeni
2020-01-24
mptcp: recvmsg() can drain data from multiple subflows
Paolo Abeni
2020-01-24
mptcp: add subflow write space signalling and mptcp_poll
Florian Westphal
2020-01-24
mptcp: Implement MPTCP receive path
Mat Martineau
2020-01-24
mptcp: Write MPTCP DSS headers to outgoing data packets
Mat Martineau
2020-01-24
mptcp: Add setsockopt()/getsockopt() socket operations
Peter Krystad
2020-01-24
mptcp: Add shutdown() socket operation
Peter Krystad
2020-01-24
mptcp: Add key generation and token tree
Peter Krystad
2020-01-24
mptcp: Create SUBFLOW socket for incoming connections
Peter Krystad
2020-01-24
mptcp: Handle MP_CAPABLE options for outgoing connections
Peter Krystad
2020-01-24
mptcp: Associate MPTCP context with TCP socket
Peter Krystad
2020-01-24
mptcp: Handle MPTCP TCP options
Peter Krystad
2020-01-24
mptcp: Add MPTCP socket stubs
Mat Martineau