aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-06mptcp: fix race in subflow_data_ready()Davide Caratti1-1/+1
2020-07-04mptcp: support IPV6_V6ONLY setsockoptFlorian Westphal1-0/+30
2020-07-04mptcp: add REUSEADDR/REUSEPORT supportFlorian Westphal1-1/+32
2020-07-04net: use mptcp setsockopt function for SOL_SOCKET on mptcp socketsFlorian Westphal1-0/+3
2020-07-01mptcp: add receive buffer auto-tuningFlorian Westphal3-8/+127
2020-06-30mptcp: do nonce initialization at subflow creation timePaolo Abeni1-34/+20
2020-06-29mptcp: close poll() racesPaolo Abeni1-5/+20
2020-06-29mptcp: __mptcp_tcp_fallback() returns a struct sockPaolo Abeni1-12/+10
2020-06-29mptcp: create first subflow at msk creation timePaolo Abeni1-33/+20
2020-06-29mptcp: check for plain TCP sock at accept timePaolo Abeni1-62/+7
2020-06-29mptcp: fallback in case of simultaneous connectDavide Caratti2-0/+20
2020-06-29net: mptcp: improve fallback to TCPDavide Caratti4-89/+98
2020-06-26mptcp: introduce token KUNIT self-testsPaolo Abeni4-2/+152
2020-06-26mptcp: move crypto test to KUNITPaolo Abeni4-67/+91
2020-06-26mptcp: refactor token containerPaolo Abeni4-113/+236
2020-06-26mptcp: add __init annotation on setup functionsPaolo Abeni5-10/+10
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-32/+28
2020-06-23tcp: move ipv4_specific to tcp include fileEric Dumazet1-2/+0
2020-06-23tcp: move ipv6_specific declaration to remove a warningEric Dumazet1-3/+0
2020-06-22mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang1-2/+0
2020-06-18mptcp: drop MP_JOIN request sock on syn cookiesPaolo Abeni1-8/+10
2020-06-18mptcp: cache msk on MP_JOIN init_reqPaolo Abeni2-22/+18
2020-06-15mptcp: fix memory leak in mptcp_subflow_create_socket()Wei Yongjun1-1/+3
2020-06-15mptcp: use list_first_entry_or_nullGeliang Tang1-4/+1
2020-06-15mptcp: drop MPTCP_PM_MAX_ADDRGeliang Tang1-2/+0
2020-06-10mptcp: don't leak msk in token containerPaolo Abeni1-0/+1
2020-06-10mptcp: fix races between shutdown and recvmsgPaolo Abeni1-21/+24
2020-06-08mptcp: bugfix for RM_ADDR option parsingGeliang Tang1-0/+2
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-64/+196
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+48
2020-05-30mptcp: fix NULL ptr dereference in MP_JOIN error pathPaolo Abeni1-4/+16
2020-05-30mptcp: remove msk from the token container at destruction time.Paolo Abeni1-1/+1
2020-05-30mptcp: fix race between MP_JOIN and closePaolo Abeni1-15/+27
2020-05-30mptcp: fix unblocking connect()Paolo Abeni1-2/+18
2020-05-26mptcp: attempt coalescing when moving skbs to mptcp rx queueFlorian Westphal1-2/+19
2020-05-26mptcp: avoid NULL-ptr derefence on fallbackPaolo Abeni1-1/+2
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-25/+24
2020-05-22mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary4-25/+24
2020-05-19mptcp: use rightmost 64 bits in ADD_ADDR HMACTodd Malsbary1-2/+2
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-0/+1
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal1-1/+3
2020-05-17mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal1-14/+0
2020-05-17mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal1-1/+6
2020-05-17mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal1-4/+14
2020-05-17mptcp: avoid blocking in tcp_sendpagesFlorian Westphal1-3/+32
2020-05-17mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal1-0/+36
2020-05-17mptcp: move common nospace-pattern to a helperFlorian Westphal1-14/+13
2020-05-16mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch3-9/+27
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+12