summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)AuthorFilesLines
2020-07-23mptcp: zero token hash at creation time.Paolo Abeni1-1/+1
2020-07-22mptcp: move helper to where its usedFlorian Westphal2-11/+12
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-6/+0
2020-07-17mptcp: silence warning in subflow_data_ready()Davide Caratti1-2/+3
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2020-07-09mptcp: add MPTCP socket diag interfacePaolo Abeni3-0/+175
2020-07-09mptcp: add msk interations helperPaolo Abeni2-1/+62
2020-07-08mptcp: fix DSS map generation on fin retransmissionPaolo Abeni1-3/+3
2020-07-07mptcp: use mptcp worker for path managementFlorian Westphal3-47/+27
2020-07-06mptcp: fix race in subflow_data_ready()Davide Caratti1-1/+1
2020-07-05mptcp: support IPV6_V6ONLY setsockoptFlorian Westphal1-0/+30
2020-07-05mptcp: add REUSEADDR/REUSEPORT supportFlorian Westphal1-1/+32
2020-07-05net: use mptcp setsockopt function for SOL_SOCKET on mptcp socketsFlorian Westphal1-0/+3
2020-07-02mptcp: add receive buffer auto-tuningFlorian Westphal3-8/+127
2020-06-30mptcp: do nonce initialization at subflow creation timePaolo Abeni1-34/+20
2020-06-30mptcp: close poll() racesPaolo Abeni1-5/+20
2020-06-30mptcp: __mptcp_tcp_fallback() returns a struct sockPaolo Abeni1-12/+10
2020-06-30mptcp: create first subflow at msk creation timePaolo Abeni1-33/+20
2020-06-30mptcp: check for plain TCP sock at accept timePaolo Abeni1-62/+7
2020-06-30mptcp: fallback in case of simultaneous connectDavide Caratti2-0/+20
2020-06-30net: mptcp: improve fallback to TCPDavide Caratti4-89/+98
2020-06-27mptcp: introduce token KUNIT self-testsPaolo Abeni4-2/+152
2020-06-27mptcp: move crypto test to KUNITPaolo Abeni4-67/+91
2020-06-27mptcp: refactor token containerPaolo Abeni4-113/+236
2020-06-27mptcp: add __init annotation on setup functionsPaolo Abeni5-10/+10
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-32/+28
2020-06-24tcp: move ipv4_specific to tcp include fileEric Dumazet1-2/+0
2020-06-24tcp: move ipv6_specific declaration to remove a warningEric Dumazet1-3/+0
2020-06-23mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang1-2/+0
2020-06-19mptcp: drop MP_JOIN request sock on syn cookiesPaolo Abeni1-8/+10
2020-06-19mptcp: cache msk on MP_JOIN init_reqPaolo Abeni2-22/+18
2020-06-16mptcp: 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-11mptcp: don't leak msk in token containerPaolo Abeni1-0/+1
2020-06-10mptcp: fix races between shutdown and recvmsgPaolo Abeni1-21/+24
2020-06-09mptcp: bugfix for RM_ADDR option parsingGeliang Tang1-0/+2
2020-06-04Merge 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...Linus Torvalds1-2/+2
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+48
2020-05-31mptcp: fix NULL ptr dereference in MP_JOIN error pathPaolo Abeni1-4/+16
2020-05-31mptcp: remove msk from the token container at destruction time.Paolo Abeni1-1/+1
2020-05-31mptcp: fix race between MP_JOIN and closePaolo Abeni1-15/+27
2020-05-31mptcp: fix unblocking connect()Paolo Abeni1-2/+18
2020-05-27mptcp: attempt coalescing when moving skbs to mptcp rx queueFlorian Westphal1-2/+19
2020-05-27mptcp: 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-23mptcp: 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-19ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-0/+1