summaryrefslogtreecommitdiff
path: root/net/mptcp/subflow.c
AgeCommit message (Expand)Author
2020-08-07mptcp: fix warn at shutdown time for unaccepted msk socketsPaolo Abeni
2020-08-05mptcp: be careful on subflow creationPaolo Abeni
2020-07-31mptcp: enable JOIN requests even if cookies are in useFlorian Westphal
2020-07-31mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal
2020-07-31mptcp: rename and export mptcp_subflow_request_sock_opsFlorian Westphal
2020-07-31mptcp: subflow: split subflow_init_reqFlorian Westphal
2020-07-31mptcp: token: move retry to callerFlorian Westphal
2020-07-28mptcp: Only use subflow EOF signaling on fallback connectionsMat Martineau
2020-07-28mptcp: Use full MPTCP-level disconnect state machineMat Martineau
2020-07-23subflow: introduce and use mptcp_can_accept_new_subflow()Paolo Abeni
2020-07-23subflow: use rsk_ops->send_reset()Paolo Abeni
2020-07-23subflow: explicitly check for plain tcp rskPaolo Abeni
2020-07-23mptcp: cleanup subflow_finish_connect()Paolo Abeni
2020-07-23mptcp: explicitly track the fully established statusPaolo Abeni
2020-07-23subflow: always init 'rel_write_seq'Paolo Abeni
2020-07-17mptcp: silence warning in subflow_data_ready()Davide Caratti
2020-07-06mptcp: fix race in subflow_data_ready()Davide Caratti
2020-07-01mptcp: add receive buffer auto-tuningFlorian Westphal
2020-06-30mptcp: do nonce initialization at subflow creation timePaolo Abeni
2020-06-29mptcp: fallback in case of simultaneous connectDavide Caratti
2020-06-29net: mptcp: improve fallback to TCPDavide Caratti
2020-06-26mptcp: refactor token containerPaolo Abeni
2020-06-26mptcp: add __init annotation on setup functionsPaolo Abeni
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