1. 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  2. 0e4f35d mptcp: subflows garbage collection by Paolo Abeni · 4 years, 3 months ago
  3. d582484 mptcp: fix fallback for MP_JOIN subflows by Paolo Abeni · 4 years, 3 months ago
  4. 37198e9 net: mptcp: make DACK4/DACK8 usage consistent among all subflows by Davide Caratti · 4 years, 3 months ago
  5. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  6. 456afe0 mptcp: ADD_ADDRs with echo bit are smaller by Matthieu Baerts · 4 years, 3 months ago
  7. 1a49b2c mptcp: Handle incoming 32-bit DATA_FIN values by Mat Martineau · 4 years, 3 months ago
  8. 00cfd77 mptcp: retransmit ADD_ADDR when timeout by Geliang Tang · 4 years, 3 months ago
  9. 5c8c164 mptcp: add mptcp_destroy_common helper by Geliang Tang · 4 years, 3 months ago
  10. 0ee4261 mptcp: implement mptcp_pm_remove_subflow by Geliang Tang · 4 years, 3 months ago
  11. b6c0838 mptcp: remove addr and subflow in PM netlink by Geliang Tang · 4 years, 3 months ago
  12. 6a6c05a mptcp: send out ADD_ADDR with echo flag by Geliang Tang · 4 years, 3 months ago
  13. d0876b2 mptcp: add the incoming RM_ADDR support by Geliang Tang · 4 years, 3 months ago
  14. 5cb104a mptcp: add the outgoing RM_ADDR support by Geliang Tang · 4 years, 3 months ago
  15. f643b80 mptcp: rename addr_signal and the related functions by Geliang Tang · 4 years, 3 months ago
  16. d5f4919 mptcp: allow picking different xmit subflows by Paolo Abeni · 4 years, 4 months ago
  17. ef0da3b mptcp: move address attribute into mptcp_addr_info by Paolo Abeni · 4 years, 4 months ago
  18. 04e4cd4 mptcp: cleanup mptcp_subflow_discard_data() by Paolo Abeni · 4 years, 4 months ago
  19. ab174ad mptcp: move ooo skbs into msk out of order queue. by Paolo Abeni · 4 years, 4 months ago
  20. 6719331 mptcp: trigger msk processing even for OoO data by Paolo Abeni · 4 years, 4 months ago
  21. 9466a1c mptcp: enable JOIN requests even if cookies are in use by Florian Westphal · 4 years, 5 months ago
  22. c83a47e mptcp: subflow: add mptcp_subflow_init_cookie_req helper by Florian Westphal · 4 years, 5 months ago
  23. 3721b9b mptcp: Track received DATA_FIN sequence number and add related helpers by Mat Martineau · 4 years, 5 months ago
  24. 7279da6 mptcp: Use MPTCP-level flag for sending DATA_FIN by Mat Martineau · 4 years, 5 months ago
  25. b93df08 mptcp: explicitly track the fully established status by Paolo Abeni · 4 years, 6 months ago
  26. c1d069e mptcp: move helper to where its used by Florian Westphal · 4 years, 6 months ago
  27. 96d890d mptcp: add msk interations helper by Paolo Abeni · 4 years, 6 months ago
  28. b416268 mptcp: use mptcp worker for path management by Florian Westphal · 4 years, 6 months ago
  29. a6b118f mptcp: add receive buffer auto-tuning by Florian Westphal · 4 years, 6 months ago
  30. 8fd7380 mptcp: fallback in case of simultaneous connect by Davide Caratti · 4 years, 6 months ago
  31. e1ff9e8 net: mptcp: improve fallback to TCP by Davide Caratti · 4 years, 6 months ago
  32. 2c5ebd0 mptcp: refactor token container by Paolo Abeni · 4 years, 6 months ago
  33. d39dcec mptcp: add __init annotation on setup functions by Paolo Abeni · 4 years, 6 months ago
  34. 7bed145 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  35. 9b9e2f2 tcp: move ipv4_specific to tcp include file by Eric Dumazet · 4 years, 7 months ago
  36. b03d214 tcp: move ipv6_specific declaration to remove a warning by Eric Dumazet · 4 years, 7 months ago
  37. 8fd4de1 mptcp: cache msk on MP_JOIN init_req by Paolo Abeni · 4 years, 7 months ago
  38. a386bc5 mptcp: use list_first_entry_or_null by Geliang Tang · 4 years, 7 months ago
  39. c06c1f8 mptcp: drop MPTCP_PM_MAX_ADDR by Geliang Tang · 4 years, 7 months ago
  40. 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  41. bd69722 mptcp: use untruncated hash in ADD_ADDR HMAC by Todd Malsbary · 4 years, 8 months ago
  42. a0c1d0e mptcp: Use 32-bit DATA_ACK when possible by Christoph Paasch · 4 years, 8 months ago
  43. cfde141 mptcp: move option parsing into mptcp_incoming_options() by Paolo Abeni · 4 years, 8 months ago
  44. fca5c82 mptcp: drop req socket remote_key* fields by Paolo Abeni · 4 years, 9 months ago
  45. 59832e2 mptcp: subflow: check parent mptcp socket on subflow state change by Florian Westphal · 4 years, 9 months ago
  46. 01cacb0 mptcp: add netlink-based PM by Paolo Abeni · 4 years, 9 months ago
  47. 5147dfb mptcp: allow dumping subflow context to userspace by Davide Caratti · 4 years, 9 months ago
  48. 3b1d621 mptcp: implement and use MPTCP-level retransmission by Paolo Abeni · 4 years, 9 months ago
  49. 7948f6c mptcp: allow partial cleaning of rtx head dfrag by Florian Westphal · 4 years, 9 months ago
  50. b51f9b8 mptcp: introduce MPTCP retransmission timer by Paolo Abeni · 4 years, 9 months ago
  51. 18b683b mptcp: queue data for mptcp level retransmission by Paolo Abeni · 4 years, 9 months ago
  52. cc9d256 mptcp: update per unacked sequence on pkt reception by Paolo Abeni · 4 years, 9 months ago
  53. 926bdea mptcp: Implement path manager interface commands by Peter Krystad · 4 years, 9 months ago
  54. ec3edaa mptcp: Add handling of outgoing MP_JOIN requests by Peter Krystad · 4 years, 9 months ago
  55. f296234 mptcp: Add handling of incoming MP_JOIN requests by Peter Krystad · 4 years, 9 months ago
  56. 1b1c7a0 mptcp: Add path manager interface by Peter Krystad · 4 years, 9 months ago
  57. 3df523a mptcp: Add ADD_ADDR handling by Peter Krystad · 4 years, 9 months ago
  58. 0be534f mptcp: rename fourth ack field by Paolo Abeni · 4 years, 10 months ago
  59. 58b0991 mptcp: create msk early by Paolo Abeni · 4 years, 10 months ago
  60. 76c42a2 mptcp: Use per-subflow storage for DATA_FIN sequence number by Mat Martineau · 4 years, 10 months ago
  61. 2e52213 mptcp: avoid work queue scheduling if possible by Florian Westphal · 4 years, 10 months ago
  62. bfae9da mptcp: remove mptcp_read_actor by Florian Westphal · 4 years, 10 months ago
  63. 8099201 mptcp: add work queue skeleton by Paolo Abeni · 4 years, 10 months ago
  64. 101f6f8 mptcp: add and use mptcp_data_ready helper by Florian Westphal · 4 years, 10 months ago
  65. d99bfed mptcp: fix bogus socket flag values by Florian Westphal · 4 years, 11 months ago
  66. 8ab183d mptcp: cope with later TCP fallback by Paolo Abeni · 5 years ago
  67. d22f498 mptcp: process MP_CAPABLE data option by Christoph Paasch · 5 years ago
  68. cc7972e mptcp: parse and emit MP_CAPABLE option according to v1 spec by Christoph Paasch · 5 years ago
  69. 65492c5 mptcp: move from sha1 (v0) to sha256 (v1) by Paolo Abeni · 5 years ago
  70. 784325e mptcp: new sysctl to control the activation per NS by Matthieu Baerts · 5 years ago
  71. 1891c4a mptcp: add subflow write space signalling and mptcp_poll by Florian Westphal · 5 years ago
  72. 648ef4b mptcp: Implement MPTCP receive path by Mat Martineau · 5 years ago
  73. 6d0060f mptcp: Write MPTCP DSS headers to outgoing data packets by Mat Martineau · 5 years ago
  74. 79c0949 mptcp: Add key generation and token tree by Peter Krystad · 5 years ago
  75. cec37a6 mptcp: Handle MP_CAPABLE options for outgoing connections by Peter Krystad · 5 years ago
  76. 2303f99 mptcp: Associate MPTCP context with TCP socket by Peter Krystad · 5 years ago
  77. eda7acd mptcp: Handle MPTCP TCP options by Peter Krystad · 5 years ago
  78. f870fa0 mptcp: Add MPTCP socket stubs by Mat Martineau · 5 years ago