1. 9238e90 mptcp: free resources when the port number is mismatched by Geliang Tang · 3 years, 11 months ago
  2. f071577 mptcp: put subflow sock on connect error by Florian Westphal · 3 years, 11 months ago
  3. 52557db mptcp: do not wakeup listener for MPJ subflows by Paolo Abeni · 4 years ago
  4. d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years ago
  5. 6c714f1 mptcp: pass subflow socket to a few helpers by Florian Westphal · 4 years ago
  6. 40947e1 mptcp: schedule worker when subflow is closed by Florian Westphal · 4 years ago
  7. d8b59ef mptcp: init mptcp request socket earlier by Paolo Abeni · 4 years ago
  8. 15cc104 mptcp: deliver ssk errors to msk by Paolo Abeni · 4 years ago
  9. 2fbdd9e mptcp: add the mibs for ADD_ADDR with port by Geliang Tang · 4 years ago
  10. 5bc5638 mptcp: add port number check for MP_JOIN by Geliang Tang · 4 years ago
  11. ec20e14 mptcp: add a new helper subflow_req_create_thmac by Geliang Tang · 4 years ago
  12. b5e2e42 mptcp: drop unused skb in subflow_token_join_request by Geliang Tang · 4 years ago
  13. 1729cf1 mptcp: create the listening socket for new port by Geliang Tang · 4 years ago
  14. 50a13bc mptcp: support MPJoin with IPv4 mapped in v6 sk by Matthieu Baerts · 4 years ago
  15. b19bc29 mptcp: implement delegated actions by Paolo Abeni · 4 years ago
  16. 5cf92bb mptcp: re-enable sndbuf autotune by Paolo Abeni · 4 years ago
  17. 866f26f mptcp: always graft subflow socket to parent by Paolo Abeni · 4 years ago
  18. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
  19. ab82e99 mptcp: hold mptcp socket before calling tcp_done by Florian Westphal · 4 years, 1 month ago
  20. 3764b0c mptcp: attach subflow socket to parent cgroup by Nicolas Rybowski · 4 years, 1 month ago
  21. 9e4b0d5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 1 month ago
  22. 0597d0f mptcp: plug subflow context memory leak by Paolo Abeni · 4 years, 1 month ago
  23. 5b950ff mptcp: link MPC subflow into msk only after accept by Paolo Abeni · 4 years, 1 month ago
  24. 3ecfbe3e mptcp: emit tcp reset when a join request fails by Florian Westphal · 4 years, 2 months ago
  25. 7ea851d tcp: merge 'init_req' and 'route_req' functions by Florian Westphal · 4 years, 2 months ago
  26. 6e628cd mptcp: use mptcp release_cb for delayed tasks by Paolo Abeni · 4 years, 2 months ago
  27. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  28. d3ab788 mptcp: fix NULL ptr dereference on bad MPJ by Paolo Abeni · 4 years, 2 months ago
  29. ea4ca58 mptcp: refine MPTCP-level ack scheduling by Paolo Abeni · 4 years, 2 months ago
  30. 0397c6d mptcp: keep unaccepted MPC subflow into join list by Paolo Abeni · 4 years, 2 months ago
  31. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
  32. 8edf086 mptcp: rework poll+nospace handling by Florian Westphal · 4 years, 2 months ago
  33. e16163b mptcp: refactor shutdown and close by Paolo Abeni · 4 years, 2 months ago
  34. 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  35. 0e4f35d mptcp: subflows garbage collection by Paolo Abeni · 4 years, 3 months ago
  36. d582484 mptcp: fix fallback for MP_JOIN subflows by Paolo Abeni · 4 years, 3 months ago
  37. 37198e9 net: mptcp: make DACK4/DACK8 usage consistent among all subflows by Davide Caratti · 4 years, 3 months ago
  38. 9d49aea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  39. 017512a mptcp: more DATA FIN fixes by Paolo Abeni · 4 years, 4 months ago
  40. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  41. 1a49b2c mptcp: Handle incoming 32-bit DATA_FIN values by Mat Martineau · 4 years, 4 months ago
  42. 5c8c164 mptcp: add mptcp_destroy_common helper by Geliang Tang · 4 years, 4 months ago
  43. b6c0838 mptcp: remove addr and subflow in PM netlink by Geliang Tang · 4 years, 4 months ago
  44. ef59b19 mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packet by Mat Martineau · 4 years, 4 months ago
  45. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
  46. 1d39cd8 mptcp: fix integer overflow in mptcp_subflow_discard_data() by Paolo Abeni · 4 years, 4 months ago
  47. c76c695 mptcp: call tcp_cleanup_rbuf on subflows by Paolo Abeni · 4 years, 4 months ago
  48. 4596a2c mptcp: allow creating non-backup subflows by Paolo Abeni · 4 years, 4 months ago
  49. ef0da3b mptcp: move address attribute into mptcp_addr_info by Paolo Abeni · 4 years, 4 months ago
  50. 06242e4 mptcp: add OoO related mibs by Paolo Abeni · 4 years, 4 months ago
  51. 04e4cd4 mptcp: cleanup mptcp_subflow_discard_data() by Paolo Abeni · 4 years, 4 months ago
  52. ab174ad mptcp: move ooo skbs into msk out of order queue. by Paolo Abeni · 4 years, 4 months ago
  53. 6719331 mptcp: trigger msk processing even for OoO data by Paolo Abeni · 4 years, 4 months ago
  54. 47bebdf mptcp: set data_ready status bit in subflow_check_data_avail() by Paolo Abeni · 4 years, 4 months ago
  55. 63561a4 mptcp: rethink 'is writable' conditional by Paolo Abeni · 4 years, 4 months ago
  56. 2ff0e56 mptcp: fix subflow's remote_id issues by Geliang Tang · 4 years, 4 months ago
  57. 7ee2492 mptcp: fix warn at shutdown time for unaccepted msk sockets by Paolo Abeni · 4 years, 5 months ago
  58. adf7341 mptcp: be careful on subflow creation by Paolo Abeni · 4 years, 6 months ago
  59. 9466a1c mptcp: enable JOIN requests even if cookies are in use by Florian Westphal · 4 years, 6 months ago
  60. c83a47e mptcp: subflow: add mptcp_subflow_init_cookie_req helper by Florian Westphal · 4 years, 6 months ago
  61. 08b8d08 mptcp: rename and export mptcp_subflow_request_sock_ops by Florian Westphal · 4 years, 6 months ago
  62. 78d8b7b mptcp: subflow: split subflow_init_req by Florian Westphal · 4 years, 6 months ago
  63. 535fb81 mptcp: token: move retry to caller by Florian Westphal · 4 years, 6 months ago
  64. 067a0b3 mptcp: Only use subflow EOF signaling on fallback connections by Mat Martineau · 4 years, 6 months ago
  65. 43b54c6 mptcp: Use full MPTCP-level disconnect state machine by Mat Martineau · 4 years, 6 months ago
  66. 4cf8b7e subflow: introduce and use mptcp_can_accept_new_subflow() by Paolo Abeni · 4 years, 6 months ago
  67. 97e6175 subflow: use rsk_ops->send_reset() by Paolo Abeni · 4 years, 6 months ago
  68. b751469 subflow: explicitly check for plain tcp rsk by Paolo Abeni · 4 years, 6 months ago
  69. fa25e81 mptcp: cleanup subflow_finish_connect() by Paolo Abeni · 4 years, 6 months ago
  70. b93df08 mptcp: explicitly track the fully established status by Paolo Abeni · 4 years, 6 months ago
  71. b0977bb subflow: always init 'rel_write_seq' by Paolo Abeni · 4 years, 6 months ago
  72. 8c72894 mptcp: silence warning in subflow_data_ready() by Davide Caratti · 4 years, 6 months ago
  73. d47a721 mptcp: fix race in subflow_data_ready() by Davide Caratti · 4 years, 7 months ago
  74. a6b118f mptcp: add receive buffer auto-tuning by Florian Westphal · 4 years, 7 months ago
  75. 6bad912 mptcp: do nonce initialization at subflow creation time by Paolo Abeni · 4 years, 7 months ago
  76. 8fd7380 mptcp: fallback in case of simultaneous connect by Davide Caratti · 4 years, 7 months ago
  77. e1ff9e8 net: mptcp: improve fallback to TCP by Davide Caratti · 4 years, 7 months ago
  78. 2c5ebd0 mptcp: refactor token container by Paolo Abeni · 4 years, 7 months ago
  79. d39dcec mptcp: add __init annotation on setup functions by Paolo Abeni · 4 years, 7 months ago
  80. 9e365ff mptcp: drop MP_JOIN request sock on syn cookies by Paolo Abeni · 4 years, 7 months ago
  81. 8fd4de1 mptcp: cache msk on MP_JOIN init_req by Paolo Abeni · 4 years, 7 months ago
  82. b8ad540 mptcp: fix memory leak in mptcp_subflow_create_socket() by Wei Yongjun · 4 years, 7 months ago
  83. 4b5af44 mptcp: don't leak msk in token container by Paolo Abeni · 4 years, 7 months ago
  84. 3988460 mptcp: fix NULL ptr dereference in MP_JOIN error path by Paolo Abeni · 4 years, 8 months ago
  85. 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  86. bd69722 mptcp: use untruncated hash in ADD_ADDR HMAC by Todd Malsbary · 4 years, 8 months ago
  87. a0c1d0e mptcp: Use 32-bit DATA_ACK when possible by Christoph Paasch · 4 years, 8 months ago
  88. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  89. 729cd64 mptcp: cope better with MP_JOIN failure by Paolo Abeni · 4 years, 8 months ago
  90. 90bf451 mptcp: add new sock flag to deal with join subflows by Paolo Abeni · 4 years, 8 months ago
  91. 7d14b0d mptcp: set correct vfs info for subflows by Paolo Abeni · 4 years, 9 months ago
  92. 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  93. ac2b47f mptcp: fix uninitialized value access by Paolo Abeni · 4 years, 9 months ago
  94. cfde141 mptcp: move option parsing into mptcp_incoming_options() by Paolo Abeni · 4 years, 9 months ago
  95. 263e120 mptcp: consolidate synack processing. by Paolo Abeni · 4 years, 9 months ago
  96. 1200832 mptcp: fix race in msk status update by Paolo Abeni · 4 years, 9 months ago
  97. 071c8ed tcp: mptcp: use mptcp receive buffer space to select rcv window by Florian Westphal · 4 years, 9 months ago
  98. fca5c82 mptcp: drop req socket remote_key* fields by Paolo Abeni · 4 years, 9 months ago
  99. 4c8941d mptcp: avoid flipping mp_capable field in syn_recv_sock() by Paolo Abeni · 4 years, 9 months ago
  100. 9f5ca6a mptcp: fix 'Attempt to release TCP socket in state' warnings by Florian Westphal · 4 years, 9 months ago