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
/
protocol.c
Age
Commit message (
Expand
)
Author
2020-06-10
mptcp: fix races between shutdown and recvmsg
Paolo Abeni
2020-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-30
mptcp: remove msk from the token container at destruction time.
Paolo Abeni
2020-05-30
mptcp: fix race between MP_JOIN and close
Paolo Abeni
2020-05-30
mptcp: fix unblocking connect()
Paolo Abeni
2020-05-26
mptcp: attempt coalescing when moving skbs to mptcp rx queue
Florian Westphal
2020-05-26
mptcp: avoid NULL-ptr derefence on fallback
Paolo Abeni
2020-05-18
ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl
Christoph Hellwig
2020-05-17
net: allow __skb_ext_alloc to sleep
Florian Westphal
2020-05-17
mptcp: remove inner wait loop from mptcp_sendmsg_frag
Florian Westphal
2020-05-17
mptcp: fill skb page frag cache outside of mptcp_sendmsg_frag
Florian Westphal
2020-05-17
mptcp: fill skb extension cache outside of mptcp_sendmsg_frag
Florian Westphal
2020-05-17
mptcp: avoid blocking in tcp_sendpages
Florian Westphal
2020-05-17
mptcp: break and restart in case mptcp sndbuf is full
Florian Westphal
2020-05-17
mptcp: move common nospace-pattern to a helper
Florian Westphal
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-15
mptcp: add new sock flag to deal with join subflows
Paolo Abeni
2020-05-12
mptcp: Initialize map_seq upon subflow establishment
Christoph Paasch
2020-04-30
mptcp: move option parsing into mptcp_incoming_options()
Paolo Abeni
2020-04-29
mptcp: replace mptcp_disconnect with a stub
Florian Westphal
2020-04-20
mptcp: drop req socket remote_key* fields
Paolo Abeni
2020-04-20
mptcp: handle mptcp listener destruction via rcu
Florian Westphal
2020-04-18
mptcp: fix 'Attempt to release TCP socket in state' warnings
Florian Westphal
2020-04-18
mptcp: fix splat when incoming connection is never accepted before exit/close
Florian Westphal
2020-04-12
mptcp: fix double-unlock in mptcp_poll
Florian Westphal
2020-04-02
mptcp: re-check dsn before reading from subflow
Florian Westphal
2020-04-02
mptcp: subflow: check parent mptcp socket on subflow state change
Florian Westphal
2020-04-02
mptcp: fix tcp fallback crash
Florian Westphal
2020-03-29
mptcp: add and use MIB counter infrastructure
Florian Westphal
2020-03-29
mptcp: implement and use MPTCP-level retransmission
Paolo Abeni
2020-03-29
mptcp: rework mptcp_sendmsg_frag to accept optional dfrag
Paolo Abeni
2020-03-29
mptcp: allow partial cleaning of rtx head dfrag
Florian Westphal
2020-03-29
mptcp: implement memory accounting for mptcp rtx queue
Paolo Abeni
2020-03-29
mptcp: introduce MPTCP retransmission timer
Paolo Abeni
2020-03-29
mptcp: queue data for mptcp level retransmission
Paolo Abeni
2020-03-29
mptcp: update per unacked sequence on pkt reception
Paolo Abeni
2020-03-29
mptcp: Implement path manager interface commands
Peter Krystad
2020-03-29
mptcp: Add handling of outgoing MP_JOIN requests
Peter Krystad
2020-03-29
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
2020-03-29
mptcp: Add path manager interface
Peter Krystad
2020-03-23
net: mptcp: don't hang in mptcp_sendmsg() after TCP fallback
Davide Caratti
2020-03-17
mptcp: move msk state update to subflow_syn_recv_sock()
Paolo Abeni
2020-03-15
mptcp: create msk early
Paolo Abeni
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: 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
[next]