index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
Age
Commit message (
Expand
)
Author
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