1. 54f1944e mptcp: factor out mptcp_connect() by Paolo Abeni · 2 years, 5 months ago
  2. e72e4032 mptcp: set msk local address earlier by Paolo Abeni · 2 years, 5 months ago
  3. accc3b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 5 months ago
  4. 30e51b9 mptcp: fix unreleased socket in accept queue by Menglong Dong · 2 years, 5 months ago
  5. 26d3e21 mptcp: factor out __mptcp_close() without socket lock by Menglong Dong · 2 years, 5 months ago
  6. 5efbf6f mptcp: add mptcp_for_each_subflow_safe helper by Matthieu Baerts · 2 years, 6 months ago
  7. c886d70 mptcp: do not queue data on closed subflows by Paolo Abeni · 2 years, 7 months ago
  8. c0bf3c6 mptcp: move subflow cleanup in mptcp_destroy_common() by Paolo Abeni · 2 years, 7 months ago
  9. 3ad14f5 mptcp: more accurate MPC endpoint tracking by Paolo Abeni · 2 years, 8 months ago
  10. f5360e9 mptcp: introduce and use mptcp_pm_send_ack() by Paolo Abeni · 2 years, 8 months ago
  11. f7657ff mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.h by Geliang Tang · 2 years, 8 months ago
  12. 892f396c mptcp: netlink: issue MP_PRIO signals from userspace PMs by Kishen Maloor · 2 years, 8 months ago
  13. a657430 mptcp: Acquire the subflow socket lock before modifying MP_PRIO flags by Mat Martineau · 2 years, 8 months ago
  14. 6aeed90 mptcp: fix race on unaccepted mptcp sockets by Paolo Abeni · 2 years, 9 months ago
  15. d51991e mptcp: fix shutdown vs fallback race by Paolo Abeni · 2 years, 9 months ago
  16. 76a13b3 mptcp: invoke MP_FAIL response when needed by Geliang Tang · 2 years, 9 months ago
  17. d9fb797 mptcp: Do not traverse the subflow connection list without lock by Mat Martineau · 2 years, 10 months ago
  18. 7b16871 mptcp: stop using the mptcp_has_another_subflow() helper by Paolo Abeni · 2 years, 10 months ago
  19. d7e6f58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 10 months ago
  20. ae66fb2 mptcp: Do TCP fallback on early DSS checksum failure by Mat Martineau · 2 years, 10 months ago
  21. ba2c89e mptcp: fix checksum byte order by Paolo Abeni · 2 years, 10 months ago
  22. 95d6865 mptcp: fix subflow accounting on close by Paolo Abeni · 2 years, 10 months ago
  23. f3589be mptcp: never shrink offered window by Paolo Abeni · 2 years, 10 months ago
  24. 702c2f6 mptcp: netlink: allow userspace-driven subflow establishment by Florian Westphal · 2 years, 10 months ago
  25. d9a4594 mptcp: netlink: Add MPTCP_PM_CMD_REMOVE by Kishen Maloor · 2 years, 10 months ago
  26. 9ab4807 mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCE by Kishen Maloor · 2 years, 10 months ago
  27. 8b20137 mptcp: read attributes of addr entries managed by userspace PMs by Kishen Maloor · 2 years, 10 months ago
  28. 4638de5 mptcp: handle local addrs announced by userspace PMs by Kishen Maloor · 2 years, 10 months ago
  29. 70c708e mptcp: establish subflows from either end of connection by Kishen Maloor · 2 years, 10 months ago
  30. d1ace2d mptcp: reflect remote port (not 0) in ANNOUNCED events by Kishen Maloor · 2 years, 10 months ago
  31. 4d25247 mptcp: bypass in-kernel PM restrictions for non-kernel PMs by Kishen Maloor · 2 years, 10 months ago
  32. 6bb63cc mptcp: Add a per-namespace sysctl to set the default path manager type by Mat Martineau · 2 years, 11 months ago
  33. 14b0681 mptcp: Bypass kernel PM when userspace PM is enabled by Mat Martineau · 2 years, 11 months ago
  34. d85a8fd mptcp: Add a member to mptcp_pm_data to track kernel vs userspace mode by Mat Martineau · 2 years, 11 months ago
  35. 9273b9d mptcp: Remove redundant assignments in path manager init by Mat Martineau · 2 years, 11 months ago
  36. 49fa191 mptcp: reset subflow when MP_FAIL doesn't respond by Geliang Tang · 2 years, 11 months ago
  37. 9c81be0 mptcp: add MP_FAIL response support by Geliang Tang · 2 years, 11 months ago
  38. 1e39e5a mptcp: infinite mapping sending by Geliang Tang · 2 years, 11 months ago
  39. 0530020 mptcp: track and update contiguous data status by Geliang Tang · 2 years, 11 months ago
  40. 43f5b111 mptcp: reset the packet scheduler on incoming MP_PRIO by Paolo Abeni · 3 years ago
  41. 4cf86ae mptcp: strict local address ID selection by Paolo Abeni · 3 years ago
  42. 952382c mptcp: don't save tcp data_ready and write space callbacks by Florian Westphal · 3 years, 1 month ago
  43. 90d9308 mptcp: constify a bunch of of helpers by Paolo Abeni · 3 years, 1 month ago
  44. af7939f mptcp: drop port parameter of mptcp_pm_add_addr_signal by Geliang Tang · 3 years, 1 month ago
  45. 0799e21 mptcp: drop unused sk in mptcp_get_options by Geliang Tang · 3 years, 1 month ago
  46. 63ec72b mptcp: Use struct_group() to avoid cross-field memset() by Kees Cook · 3 years, 2 months ago
  47. c312ee2 mptcp: change the parameter of __mptcp_make_csum by Geliang Tang · 3 years, 2 months ago
  48. e9d09ba mptcp: avoid atomic bit manipulation when possible by Paolo Abeni · 3 years, 2 months ago
  49. 3e50149 mptcp: cleanup MPJ subflow list handling by Paolo Abeni · 3 years, 2 months ago
  50. a88c9e4 mptcp: do not block subflows creation on errors by Paolo Abeni · 3 years, 2 months ago
  51. 86e39e0 mptcp: keep track of local endpoint still available for each msk by Paolo Abeni · 3 years, 2 months ago
  52. 71ba088 mptcp: cleanup accept and poll by Paolo Abeni · 3 years, 2 months ago
  53. b29fcfb mptcp: full disconnect implementation by Paolo Abeni · 3 years, 2 months ago
  54. f284c0c mptcp: implement fastclose xmit path by Paolo Abeni · 3 years, 2 months ago
  55. 3ce0852 mptcp: enforce HoL-blocking estimation by Paolo Abeni · 3 years, 3 months ago
  56. 4f6e14b mptcp: support TCP_CORK and TCP_NODELAY by Maxim Galaganov · 3 years, 3 months ago
  57. 8b38217 mptcp: expose mptcp_check_and_set_pending by Maxim Galaganov · 3 years, 3 months ago
  58. 2c9e776 mptcp: add TCP_INQ cmsg support by Florian Westphal · 3 years, 3 months ago
  59. bcd9773 mptcp: use delegate action to schedule 3rd ack retrans by Paolo Abeni · 3 years, 4 months ago
  60. 6511882 mptcp: allocate fwd memory separately on the rx and tx path by Paolo Abeni · 3 years, 4 months ago
  61. 3828c51 mptcp: Make mptcp_pm_nl_mp_prio_send_ack() static by Mat Martineau · 3 years, 5 months ago
  62. dd9a887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  63. 9e65b6a mptcp: remove tx_pending_data by Florian Westphal · 3 years, 6 months ago
  64. ea1300b mptcp: don't return sockets in foreign netns by Florian Westphal · 3 years, 6 months ago
  65. 340fa66 mptcp: Only send extra TCP acks in eligible socket states by Mat Martineau · 3 years, 6 months ago
  66. 780aa12 mptcp: Fix duplicated argument in protocol.h by Wan Jiabing · 3 years, 6 months ago
  67. 74c7dfb mptcp: consolidate in_opt sub-options fields in a bitmask by Paolo Abeni · 3 years, 7 months ago
  68. a086aeb mptcp: better binary layout for mptcp_options_received by Paolo Abeni · 3 years, 7 months ago
  69. 478d770 mptcp: send out MP_FAIL when data checksum fails by Geliang Tang · 3 years, 7 months ago
  70. 5580d41 mptcp: MP_FAIL suboption receiving by Geliang Tang · 3 years, 7 months ago
  71. c25aeb4 mptcp: MP_FAIL suboption sending by Geliang Tang · 3 years, 7 months ago
  72. 1bff1e4 mptcp: optimize out option generation by Paolo Abeni · 3 years, 7 months ago
  73. c233ef1 mptcp: remove MPTCP_ADD_ADDR_IPV6 and MPTCP_ADD_ADDR_PORT by Yonglong Li · 3 years, 7 months ago
  74. f462a44 mptcp: build ADD_ADDR/echo-ADD_ADDR option according pm.add_signal by Yonglong Li · 3 years, 7 months ago
  75. 18fc1a9 mptcp: make MPTCP_ADD_ADDR_SIGNAL and MPTCP_ADD_ADDR_ECHO separate by Yonglong Li · 3 years, 7 months ago
  76. 1f5e9e2 mptcp: move drop_other_suboptions check under pm lock by Yonglong Li · 3 years, 7 months ago
  77. ee28525 mptcp: drop flags and ifindex arguments by Geliang Tang · 3 years, 7 months ago
  78. ff5a0b4 mptcp: faster active backup recovery by Paolo Abeni · 3 years, 7 months ago
  79. 6da14d7 mptcp: cleanup sysctl data and helpers by Paolo Abeni · 3 years, 7 months ago
  80. 1e1d9d6 mptcp: handle pending data on closed subflow by Paolo Abeni · 3 years, 7 months ago
  81. 71b7dec mptcp: less aggressive retransmission strategy by Paolo Abeni · 3 years, 7 months ago
  82. ce599c5 mptcp: properly account bulk freed memory by Paolo Abeni · 3 years, 8 months ago
  83. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 8 months ago
  84. fde56ee mptcp: refine mptcp_cleanup_rbuf by Paolo Abeni · 3 years, 9 months ago
  85. df377be mptcp: add deny_join_id0 in mptcp_options_received by Geliang Tang · 3 years, 9 months ago
  86. bab6b88 mptcp: add allow_join_id0 in mptcp_out_options by Geliang Tang · 3 years, 9 months ago
  87. d2f7796 mptcp: add sysctl allow_join_initial_addr_port by Geliang Tang · 3 years, 9 months ago
  88. 597dbae mptcp: drop duplicate mptcp_setsockopt() declaration by Paolo Abeni · 3 years, 9 months ago
  89. 490274b mptcp: avoid race on msk state changes by Paolo Abeni · 3 years, 9 months ago
  90. 8ce568e mptcp: drop tx skb cache by Paolo Abeni · 3 years, 9 months ago
  91. 1502328 mptcp: fix bad handling of 32 bit ack wrap-around by Paolo Abeni · 3 years, 9 months ago
  92. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  93. fc3c82e mptcp: add a new sysctl checksum_enabled by Geliang Tang · 3 years, 9 months ago
  94. dd8bcd1 mptcp: validate the data checksum by Paolo Abeni · 3 years, 9 months ago
  95. 208e8f6 mptcp: receive checksum for MP_CAPABLE with data by Geliang Tang · 3 years, 9 months ago
  96. 0625118 mptcp: add csum_reqd in mptcp_options_received by Geliang Tang · 3 years, 9 months ago
  97. c863225 mptcp: add sk parameter for mptcp_get_options by Geliang Tang · 3 years, 9 months ago
  98. 06fe171 mptcp: add csum_reqd in mptcp_out_options by Geliang Tang · 3 years, 9 months ago
  99. d0cc298 mptcp: generate the data checksum by Geliang Tang · 3 years, 9 months ago
  100. 752e906 mptcp: add csum_enabled in mptcp_sock by Geliang Tang · 3 years, 9 months ago