summaryrefslogtreecommitdiffstats
path: root/net/mptcp
AgeCommit message (Expand)Author
2020-09-23mptcp: sendmsg: reset iter on errorFlorian Westphal
2020-09-12mptcp: free acked data before waiting for more memoryFlorian Westphal
2020-07-27mptcp: fix joined subflows with unblocking skMatthieu Baerts
2020-07-07mptcp: fix DSS map generation on fin retransmissionPaolo Abeni
2020-06-22mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang
2020-06-18mptcp: drop MP_JOIN request sock on syn cookiesPaolo Abeni
2020-06-18mptcp: cache msk on MP_JOIN init_reqPaolo Abeni
2020-06-15mptcp: fix memory leak in mptcp_subflow_create_socket()Wei Yongjun
2020-06-15mptcp: use list_first_entry_or_nullGeliang Tang
2020-06-15mptcp: drop MPTCP_PM_MAX_ADDRGeliang Tang
2020-06-10mptcp: don't leak msk in token containerPaolo Abeni
2020-06-10mptcp: fix races between shutdown and recvmsgPaolo Abeni
2020-06-08mptcp: bugfix for RM_ADDR option parsingGeliang Tang
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-30mptcp: fix NULL ptr dereference in MP_JOIN error pathPaolo Abeni
2020-05-30mptcp: remove msk from the token container at destruction time.Paolo Abeni
2020-05-30mptcp: fix race between MP_JOIN and closePaolo Abeni
2020-05-30mptcp: fix unblocking connect()Paolo Abeni
2020-05-26mptcp: attempt coalescing when moving skbs to mptcp rx queueFlorian Westphal
2020-05-26mptcp: avoid NULL-ptr derefence on fallbackPaolo Abeni
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-22mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary
2020-05-19mptcp: use rightmost 64 bits in ADD_ADDR HMACTodd Malsbary
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal
2020-05-17mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal
2020-05-17mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal
2020-05-17mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal
2020-05-17mptcp: avoid blocking in tcp_sendpagesFlorian Westphal
2020-05-17mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal
2020-05-17mptcp: move common nospace-pattern to a helperFlorian Westphal
2020-05-16mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15mptcp: cope better with MP_JOIN failurePaolo Abeni
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni
2020-05-12mptcp: Initialize map_seq upon subflow establishmentChristoph Paasch
2020-05-08mptcp: use SHA256_BLOCK_SIZE, not SHA_MESSAGE_BYTESEric Biggers
2020-05-07mptcp: set correct vfs info for subflowsPaolo Abeni
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-30mptcp: fix uninitialized value accessPaolo Abeni
2020-04-30mptcp: initialize the data_fin field for mpc packetsPaolo Abeni
2020-04-30mptcp: fix 'use_ack' option access.Paolo Abeni
2020-04-30mptcp: avoid a WARN on bad input.Paolo Abeni
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni
2020-04-30mptcp: consolidate synack processing.Paolo Abeni
2020-04-29mptcp: replace mptcp_disconnect with a stubFlorian Westphal
2020-04-25mptcp: fix race in msk status updatePaolo Abeni
2020-04-25tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal