- 7ee2492 mptcp: fix warn at shutdown time for unaccepted msk sockets by Paolo Abeni · 4 years, 5 months ago
- adf7341 mptcp: be careful on subflow creation by Paolo Abeni · 4 years, 5 months ago
- 9466a1c mptcp: enable JOIN requests even if cookies are in use by Florian Westphal · 4 years, 5 months ago
- c83a47e mptcp: subflow: add mptcp_subflow_init_cookie_req helper by Florian Westphal · 4 years, 5 months ago
- 08b8d08 mptcp: rename and export mptcp_subflow_request_sock_ops by Florian Westphal · 4 years, 5 months ago
- 78d8b7b mptcp: subflow: split subflow_init_req by Florian Westphal · 4 years, 5 months ago
- 535fb81 mptcp: token: move retry to caller by Florian Westphal · 4 years, 5 months ago
- 067a0b3 mptcp: Only use subflow EOF signaling on fallback connections by Mat Martineau · 4 years, 5 months ago
- 43b54c6 mptcp: Use full MPTCP-level disconnect state machine by Mat Martineau · 4 years, 5 months ago
- 4cf8b7e subflow: introduce and use mptcp_can_accept_new_subflow() by Paolo Abeni · 4 years, 6 months ago
- 97e6175 subflow: use rsk_ops->send_reset() by Paolo Abeni · 4 years, 6 months ago
- b751469 subflow: explicitly check for plain tcp rsk by Paolo Abeni · 4 years, 6 months ago
- fa25e81 mptcp: cleanup subflow_finish_connect() by Paolo Abeni · 4 years, 6 months ago
- b93df08 mptcp: explicitly track the fully established status by Paolo Abeni · 4 years, 6 months ago
- b0977bb subflow: always init 'rel_write_seq' by Paolo Abeni · 4 years, 6 months ago
- 8c72894 mptcp: silence warning in subflow_data_ready() by Davide Caratti · 4 years, 6 months ago
- d47a721 mptcp: fix race in subflow_data_ready() by Davide Caratti · 4 years, 6 months ago
- a6b118f mptcp: add receive buffer auto-tuning by Florian Westphal · 4 years, 6 months ago
- 6bad912 mptcp: do nonce initialization at subflow creation time by Paolo Abeni · 4 years, 6 months ago
- 8fd7380 mptcp: fallback in case of simultaneous connect by Davide Caratti · 4 years, 6 months ago
- e1ff9e8 net: mptcp: improve fallback to TCP by Davide Caratti · 4 years, 6 months ago
- 2c5ebd0 mptcp: refactor token container by Paolo Abeni · 4 years, 7 months ago
- d39dcec mptcp: add __init annotation on setup functions by Paolo Abeni · 4 years, 7 months ago
- 9e365ff mptcp: drop MP_JOIN request sock on syn cookies by Paolo Abeni · 4 years, 7 months ago
- 8fd4de1 mptcp: cache msk on MP_JOIN init_req by Paolo Abeni · 4 years, 7 months ago
- b8ad540 mptcp: fix memory leak in mptcp_subflow_create_socket() by Wei Yongjun · 4 years, 7 months ago
- 4b5af44 mptcp: don't leak msk in token container by Paolo Abeni · 4 years, 7 months ago
- 3988460 mptcp: fix NULL ptr dereference in MP_JOIN error path by Paolo Abeni · 4 years, 7 months ago
- 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- bd69722 mptcp: use untruncated hash in ADD_ADDR HMAC by Todd Malsbary · 4 years, 8 months ago
- a0c1d0e mptcp: Use 32-bit DATA_ACK when possible by Christoph Paasch · 4 years, 8 months ago
- da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- 729cd64 mptcp: cope better with MP_JOIN failure by Paolo Abeni · 4 years, 8 months ago
- 90bf451 mptcp: add new sock flag to deal with join subflows by Paolo Abeni · 4 years, 8 months ago
- 7d14b0d mptcp: set correct vfs info for subflows by Paolo Abeni · 4 years, 8 months ago
- 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- ac2b47f mptcp: fix uninitialized value access by Paolo Abeni · 4 years, 8 months ago
- cfde141 mptcp: move option parsing into mptcp_incoming_options() by Paolo Abeni · 4 years, 8 months ago
- 263e120 mptcp: consolidate synack processing. by Paolo Abeni · 4 years, 8 months ago
- 1200832 mptcp: fix race in msk status update by Paolo Abeni · 4 years, 9 months ago
- 071c8ed tcp: mptcp: use mptcp receive buffer space to select rcv window by Florian Westphal · 4 years, 9 months ago
- fca5c82 mptcp: drop req socket remote_key* fields by Paolo Abeni · 4 years, 9 months ago
- 4c8941d mptcp: avoid flipping mp_capable field in syn_recv_sock() by Paolo Abeni · 4 years, 9 months ago
- 9f5ca6a mptcp: fix 'Attempt to release TCP socket in state' warnings by Florian Westphal · 4 years, 9 months ago
- df1036d mptcp: fix splat when incoming connection is never accepted before exit/close by Florian Westphal · 4 years, 9 months ago
- 59832e2 mptcp: subflow: check parent mptcp socket on subflow state change by Florian Westphal · 4 years, 9 months ago
- fc51895 mptcp: add and use MIB counter infrastructure by Florian Westphal · 4 years, 10 months ago
- 5147dfb mptcp: allow dumping subflow context to userspace by Davide Caratti · 4 years, 10 months ago
- ec3edaa mptcp: Add handling of outgoing MP_JOIN requests by Peter Krystad · 4 years, 10 months ago
- f296234 mptcp: Add handling of incoming MP_JOIN requests by Peter Krystad · 4 years, 10 months ago
- 1b1c7a0 mptcp: Add path manager interface by Peter Krystad · 4 years, 10 months ago
- c3c123d net: mptcp: don't hang in mptcp_sendmsg() after TCP fallback by Davide Caratti · 4 years, 10 months ago
- 0be534f mptcp: rename fourth ack field by Paolo Abeni · 4 years, 10 months ago
- 7f20d5f mptcp: move msk state update to subflow_syn_recv_sock() by Paolo Abeni · 4 years, 10 months ago
- dc093db mptcp: drop unneeded checks by Paolo Abeni · 4 years, 10 months ago
- 58b0991 mptcp: create msk early by Paolo Abeni · 4 years, 10 months ago
- 2e52213 mptcp: avoid work queue scheduling if possible by Florian Westphal · 4 years, 11 months ago
- bfae9da mptcp: remove mptcp_read_actor by Florian Westphal · 4 years, 11 months ago
- 101f6f8 mptcp: add and use mptcp_data_ready helper by Florian Westphal · 4 years, 11 months ago
- 31484d5 mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6 by Geert Uytterhoeven · 5 years ago
- ae2dd71 mptcp: handle tcp fallback when using syn cookies by Florian Westphal · 5 years ago
- f6f7d8c mptcp: Fix build with PROC_FS disabled. by David S. Miller · 5 years ago
- edc7e48 mptcp: Fix code formatting by Mat Martineau · 5 years ago
- d22f498 mptcp: process MP_CAPABLE data option by Christoph Paasch · 5 years ago
- cc7972e mptcp: parse and emit MP_CAPABLE option according to v1 spec by Christoph Paasch · 5 years ago
- 1891c4a mptcp: add subflow write space signalling and mptcp_poll by Florian Westphal · 5 years ago
- 648ef4b mptcp: Implement MPTCP receive path by Mat Martineau · 5 years ago
- 79c0949 mptcp: Add key generation and token tree by Peter Krystad · 5 years ago
- cec37a6 mptcp: Handle MP_CAPABLE options for outgoing connections by Peter Krystad · 5 years ago
- 2303f99 mptcp: Associate MPTCP context with TCP socket by Peter Krystad · 5 years ago