1. f6c2ef5 mptcp: optimize the input options processing by Paolo Abeni · 3 years, 5 months ago
  2. 74c7dfb mptcp: consolidate in_opt sub-options fields in a bitmask by Paolo Abeni · 3 years, 5 months ago
  3. a086aeb mptcp: better binary layout for mptcp_options_received by Paolo Abeni · 3 years, 5 months ago
  4. 8d548ea mptcp: do not set unconditionally csum_reqd on incoming opt by Paolo Abeni · 3 years, 5 months ago
  5. eb7f336 mptcp: add the mibs for MP_FAIL by Geliang Tang · 3 years, 5 months ago
  6. 5580d41 mptcp: MP_FAIL suboption receiving by Geliang Tang · 3 years, 5 months ago
  7. c25aeb4 mptcp: MP_FAIL suboption sending by Geliang Tang · 3 years, 5 months ago
  8. 1bff1e4 mptcp: optimize out option generation by Paolo Abeni · 3 years, 5 months ago
  9. 1f5e9e2 mptcp: move drop_other_suboptions check under pm lock by Yonglong Li · 3 years, 5 months ago
  10. f444fea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  11. 67b12f7 mptcp: full fully established support after ADD_ADDR by Matthieu Baerts · 3 years, 5 months ago
  12. 1e1d9d6 mptcp: handle pending data on closed subflow by Paolo Abeni · 3 years, 5 months ago
  13. 6787b7e mptcp: avoid processing packet if a subflow reset by Jianguo Wu · 3 years, 7 months ago
  14. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  15. df377be mptcp: add deny_join_id0 in mptcp_options_received by Geliang Tang · 3 years, 7 months ago
  16. bab6b88 mptcp: add allow_join_id0 in mptcp_out_options by Geliang Tang · 3 years, 7 months ago
  17. 1502328 mptcp: fix bad handling of 32 bit ack wrap-around by Paolo Abeni · 3 years, 7 months ago
  18. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  19. 390b95a mptcp: receive checksum for DSS by Geliang Tang · 3 years, 7 months ago
  20. 208e8f6 mptcp: receive checksum for MP_CAPABLE with data by Geliang Tang · 3 years, 7 months ago
  21. 0625118 mptcp: add csum_reqd in mptcp_options_received by Geliang Tang · 3 years, 7 months ago
  22. c863225 mptcp: add sk parameter for mptcp_get_options by Geliang Tang · 3 years, 7 months ago
  23. c5b39e2 mptcp: send out checksum for DSS by Geliang Tang · 3 years, 7 months ago
  24. c94b1f9 mptcp: send out checksum for MP_CAPABLE with data by Geliang Tang · 3 years, 7 months ago
  25. 06fe171 mptcp: add csum_reqd in mptcp_out_options by Geliang Tang · 3 years, 7 months ago
  26. 07718be mptcp: Fix out of bounds when parsing TCP options by Maxim Mikityanskiy · 3 years, 7 months ago
  27. d58300c mptcp: validate 'id' when stopping the ADD_ADDR retransmit timer by Davide Caratti · 3 years, 8 months ago
  28. 3812ce8 mptcp: drop unconditional pr_warn on bad opt by Paolo Abeni · 3 years, 8 months ago
  29. ed66bfb mptcp: add tracepoint in ack_update_msk by Geliang Tang · 3 years, 9 months ago
  30. 07f8252 mptcp: drop all sub-options except ADD_ADDR when the echo bit is set by Davide Caratti · 3 years, 10 months ago
  31. 761c124 mptcp: unify add_addr(6)_generate_hmac by Geliang Tang · 3 years, 10 months ago
  32. 1b1a6ef mptcp: drop MPTCP_ADDR_IPVERSION_4/6 by Geliang Tang · 3 years, 10 months ago
  33. f7dafee mptcp: use mptcp_addr_info in mptcp_options_received by Geliang Tang · 3 years, 10 months ago
  34. fef6b7e mptcp: drop OPTION_MPTCP_ADD_ADDR6 by Geliang Tang · 3 years, 10 months ago
  35. 30f60ba mptcp: use mptcp_addr_info in mptcp_out_options by Geliang Tang · 3 years, 10 months ago
  36. dc87efd mptcp: add mptcp reset option support by Florian Westphal · 3 years, 10 months ago
  37. 781bf13 mptcp: remove unneeded check on first subflow by Paolo Abeni · 3 years, 10 months ago
  38. 557963c mptcp: move to next addr when subflow creation fail by Geliang Tang · 3 years, 10 months ago
  39. 62535200 mptcp: drop unused subflow in mptcp_pm_subflow_established by Geliang Tang · 3 years, 10 months ago
  40. efd13b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 10 months ago
  41. 13832ae mptcp: fix ADD_ADDR HMAC in case port is specified by Davide Caratti · 3 years, 10 months ago
  42. 5c4a824 mptcp: add rm_list in mptcp_options_received by Geliang Tang · 3 years, 10 months ago
  43. 6445e17 mptcp: add rm_list in mptcp_out_options by Geliang Tang · 3 years, 10 months ago
  44. d87903b mptcp: fix DATA_FIN generation on early shutdown by Paolo Abeni · 4 years ago
  45. d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years ago
  46. 6c714f1 mptcp: pass subflow socket to a few helpers by Florian Westphal · 4 years ago
  47. d09d818 mptcp: add a missing retransmission timer scheduling by Paolo Abeni · 4 years ago
  48. e385960 mptcp: better msk receive window updates by Paolo Abeni · 4 years ago
  49. 2fbdd9e mptcp: add the mibs for ADD_ADDR with port by Geliang Tang · 4 years ago
  50. ec99a47 mptcp: fix length of MP_PRIO suboption by Davide Caratti · 4 years ago
  51. 0be2ac2 mptcp: add the mibs for MP_PRIO by Geliang Tang · 4 years ago
  52. 40453a5 mptcp: add the incoming MP_PRIO support by Geliang Tang · 4 years ago
  53. 0670654 mptcp: add the outgoing MP_PRIO support by Geliang Tang · 4 years ago
  54. 219d049 mptcp: push pending frames when subflow has free space by Paolo Abeni · 4 years, 1 month ago
  55. 3ae32c0 mptcp: clear use_ack and use_map when dropping other suboptions by Geliang Tang · 4 years, 1 month ago
  56. 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
  57. 50c504a mptcp: parse and act on incoming FASTCLOSE option by Florian Westphal · 4 years, 1 month ago
  58. 5b950ff mptcp: link MPC subflow into msk only after accept by Paolo Abeni · 4 years, 1 month ago
  59. 90a4aea mptcp: print out port and ahmac when receiving ADD_ADDR by Geliang Tang · 4 years, 1 month ago
  60. fbe0f87 mptcp: send out dedicated packet for ADD_ADDR using port by Geliang Tang · 4 years, 1 month ago
  61. 4a2777a8 mptcp: add the outgoing ADD_ADDR port support by Geliang Tang · 4 years, 1 month ago
  62. 22fb85f mptcp: add port support for ADD_ADDR suboption writing by Geliang Tang · 4 years, 1 month ago
  63. e1ef683 mptcp: unify ADD_ADDR and ADD_ADDR6 suboptions writing by Geliang Tang · 4 years, 1 month ago
  64. 6eb3d1e mptcp: unify ADD_ADDR and echo suboptions writing by Geliang Tang · 4 years, 1 month ago
  65. 6e628cd mptcp: use mptcp release_cb for delayed tasks by Paolo Abeni · 4 years, 2 months ago
  66. 7439d68 mptcp: avoid a few atomic ops in the rx path by Paolo Abeni · 4 years, 2 months ago
  67. ea4ca58 mptcp: refine MPTCP-level ack scheduling by Paolo Abeni · 4 years, 2 months ago
  68. fa3fe2b mptcp: track window announced to peer by Florian Westphal · 4 years, 2 months ago
  69. 84dfe36 mptcp: send out dedicated ADD_ADDR packet by Geliang Tang · 4 years, 2 months ago
  70. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
  71. 6f8a612 mptcp: keep track of advertised windows right edge by Florian Westphal · 4 years, 2 months ago
  72. e16163b mptcp: refactor shutdown and close by Paolo Abeni · 4 years, 2 months ago
  73. eaa2ffa mptcp: introduce MPTCP snd_nxt by Paolo Abeni · 4 years, 2 months ago
  74. 65b8c8a mptcp: move mptcp_options_received's port initialization by Geliang Tang · 4 years, 3 months ago
  75. fe2d9b1 mptcp: initialize mptcp_options_received's ahmac by Geliang Tang · 4 years, 3 months ago
  76. 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  77. d582484 mptcp: fix fallback for MP_JOIN subflows by Paolo Abeni · 4 years, 3 months ago
  78. 37198e9 net: mptcp: make DACK4/DACK8 usage consistent among all subflows by Davide Caratti · 4 years, 4 months ago
  79. 9d49aea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  80. 017512a mptcp: more DATA FIN fixes by Paolo Abeni · 4 years, 4 months ago
  81. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
  82. 456afe0 mptcp: ADD_ADDRs with echo bit are smaller by Matthieu Baerts · 4 years, 4 months ago
  83. 1a49b2c mptcp: Handle incoming 32-bit DATA_FIN values by Mat Martineau · 4 years, 4 months ago
  84. 917944d mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq by Mat Martineau · 4 years, 4 months ago
  85. 77d0cab net: tcp: drop unused function argument from mptcp_incoming_options by Florian Westphal · 4 years, 4 months ago
  86. 00cfd77 mptcp: retransmit ADD_ADDR when timeout by Geliang Tang · 4 years, 4 months ago
  87. a877de06 mptcp: add ADD_ADDR related mibs by Geliang Tang · 4 years, 4 months ago
  88. 6a6c05a mptcp: send out ADD_ADDR with echo flag by Geliang Tang · 4 years, 4 months ago
  89. d0876b2 mptcp: add the incoming RM_ADDR support by Geliang Tang · 4 years, 4 months ago
  90. 5cb104a mptcp: add the outgoing RM_ADDR support by Geliang Tang · 4 years, 4 months ago
  91. f643b80 mptcp: rename addr_signal and the related functions by Geliang Tang · 4 years, 4 months ago
  92. 06827b3 mptcp: Skip unnecessary skb extension allocation for bare acks by Mat Martineau · 4 years, 6 months ago
  93. 43b54c6 mptcp: Use full MPTCP-level disconnect state machine by Mat Martineau · 4 years, 6 months ago
  94. 3721b9b mptcp: Track received DATA_FIN sequence number and add related helpers by Mat Martineau · 4 years, 6 months ago
  95. 7279da6 mptcp: Use MPTCP-level flag for sending DATA_FIN by Mat Martineau · 4 years, 6 months ago
  96. 0bac966 mptcp: Allow DATA_FIN in headers without TCP FIN by Mat Martineau · 4 years, 6 months ago
  97. b93df08 mptcp: explicitly track the fully established status by Paolo Abeni · 4 years, 6 months ago
  98. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  99. 9c29e36 mptcp: fix DSS map generation on fin retransmission by Paolo Abeni · 4 years, 7 months ago
  100. e1ff9e8 net: mptcp: improve fallback to TCP by Davide Caratti · 4 years, 7 months ago