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-03-11
net: mptcp: don't hang before sending 'MP capable with data'
Davide Caratti
2020-03-09
mptcp: don't grow mptcp socket receive buffer when rcvbuf is locked
Florian Westphal
2020-03-03
mptcp: Only send DATA_FIN with final mapping
Mat Martineau
2020-03-03
mptcp: Use per-subflow storage for DATA_FIN sequence number
Mat Martineau
2020-03-03
mptcp: Check connection state before attempting send
Mat Martineau
2020-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-26
mptcp: add dummy icsk_sync_mss()
Paolo Abeni
2020-02-26
mptcp: defer work schedule until mptcp lock is released
Paolo Abeni
2020-02-26
mptcp: avoid work queue scheduling if possible
Florian Westphal
2020-02-26
mptcp: remove mptcp_read_actor
Florian Westphal
2020-02-26
mptcp: add rmem queue accounting
Florian Westphal
2020-02-26
mptcp: update mptcp ack sequence from work queue
Florian Westphal
2020-02-26
mptcp: add work queue skeleton
Paolo Abeni
2020-02-26
mptcp: add and use mptcp_data_ready helper
Florian Westphal
2020-02-18
mptcp: fix bogus socket flag values
Florian Westphal
2020-02-16
mptcp: select CRYPTO
Matthieu Baerts
2020-02-16
mptcp: Protect subflow socket options before connection completes
Mat Martineau
2020-02-10
mptcp: make the symbol 'mptcp_sk_clone_lock' static
Chen Wandun
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