1. 9c3f94e mptcp: add missing memory scheduling in the rx path by Paolo Abeni · 4 years, 2 months ago
  2. 0ed37ac mptcp: depends on IPV6 but not as a module by Matthieu Baerts · 4 years, 2 months ago
  3. 010b430 mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting it by Geert Uytterhoeven · 4 years, 2 months ago
  4. b142083 mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting it by Geert Uytterhoeven · 4 years, 2 months ago
  5. 65b8c8a mptcp: move mptcp_options_received's port initialization by Geliang Tang · 4 years, 2 months ago
  6. fe2d9b1 mptcp: initialize mptcp_options_received's ahmac by Geliang Tang · 4 years, 2 months ago
  7. 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  8. 0e4f35d mptcp: subflows garbage collection by Paolo Abeni · 4 years, 3 months ago
  9. d582484 mptcp: fix fallback for MP_JOIN subflows by Paolo Abeni · 4 years, 3 months ago
  10. 37198e9 net: mptcp: make DACK4/DACK8 usage consistent among all subflows by Davide Caratti · 4 years, 3 months ago
  11. d9fb8c5 mptcp: fix infinite loop on recvmsg()/worker() race. by Paolo Abeni · 4 years, 3 months ago
  12. 9d49aea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  13. 717f203 mptcp: don't skip needed ack by Paolo Abeni · 4 years, 3 months ago
  14. 017512a mptcp: more DATA FIN fixes by Paolo Abeni · 4 years, 3 months ago
  15. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  16. 674d3ab mptcp: Constify mptcp_pm_ops by Rikard Falkeborn · 4 years, 3 months ago
  17. 456afe0 mptcp: ADD_ADDRs with echo bit are smaller by Matthieu Baerts · 4 years, 3 months ago
  18. 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 3 months ago
  19. 1a49b2c mptcp: Handle incoming 32-bit DATA_FIN values by Mat Martineau · 4 years, 3 months ago
  20. 917944d mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq by Mat Martineau · 4 years, 3 months ago
  21. 77d0cab net: tcp: drop unused function argument from mptcp_incoming_options by Florian Westphal · 4 years, 3 months ago
  22. 00cfd77 mptcp: retransmit ADD_ADDR when timeout by Geliang Tang · 4 years, 3 months ago
  23. 0abd40f mptcp: add struct mptcp_pm_add_entry by Geliang Tang · 4 years, 3 months ago
  24. 5c8c164 mptcp: add mptcp_destroy_common helper by Geliang Tang · 4 years, 3 months ago
  25. 7a7e52e mptcp: add RM_ADDR related mibs by Geliang Tang · 4 years, 3 months ago
  26. 0ee4261 mptcp: implement mptcp_pm_remove_subflow by Geliang Tang · 4 years, 3 months ago
  27. b6c0838 mptcp: remove addr and subflow in PM netlink by Geliang Tang · 4 years, 3 months ago
  28. f58f065 mptcp: add accept_subflow re-check by Geliang Tang · 4 years, 3 months ago
  29. a877de06 mptcp: add ADD_ADDR related mibs by Geliang Tang · 4 years, 3 months ago
  30. 6a6c05a mptcp: send out ADD_ADDR with echo flag by Geliang Tang · 4 years, 3 months ago
  31. d0876b2 mptcp: add the incoming RM_ADDR support by Geliang Tang · 4 years, 3 months ago
  32. 5cb104a mptcp: add the outgoing RM_ADDR support by Geliang Tang · 4 years, 3 months ago
  33. f643b80 mptcp: rename addr_signal and the related functions by Geliang Tang · 4 years, 3 months ago
  34. ef59b19 mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packet by Mat Martineau · 4 years, 3 months ago
  35. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  36. 1d39cd8 mptcp: fix integer overflow in mptcp_subflow_discard_data() by Paolo Abeni · 4 years, 3 months ago
  37. c2ec6bc mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofo by Ye Bin · 4 years, 3 months ago
  38. c76c695 mptcp: call tcp_cleanup_rbuf on subflows by Paolo Abeni · 4 years, 4 months ago
  39. d5f4919 mptcp: allow picking different xmit subflows by Paolo Abeni · 4 years, 4 months ago
  40. 4596a2c mptcp: allow creating non-backup subflows by Paolo Abeni · 4 years, 4 months ago
  41. ef0da3b mptcp: move address attribute into mptcp_addr_info by Paolo Abeni · 4 years, 4 months ago
  42. 06242e4 mptcp: add OoO related mibs by Paolo Abeni · 4 years, 4 months ago
  43. 04e4cd4 mptcp: cleanup mptcp_subflow_discard_data() by Paolo Abeni · 4 years, 4 months ago
  44. ab174ad mptcp: move ooo skbs into msk out of order queue. by Paolo Abeni · 4 years, 4 months ago
  45. 8268ed4 mptcp: introduce and use mptcp_try_coalesce() by Paolo Abeni · 4 years, 4 months ago
  46. da51aef mptcp: basic sndbuf autotuning by Paolo Abeni · 4 years, 4 months ago
  47. 6719331 mptcp: trigger msk processing even for OoO data by Paolo Abeni · 4 years, 4 months ago
  48. 47bebdf mptcp: set data_ready status bit in subflow_check_data_avail() by Paolo Abeni · 4 years, 4 months ago
  49. 63561a4 mptcp: rethink 'is writable' conditional by Paolo Abeni · 4 years, 4 months ago
  50. f612eb7 mptcp: fix kmalloc flag in mptcp_pm_nl_get_local_id by Geliang Tang · 4 years, 4 months ago
  51. 2ff0e56 mptcp: fix subflow's remote_id issues by Geliang Tang · 4 years, 4 months ago
  52. 5702581 mptcp: fix subflow's local_id issues by Geliang Tang · 4 years, 4 months ago
  53. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  54. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
  55. b1fd447 mptcp: Remove unused macro MPTCP_SAME_STATE by YueHaibing · 4 years, 4 months ago
  56. 1cec170 mptcp: free acked data before waiting for more memory by Florian Westphal · 4 years, 4 months ago
  57. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  58. 8140860 netlink: consistently use NLA_POLICY_EXACT_LEN() by Johannes Berg · 4 years, 4 months ago
  59. b3b2854 mptcp: sendmsg: reset iter on error redux by Florian Westphal · 4 years, 5 months ago
  60. 35759383 mptcp: sendmsg: reset iter on error by Florian Westphal · 4 years, 5 months ago
  61. 7ee2492 mptcp: fix warn at shutdown time for unaccepted msk sockets by Paolo Abeni · 4 years, 5 months ago
  62. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  63. adf7341 mptcp: be careful on subflow creation by Paolo Abeni · 4 years, 5 months ago
  64. 8555c6b mptcp: fix bogus sendmsg() return code under pressure by Paolo Abeni · 4 years, 5 months ago
  65. 190f8b0 mptcp: use mptcp_for_each_subflow in mptcp_stream_accept by Geliang Tang · 4 years, 5 months ago
  66. ab5c60b7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 5 months ago
  67. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  68. 7126bd5 mptcp: fix syncookie build error on UP by Florian Westphal · 4 years, 5 months ago
  69. 9466a1c mptcp: enable JOIN requests even if cookies are in use by Florian Westphal · 4 years, 5 months ago
  70. c83a47e mptcp: subflow: add mptcp_subflow_init_cookie_req helper by Florian Westphal · 4 years, 5 months ago
  71. 08b8d08 mptcp: rename and export mptcp_subflow_request_sock_ops by Florian Westphal · 4 years, 5 months ago
  72. 78d8b7b mptcp: subflow: split subflow_init_req by Florian Westphal · 4 years, 5 months ago
  73. 535fb81 mptcp: token: move retry to caller by Florian Westphal · 4 years, 5 months ago
  74. 721e908 mptcp: Safely store sequence number when sending data by Mat Martineau · 4 years, 5 months ago
  75. c752939 mptcp: Safely read sequence number when lock isn't held by Mat Martineau · 4 years, 5 months ago
  76. 06827b3 mptcp: Skip unnecessary skb extension allocation for bare acks by Mat Martineau · 4 years, 5 months ago
  77. 067a0b3 mptcp: Only use subflow EOF signaling on fallback connections by Mat Martineau · 4 years, 5 months ago
  78. 43b54c6 mptcp: Use full MPTCP-level disconnect state machine by Mat Martineau · 4 years, 5 months ago
  79. 16a9a9d mptcp: Add helper to process acks of DATA_FIN by Mat Martineau · 4 years, 5 months ago
  80. 6920b85 mptcp: Add mptcp_close_state() helper by Mat Martineau · 4 years, 5 months ago
  81. 3721b9b mptcp: Track received DATA_FIN sequence number and add related helpers by Mat Martineau · 4 years, 5 months ago
  82. 7279da6 mptcp: Use MPTCP-level flag for sending DATA_FIN by Mat Martineau · 4 years, 5 months ago
  83. 242e63f mptcp: Remove outdated and incorrect comment by Mat Martineau · 4 years, 5 months ago
  84. 57baaf2 mptcp: Return EPIPE if sending is shut down during a sendmsg by Mat Martineau · 4 years, 5 months ago
  85. 0bac966 mptcp: Allow DATA_FIN in headers without TCP FIN by Mat Martineau · 4 years, 5 months ago
  86. 367fe04 mptcp: fix joined subflows with unblocking sk by Matthieu Baerts · 4 years, 5 months ago
  87. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  88. c8c1bbb net: switch sock_set_timeout to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
  89. 4cf8b7e subflow: introduce and use mptcp_can_accept_new_subflow() by Paolo Abeni · 4 years, 5 months ago
  90. 97e6175 subflow: use rsk_ops->send_reset() by Paolo Abeni · 4 years, 5 months ago
  91. b751469 subflow: explicitly check for plain tcp rsk by Paolo Abeni · 4 years, 5 months ago
  92. fa25e81 mptcp: cleanup subflow_finish_connect() by Paolo Abeni · 4 years, 5 months ago
  93. b93df08 mptcp: explicitly track the fully established status by Paolo Abeni · 4 years, 5 months ago
  94. 0235d07 mptcp: mark as fallback even early ones by Paolo Abeni · 4 years, 5 months ago
  95. 53eb4c3 mptcp: avoid data corruption on reinsert by Paolo Abeni · 4 years, 5 months ago
  96. b0977bb subflow: always init 'rel_write_seq' by Paolo Abeni · 4 years, 5 months ago
  97. 6ab301c mptcp: zero token hash at creation time. by Paolo Abeni · 4 years, 5 months ago
  98. c1d069e mptcp: move helper to where its used by Florian Westphal · 4 years, 5 months ago
  99. 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  100. 8c72894 mptcp: silence warning in subflow_data_ready() by Davide Caratti · 4 years, 6 months ago