summaryrefslogtreecommitdiffstats
path: root/net/mptcp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mptcp: fix NULL ptr dereference in MP_JOIN error pathPaolo Abeni2020-05-311-4/+16
* mptcp: attempt coalescing when moving skbs to mptcp rx queueFlorian Westphal2020-05-271-2/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-244-25/+24
|\
| * 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
* | ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-191-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: Initialize map_seq upon subflow establishmentChristoph Paasch2020-05-121-0/+2
| * mptcp: set correct vfs info for subflowsPaolo Abeni2020-05-081-0/+10
* | 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-074-95/+146
|\|
| * 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-261-1/+1
* | tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal2020-04-261-0/+18
|/
* mptcp/pm_netlink.c : add check for nla_put_in/6_addrBo YU2020-04-241-5/+7
* mptcp: fix data_fin handing in RX pathPaolo Abeni2020-04-231-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-192-3/+12
* mptcp: fix splat when incoming connection is never accepted before exit/closeFlorian Westphal2020-04-192-1/+25
* mptcp: fix double-unlock in mptcp_pollFlorian Westphal2020-04-131-12/+13
* mptcp: add some missing pr_fmt definesGeliang Tang2020-04-043-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
* mptcp: add netlink-based PMPaolo Abeni2020-03-304-2/+874
* mptcp: add and use MIB counter infrastructureFlorian Westphal2020-03-305-15/+159
* mptcp: allow dumping subflow context to userspaceDavide Caratti2020-03-304-1/+109
* mptcp: implement and use MPTCP-level retransmissionPaolo Abeni2020-03-302-4/+95
* mptcp: rework mptcp_sendmsg_frag to accept optional dfragPaolo Abeni2020-03-301-49/+74
* mptcp: allow partial cleaning of rtx head dfragFlorian Westphal2020-03-302-0/+26
* mptcp: implement memory accounting for mptcp rtx queuePaolo Abeni2020-03-301-3/+39
* mptcp: introduce MPTCP retransmission timerPaolo Abeni2020-03-303-2/+93