1. 222ebed mptcp: try harder to borrow memory from subflow under pressure by Paolo Abeni · 3 years, 7 months ago
  2. 3267a06 mptcp: fix data stream corruption by Paolo Abeni · 3 years, 8 months ago
  3. 71ee255 mptcp: forbit mcast-related sockopt on MPTCP sockets by Paolo Abeni · 3 years, 10 months ago
  4. 40bf545 mptcp: skip to next candidate if subflow has unacked data by Florian Westphal · 4 years, 2 months ago
  5. aeab3d7 mptcp: fix security context on server socket by Paolo Abeni · 4 years, 1 month ago
  6. 989ef49 mptcp: provide rmem[0] limit by Paolo Abeni · 4 years, 2 months ago
  7. 9c3f94e mptcp: add missing memory scheduling in the rx path by Paolo Abeni · 4 years, 3 months ago
  8. 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  9. 0e4f35d mptcp: subflows garbage collection by Paolo Abeni · 4 years, 3 months ago
  10. d9fb8c5 mptcp: fix infinite loop on recvmsg()/worker() race. by Paolo Abeni · 4 years, 4 months ago
  11. 717f203 mptcp: don't skip needed ack by Paolo Abeni · 4 years, 4 months ago
  12. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
  13. 917944d mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq by Mat Martineau · 4 years, 4 months ago
  14. 5c8c164 mptcp: add mptcp_destroy_common helper by Geliang Tang · 4 years, 4 months ago
  15. b6c0838 mptcp: remove addr and subflow in PM netlink by Geliang Tang · 4 years, 4 months ago
  16. d0876b2 mptcp: add the incoming RM_ADDR support by Geliang Tang · 4 years, 4 months ago
  17. c2ec6bc mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofo by Ye Bin · 4 years, 4 months ago
  18. c76c695 mptcp: call tcp_cleanup_rbuf on subflows by Paolo Abeni · 4 years, 4 months ago
  19. d5f4919 mptcp: allow picking different xmit subflows by Paolo Abeni · 4 years, 4 months ago
  20. 06242e4 mptcp: add OoO related mibs by Paolo Abeni · 4 years, 4 months ago
  21. ab174ad mptcp: move ooo skbs into msk out of order queue. by Paolo Abeni · 4 years, 4 months ago
  22. 8268ed4 mptcp: introduce and use mptcp_try_coalesce() by Paolo Abeni · 4 years, 4 months ago
  23. da51aef mptcp: basic sndbuf autotuning by Paolo Abeni · 4 years, 4 months ago
  24. 6719331 mptcp: trigger msk processing even for OoO data by Paolo Abeni · 4 years, 4 months ago
  25. 63561a4 mptcp: rethink 'is writable' conditional by Paolo Abeni · 4 years, 4 months ago
  26. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 5 months ago
  27. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
  28. b1fd447 mptcp: Remove unused macro MPTCP_SAME_STATE by YueHaibing · 4 years, 5 months ago
  29. 1cec170 mptcp: free acked data before waiting for more memory by Florian Westphal · 4 years, 5 months ago
  30. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  31. b3b2854 mptcp: sendmsg: reset iter on error redux by Florian Westphal · 4 years, 5 months ago
  32. 35759383 mptcp: sendmsg: reset iter on error by Florian Westphal · 4 years, 5 months ago
  33. 8555c6b mptcp: fix bogus sendmsg() return code under pressure by Paolo Abeni · 4 years, 6 months ago
  34. 190f8b0 mptcp: use mptcp_for_each_subflow in mptcp_stream_accept by Geliang Tang · 4 years, 6 months ago
  35. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  36. 721e908 mptcp: Safely store sequence number when sending data by Mat Martineau · 4 years, 6 months ago
  37. c752939 mptcp: Safely read sequence number when lock isn't held by Mat Martineau · 4 years, 6 months ago
  38. 43b54c6 mptcp: Use full MPTCP-level disconnect state machine by Mat Martineau · 4 years, 6 months ago
  39. 16a9a9d mptcp: Add helper to process acks of DATA_FIN by Mat Martineau · 4 years, 6 months ago
  40. 6920b85 mptcp: Add mptcp_close_state() helper by Mat Martineau · 4 years, 6 months ago
  41. 3721b9b mptcp: Track received DATA_FIN sequence number and add related helpers by Mat Martineau · 4 years, 6 months ago
  42. 7279da6 mptcp: Use MPTCP-level flag for sending DATA_FIN by Mat Martineau · 4 years, 6 months ago
  43. 242e63f mptcp: Remove outdated and incorrect comment by Mat Martineau · 4 years, 6 months ago
  44. 57baaf2 mptcp: Return EPIPE if sending is shut down during a sendmsg by Mat Martineau · 4 years, 6 months ago
  45. 367fe04 mptcp: fix joined subflows with unblocking sk by Matthieu Baerts · 4 years, 6 months ago
  46. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
  47. c8c1bbb net: switch sock_set_timeout to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
  48. b93df08 mptcp: explicitly track the fully established status by Paolo Abeni · 4 years, 6 months ago
  49. 0235d07 mptcp: mark as fallback even early ones by Paolo Abeni · 4 years, 6 months ago
  50. 53eb4c3 mptcp: avoid data corruption on reinsert by Paolo Abeni · 4 years, 6 months ago
  51. b0977bb subflow: always init 'rel_write_seq' by Paolo Abeni · 4 years, 6 months ago
  52. 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  53. b416268 mptcp: use mptcp worker for path management by Florian Westphal · 4 years, 7 months ago
  54. c9b95a1 mptcp: support IPV6_V6ONLY setsockopt by Florian Westphal · 4 years, 7 months ago
  55. fd1452d mptcp: add REUSEADDR/REUSEPORT support by Florian Westphal · 4 years, 7 months ago
  56. 83f0c10 net: use mptcp setsockopt function for SOL_SOCKET on mptcp sockets by Florian Westphal · 4 years, 7 months ago
  57. a6b118f mptcp: add receive buffer auto-tuning by Florian Westphal · 4 years, 7 months ago
  58. 8a05661 mptcp: close poll() races by Paolo Abeni · 4 years, 7 months ago
  59. 76660af mptcp: __mptcp_tcp_fallback() returns a struct sock by Paolo Abeni · 4 years, 7 months ago
  60. fa68018 mptcp: create first subflow at msk creation time by Paolo Abeni · 4 years, 7 months ago
  61. d2f77c5 mptcp: check for plain TCP sock at accept time by Paolo Abeni · 4 years, 7 months ago
  62. e1ff9e8 net: mptcp: improve fallback to TCP by Davide Caratti · 4 years, 7 months ago
  63. 2c5ebd0 mptcp: refactor token container by Paolo Abeni · 4 years, 7 months ago
  64. d39dcec mptcp: add __init annotation on setup functions by Paolo Abeni · 4 years, 7 months ago
  65. 5969856 mptcp: fix races between shutdown and recvmsg by Paolo Abeni · 4 years, 7 months ago
  66. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  67. c5c7976 mptcp: remove msk from the token container at destruction time. by Paolo Abeni · 4 years, 8 months ago
  68. 10f6d46 mptcp: fix race between MP_JOIN and close by Paolo Abeni · 4 years, 8 months ago
  69. 41be81a mptcp: fix unblocking connect() by Paolo Abeni · 4 years, 8 months ago
  70. 4e637c7 mptcp: attempt coalescing when moving skbs to mptcp rx queue by Florian Westphal · 4 years, 8 months ago
  71. 0a82e23 mptcp: avoid NULL-ptr derefence on fallback by Paolo Abeni · 4 years, 8 months ago
  72. 3986912 ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl by Christoph Hellwig · 4 years, 8 months ago
  73. 4930f48 net: allow __skb_ext_alloc to sleep by Florian Westphal · 4 years, 8 months ago
  74. 5c82644 mptcp: remove inner wait loop from mptcp_sendmsg_frag by Florian Westphal · 4 years, 8 months ago
  75. 1709170 mptcp: fill skb page frag cache outside of mptcp_sendmsg_frag by Florian Westphal · 4 years, 8 months ago
  76. 149f7c7 mptcp: fill skb extension cache outside of mptcp_sendmsg_frag by Florian Westphal · 4 years, 8 months ago
  77. 72511aab mptcp: avoid blocking in tcp_sendpages by Florian Westphal · 4 years, 8 months ago
  78. fb529e6 mptcp: break and restart in case mptcp sndbuf is full by Florian Westphal · 4 years, 8 months ago
  79. a0e1706 mptcp: move common nospace-pattern to a helper by Florian Westphal · 4 years, 8 months ago
  80. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  81. 90bf451 mptcp: add new sock flag to deal with join subflows by Paolo Abeni · 4 years, 8 months ago
  82. 64d950a mptcp: Initialize map_seq upon subflow establishment by Christoph Paasch · 4 years, 8 months ago
  83. cfde141 mptcp: move option parsing into mptcp_incoming_options() by Paolo Abeni · 4 years, 9 months ago
  84. 42c556f mptcp: replace mptcp_disconnect with a stub by Florian Westphal · 4 years, 9 months ago
  85. fca5c82 mptcp: drop req socket remote_key* fields by Paolo Abeni · 4 years, 9 months ago
  86. 5e20087 mptcp: handle mptcp listener destruction via rcu by Florian Westphal · 4 years, 9 months ago
  87. 9f5ca6a mptcp: fix 'Attempt to release TCP socket in state' warnings by Florian Westphal · 4 years, 9 months ago
  88. df1036d mptcp: fix splat when incoming connection is never accepted before exit/close by Florian Westphal · 4 years, 9 months ago
  89. e154659 mptcp: fix double-unlock in mptcp_poll by Florian Westphal · 4 years, 9 months ago
  90. de06f57 mptcp: re-check dsn before reading from subflow by Florian Westphal · 4 years, 10 months ago
  91. 59832e2 mptcp: subflow: check parent mptcp socket on subflow state change by Florian Westphal · 4 years, 10 months ago
  92. 0b4f33d mptcp: fix tcp fallback crash by Florian Westphal · 4 years, 10 months ago
  93. fc51895 mptcp: add and use MIB counter infrastructure by Florian Westphal · 4 years, 10 months ago
  94. 3b1d621 mptcp: implement and use MPTCP-level retransmission by Paolo Abeni · 4 years, 10 months ago
  95. 3f8e0aa mptcp: rework mptcp_sendmsg_frag to accept optional dfrag by Paolo Abeni · 4 years, 10 months ago
  96. 7948f6c mptcp: allow partial cleaning of rtx head dfrag by Florian Westphal · 4 years, 10 months ago
  97. d027236 mptcp: implement memory accounting for mptcp rtx queue by Paolo Abeni · 4 years, 10 months ago
  98. b51f9b8 mptcp: introduce MPTCP retransmission timer by Paolo Abeni · 4 years, 10 months ago
  99. 18b683b mptcp: queue data for mptcp level retransmission by Paolo Abeni · 4 years, 10 months ago
  100. cc9d256 mptcp: update per unacked sequence on pkt reception by Paolo Abeni · 4 years, 10 months ago