summaryrefslogtreecommitdiffstats
path: root/net/mptcp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-3/+3
|\
| * mptcp: fix DSS map generation on fin retransmissionPaolo Abeni2020-07-071-3/+3
* | mptcp: add MPTCP socket diag interfacePaolo Abeni2020-07-093-0/+175
* | mptcp: add msk interations helperPaolo Abeni2020-07-092-1/+62
* | mptcp: use mptcp worker for path managementFlorian Westphal2020-07-073-47/+27
* | mptcp: fix race in subflow_data_ready()Davide Caratti2020-07-061-1/+1
* | mptcp: support IPV6_V6ONLY setsockoptFlorian Westphal2020-07-041-0/+30
* | mptcp: add REUSEADDR/REUSEPORT supportFlorian Westphal2020-07-041-1/+32
* | net: use mptcp setsockopt function for SOL_SOCKET on mptcp socketsFlorian Westphal2020-07-041-0/+3
* | mptcp: add receive buffer auto-tuningFlorian Westphal2020-07-013-8/+127
* | mptcp: do nonce initialization at subflow creation timePaolo Abeni2020-06-301-34/+20
* | mptcp: close poll() racesPaolo Abeni2020-06-291-5/+20
* | mptcp: __mptcp_tcp_fallback() returns a struct sockPaolo Abeni2020-06-291-12/+10
* | mptcp: create first subflow at msk creation timePaolo Abeni2020-06-291-33/+20
* | mptcp: check for plain TCP sock at accept timePaolo Abeni2020-06-291-62/+7
* | mptcp: fallback in case of simultaneous connectDavide Caratti2020-06-292-0/+20
* | net: mptcp: improve fallback to TCPDavide Caratti2020-06-294-89/+98
* | mptcp: introduce token KUNIT self-testsPaolo Abeni2020-06-264-2/+152
* | mptcp: move crypto test to KUNITPaolo Abeni2020-06-264-67/+91
* | mptcp: refactor token containerPaolo Abeni2020-06-264-113/+236
* | mptcp: add __init annotation on setup functionsPaolo Abeni2020-06-265-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-253-32/+28
|\|
| * mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang2020-06-221-2/+0
| * mptcp: drop MP_JOIN request sock on syn cookiesPaolo Abeni2020-06-181-8/+10
| * mptcp: cache msk on MP_JOIN init_reqPaolo Abeni2020-06-182-22/+18
* | tcp: move ipv4_specific to tcp include fileEric Dumazet2020-06-231-2/+0
* | tcp: move ipv6_specific declaration to remove a warningEric Dumazet2020-06-231-3/+0
|/
* mptcp: fix memory leak in mptcp_subflow_create_socket()Wei Yongjun2020-06-151-1/+3
* mptcp: use list_first_entry_or_nullGeliang Tang2020-06-151-4/+1
* mptcp: drop MPTCP_PM_MAX_ADDRGeliang Tang2020-06-151-2/+0
* mptcp: don't leak msk in token containerPaolo Abeni2020-06-101-0/+1
* mptcp: fix races between shutdown and recvmsgPaolo Abeni2020-06-101-21/+24
* mptcp: bugfix for RM_ADDR option parsingGeliang Tang2020-06-081-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-034-64/+196
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-19/+48
| |\
| * | mptcp: fix NULL ptr dereference in MP_JOIN error pathPaolo Abeni2020-05-301-4/+16
| * | mptcp: attempt coalescing when moving skbs to mptcp rx queueFlorian Westphal2020-05-261-2/+19
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-244-25/+24
| |\ \
| * | | ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-181-0/+1
| * | | net: allow __skb_ext_alloc to sleepFlorian Westphal2020-05-171-1/+3
| * | | mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal2020-05-171-14/+0
| * | | mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal2020-05-171-1/+6
| * | | mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal2020-05-171-4/+14
| * | | mptcp: avoid blocking in tcp_sendpagesFlorian Westphal2020-05-171-3/+32
| * | | mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal2020-05-171-0/+36
| * | | mptcp: move common nospace-pattern to a helperFlorian Westphal2020-05-171-14/+13
| * | | mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch2020-05-163-9/+27
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-152-0/+12
| |\ \ \
| * | | | mptcp: cope better with MP_JOIN failurePaolo Abeni2020-05-151-6/+9
| * | | | mptcp: add new sock flag to deal with join subflowsPaolo Abeni2020-05-152-7/+3