aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/mptcp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-15mptcp: cope better with MP_JOIN failurePaolo Abeni1-6/+9
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni2-7/+3
2020-05-12mptcp: Initialize map_seq upon subflow establishmentChristoph Paasch1-0/+2
2020-05-08mptcp: use SHA256_BLOCK_SIZE, not SHA_MESSAGE_BYTESEric Biggers1-2/+2
2020-05-07mptcp: set correct vfs info for subflowsPaolo Abeni1-0/+10
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-95/+146
2020-04-30mptcp: fix uninitialized value accessPaolo Abeni1-1/+1
2020-04-30mptcp: initialize the data_fin field for mpc packetsPaolo Abeni1-0/+1
2020-04-30mptcp: fix 'use_ack' option access.Paolo Abeni1-1/+1
2020-04-30mptcp: avoid a WARN on bad input.Paolo Abeni1-2/+2
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni4-65/+115
2020-04-30mptcp: consolidate synack processing.Paolo Abeni2-25/+24
2020-04-29mptcp: replace mptcp_disconnect with a stubFlorian Westphal1-5/+6
2020-04-25mptcp: fix race in msk status updatePaolo Abeni1-1/+1
2020-04-25tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal1-0/+18
2020-04-23mptcp/pm_netlink.c : add check for nla_put_in/6_addrBo YU1-5/+7
2020-04-22mptcp: fix data_fin handing in RX pathPaolo Abeni1-2/+1
2020-04-20mptcp: drop req socket remote_key* fieldsPaolo Abeni3-17/+19
2020-04-20mptcp: avoid flipping mp_capable field in syn_recv_sock()Paolo Abeni1-16/+30