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