summaryrefslogtreecommitdiffstats
path: root/net/mptcp/subflow.c
AgeCommit message (Expand)AuthorLines
2020-06-10mptcp: don't leak msk in token containerPaolo Abeni-0/+1
2020-05-30mptcp: fix NULL ptr dereference in MP_JOIN error pathPaolo Abeni-4/+16
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-5/+10
2020-05-22mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary-5/+10
2020-05-16mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch-0/+2
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+10
2020-05-15mptcp: cope better with MP_JOIN failurePaolo Abeni-6/+9
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni-0/+3
2020-05-07mptcp: set correct vfs info for subflowsPaolo Abeni-0/+10
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-31/+55
2020-04-30mptcp: fix uninitialized value accessPaolo Abeni-1/+1
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni-31/+34
2020-04-30mptcp: consolidate synack processing.Paolo Abeni-3/+24
2020-04-25mptcp: fix race in msk status updatePaolo Abeni-1/+1
2020-04-25tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal-0/+18
2020-04-20mptcp: drop req socket remote_key* fieldsPaolo Abeni-10/+10
2020-04-20mptcp: avoid flipping mp_capable field in syn_recv_sock()Paolo Abeni-16/+30
2020-04-18mptcp: fix 'Attempt to release TCP socket in state' warningsFlorian Westphal-1/+7
2020-04-18mptcp: fix splat when incoming connection is never accepted before exit/closeFlorian Westphal-1/+24
2020-04-02mptcp: subflow: check parent mptcp socket on subflow state changeFlorian Westphal-2/+1
2020-03-29mptcp: add and use MIB counter infrastructureFlorian Westphal-6/+27
2020-03-29mptcp: allow dumping subflow context to userspaceDavide Caratti-0/+2
2020-03-29mptcp: Add handling of outgoing MP_JOIN requestsPeter Krystad-2/+148
2020-03-29mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad-16/+142
2020-03-29mptcp: Add path manager interfacePeter Krystad-2/+2
2020-03-23net: mptcp: don't hang in mptcp_sendmsg() after TCP fallbackDavide Caratti-0/+6
2020-03-19mptcp: rename fourth ack fieldPaolo Abeni-1/+1
2020-03-17mptcp: move msk state update to subflow_syn_recv_sock()Paolo Abeni-0/+2
2020-03-15mptcp: drop unneeded checksPaolo Abeni-11/+7
2020-03-15mptcp: create msk earlyPaolo Abeni-11/+21
2020-02-26mptcp: avoid work queue scheduling if possibleFlorian Westphal-2/+2
2020-02-26mptcp: remove mptcp_read_actorFlorian Westphal-5/+13
2020-02-26mptcp: add and use mptcp_data_ready helperFlorian Westphal-10/+4
2020-01-30mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven-3/+3
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal-1/+4
2020-01-29mptcp: Fix build with PROC_FS disabled.David S. Miller-0/+2
2020-01-25mptcp: Fix code formattingMat Martineau-2/+2
2020-01-24mptcp: process MP_CAPABLE data optionChristoph Paasch-5/+35
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch-2/+12
2020-01-24mptcp: add subflow write space signalling and mptcp_pollFlorian Westphal-0/+3
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau-3/+380
2020-01-24mptcp: Add key generation and token treePeter Krystad-7/+62
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad-1/+267
2020-01-24mptcp: Associate MPTCP context with TCP socketPeter Krystad-0/+119