summaryrefslogtreecommitdiffstats
path: root/net/mptcp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-064-95/+146
| |\ \ \ \
| * | | | | tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal2020-04-251-0/+18
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | mptcp: use SHA256_BLOCK_SIZE, not SHA_MESSAGE_BYTESEric Biggers2020-05-081-2/+2
* | | | | | mptcp: remove msk from the token container at destruction time.Paolo Abeni2020-05-301-1/+1
* | | | | | mptcp: fix race between MP_JOIN and closePaolo Abeni2020-05-301-15/+27
* | | | | | mptcp: fix unblocking connect()Paolo Abeni2020-05-301-2/+18
* | | | | | mptcp: avoid NULL-ptr derefence on fallbackPaolo Abeni2020-05-261-1/+2
| |_|_|_|/ |/| | | |
* | | | | mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary2020-05-224-25/+24
* | | | | mptcp: use rightmost 64 bits in ADD_ADDR HMACTodd Malsbary2020-05-191-2/+2
| |_|_|/ |/| | |
* | | | mptcp: Initialize map_seq upon subflow establishmentChristoph Paasch2020-05-121-0/+2
* | | | mptcp: set correct vfs info for subflowsPaolo Abeni2020-05-071-0/+10
| |_|/ |/| |
* | | mptcp: fix uninitialized value accessPaolo Abeni2020-04-301-1/+1
* | | mptcp: initialize the data_fin field for mpc packetsPaolo Abeni2020-04-301-0/+1
* | | mptcp: fix 'use_ack' option access.Paolo Abeni2020-04-301-1/+1
* | | mptcp: avoid a WARN on bad input.Paolo Abeni2020-04-301-2/+2
* | | mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni2020-04-304-65/+115
* | | mptcp: consolidate synack processing.Paolo Abeni2020-04-302-25/+24
* | | mptcp: replace mptcp_disconnect with a stubFlorian Westphal2020-04-291-5/+6
* | | mptcp: fix race in msk status updatePaolo Abeni2020-04-251-1/+1
| |/ |/|
* | mptcp/pm_netlink.c : add check for nla_put_in/6_addrBo YU2020-04-231-5/+7
* | mptcp: fix data_fin handing in RX pathPaolo Abeni2020-04-221-2/+1
* | mptcp: drop req socket remote_key* fieldsPaolo Abeni2020-04-203-17/+19
* | mptcp: avoid flipping mp_capable field in syn_recv_sock()Paolo Abeni2020-04-201-16/+30
* | mptcp: handle mptcp listener destruction via rcuFlorian Westphal2020-04-201-0/+3
* | mptcp: fix 'Attempt to release TCP socket in state' warningsFlorian Westphal2020-04-182-3/+12
* | mptcp: fix splat when incoming connection is never accepted before exit/closeFlorian Westphal2020-04-182-1/+25
* | mptcp: fix double-unlock in mptcp_pollFlorian Westphal2020-04-121-12/+13
|/
* mptcp: add some missing pr_fmt definesGeliang Tang2020-04-033-0/+6
* mptcp: fix "fn parameter not described" warningsMatthieu Baerts2020-04-021-4/+5
* mptcp: re-check dsn before reading from subflowFlorian Westphal2020-04-021-0/+26
* mptcp: subflow: check parent mptcp socket on subflow state changeFlorian Westphal2020-04-023-2/+36
* mptcp: fix tcp fallback crashFlorian Westphal2020-04-021-4/+46