aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp/subflow.c
AgeCommit message (Expand)Author
2020-10-29net: mptcp: make DACK4/DACK8 usage consistent among all subflowsDavide Caratti
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-10mptcp: don't leak msk in token containerPaolo Abeni
2020-05-30mptcp: fix NULL ptr dereference in MP_JOIN error pathPaolo 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-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-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: move option parsing into mptcp_incoming_options()Paolo Abeni
2020-04-30mptcp: consolidate synack processing.Paolo Abeni
2020-04-25mptcp: fix race in msk status updatePaolo Abeni
2020-04-25tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal
2020-04-20mptcp: drop req socket remote_key* fieldsPaolo Abeni
2020-04-20mptcp: avoid flipping mp_capable field in syn_recv_sock()Paolo Abeni
2020-04-18mptcp: fix 'Attempt to release TCP socket in state' warningsFlorian Westphal
2020-04-18mptcp: fix splat when incoming connection is never accepted before exit/closeFlorian Westphal
2020-04-02mptcp: subflow: check parent mptcp socket on subflow state changeFlorian Westphal
2020-03-29mptcp: add and use MIB counter infrastructureFlorian Westphal
2020-03-29mptcp: allow dumping subflow context to userspaceDavide Caratti
2020-03-29mptcp: Add handling of outgoing MP_JOIN requestsPeter Krystad
2020-03-29mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad
2020-03-29mptcp: Add path manager interfacePeter Krystad
2020-03-23net: mptcp: don't hang in mptcp_sendmsg() after TCP fallbackDavide Caratti
2020-03-19mptcp: rename fourth ack fieldPaolo Abeni
2020-03-17mptcp: move msk state update to subflow_syn_recv_sock()Paolo Abeni
2020-03-15mptcp: drop unneeded checksPaolo Abeni
2020-03-15mptcp: create msk earlyPaolo Abeni
2020-02-26mptcp: avoid work queue scheduling if possibleFlorian Westphal
2020-02-26mptcp: remove mptcp_read_actorFlorian Westphal
2020-02-26mptcp: add and use mptcp_data_ready helperFlorian Westphal
2020-01-30mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal
2020-01-29mptcp: Fix build with PROC_FS disabled.David S. Miller
2020-01-25mptcp: Fix code formattingMat Martineau
2020-01-24mptcp: process MP_CAPABLE data optionChristoph Paasch
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch
2020-01-24mptcp: add subflow write space signalling and mptcp_pollFlorian Westphal
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau
2020-01-24mptcp: Add key generation and token treePeter Krystad
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad
2020-01-24mptcp: Associate MPTCP context with TCP socketPeter Krystad