1. bc3012f Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 4 months ago
  2. 14cb0e0 mptcp: define more local variables sk by Geliang Tang · 1 year, 4 months ago
  3. a6c85fc mptcp: move sk assignment statement ahead by Geliang Tang · 1 year, 4 months ago
  4. a16c054 mptcp: use mptcp_get_ext helper by Geliang Tang · 1 year, 4 months ago
  5. 83d580d mptcp: use mptcp_check_fallback helper by Geliang Tang · 1 year, 4 months ago
  6. 74cbb0c mptcp: drop useless ssk in pm_subflow_check_next by Geliang Tang · 1 year, 4 months ago
  7. 84c531f mptcp: userspace pm send RM_ADDR for ID 0 by Geliang Tang · 1 year, 4 months ago
  8. e57a344 ipv6: drop feature RTAX_FEATURE_ALLFRAG by Yan Zhai · 1 year, 4 months ago
  9. 8005184 mptcp: refactor sndbuf auto-tuning by Paolo Abeni · 1 year, 4 months ago
  10. 9fdc779 mptcp: ignore notsent_lowat setting at the subflow level by Paolo Abeni · 1 year, 4 months ago
  11. a1ab24e mptcp: consolidate sockopt synchronization by Paolo Abeni · 1 year, 4 months ago
  12. 0ffe8e7 mptcp: use copy_from_iter helpers on transmit by Paolo Abeni · 1 year, 4 months ago
  13. 5684ab1 mptcp: give rcvlowat some love by Paolo Abeni · 1 year, 4 months ago
  14. f1f2651 mptcp: use plain bool instead of custom binary enum by Paolo Abeni · 1 year, 4 months ago
  15. bf0e961 mptcp: properly account fastopen data by Paolo Abeni · 1 year, 4 months ago
  16. d866ae9 mptcp: add a new sysctl for make after break timeout by Paolo Abeni · 1 year, 4 months ago
  17. aab4d85 net: mptcp: use policy generated by YAML spec by Davide Caratti · 1 year, 4 months ago
  18. 1e07938 net: mptcp: rename netlink handlers to mptcp_pm_nl_<blah>_{doit,dumpit} by Davide Caratti · 1 year, 4 months ago
  19. 1d0507f net: mptcp: convert netlink from small_ops to ops by Davide Caratti · 1 year, 4 months ago
  20. 041c346 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 5 months ago
  21. 14c5668 mptcp: avoid sending RST when closing the initial subflow by Geliang Tang · 1 year, 5 months ago
  22. 72377ab mptcp: more conservative check for zero probes by Paolo Abeni · 1 year, 5 months ago
  23. 878d951 inet: lock the socket in ip_sock_set_tos() by Eric Dumazet · 1 year, 5 months ago
  24. 419ce13 tcp: allow again tcp_disconnect() when threads are waiting by Paolo Abeni · 1 year, 5 months ago
  25. 2606cf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 5 months ago
  26. e5ed101 mptcp: userspace pm allow creating id 0 subflow by Geliang Tang · 1 year, 5 months ago
  27. a5efdbc mptcp: fix delegated action races by Paolo Abeni · 1 year, 5 months ago
  28. e08d0b3 inet: implement lockless IP_TOS by Eric Dumazet · 1 year, 5 months ago
  29. 10bbf16 net: implement lockless SO_PRIORITY by Eric Dumazet · 1 year, 5 months ago
  30. 27e5ccc mptcp: fix dangling connection hang-up by Paolo Abeni · 1 year, 6 months ago
  31. f6909dc mptcp: rename timer related helper to less confusing names by Paolo Abeni · 1 year, 6 months ago
  32. 9f1a988 mptcp: process pending subflow error on close by Paolo Abeni · 1 year, 6 months ago
  33. d5fbeff mptcp: move __mptcp_error_report in protocol.c by Paolo Abeni · 1 year, 6 months ago
  34. 6bec041 mptcp: fix bogus receive window shrinkage with multiple subflows by Paolo Abeni · 1 year, 6 months ago
  35. bd5af65 mptcp: Do not include crypto/algapi.h by Herbert Xu · 1 year, 6 months ago
  36. 73be7fb Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 1 year, 6 months ago
  37. 9531e4a mptcp: annotate data-races around msk->rmem_fwd_alloc by Eric Dumazet · 1 year, 6 months ago
  38. 5e6300e net: annotate data-races around sk->sk_forward_alloc by Eric Dumazet · 1 year, 6 months ago
  39. adfd671 Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 6 months ago
  40. ed1ad86 mptcp: register default scheduler by Geliang Tang · 1 year, 6 months ago
  41. ee2708a mptcp: use get_retrans wrapper by Geliang Tang · 1 year, 6 months ago
  42. 0fa1b378 mptcp: use get_send wrapper by Geliang Tang · 1 year, 6 months ago
  43. 07336a8 mptcp: add scheduler wrappers by Geliang Tang · 1 year, 6 months ago
  44. fce68b0 mptcp: add scheduled in mptcp_subflow_context by Geliang Tang · 1 year, 6 months ago
  45. 1730b2b mptcp: add sched in mptcp_sock by Geliang Tang · 1 year, 6 months ago
  46. e3b2870 mptcp: add a new sysctl scheduler by Geliang Tang · 1 year, 6 months ago
  47. 740ebe3 mptcp: add struct mptcp_sched_ops by Geliang Tang · 1 year, 6 months ago
  48. ebc1e08 mptcp: drop last_snd and MPTCP_RESET_SCHEDULER by Geliang Tang · 1 year, 6 months ago
  49. c5b4297 mptcp: refactor push_pending logic by Geliang Tang · 1 year, 6 months ago
  50. f54a2a1 Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 1 year, 7 months ago
  51. 0dd061a bpf: Add update_socket_protocol hook by Geliang Tang · 1 year, 7 months ago
  52. 08e39c0 inet: move inet->defer_connect to inet->inet_flags by Eric Dumazet · 1 year, 7 months ago
  53. 4bd0623 inet: move inet->transparent to inet->inet_flags by Eric Dumazet · 1 year, 7 months ago
  54. 3f7e753 inet: move inet->freebind to inet->inet_flags by Eric Dumazet · 1 year, 7 months ago
  55. c899710 networking: Update to register_net_sysctl_sz by Joel Granados · 1 year, 7 months ago
  56. e263691 mptcp: Remove unnecessary test for __mptcp_init_sock() by Kuniyuki Iwashima · 1 year, 7 months ago
  57. 39880bd mptcp: get rid of msk->subflow by Paolo Abeni · 1 year, 7 months ago
  58. 3f326a8 mptcp: change the mpc check helper to return a sk by Paolo Abeni · 1 year, 7 months ago
  59. 3aa3624 mptcp: avoid ssock usage in mptcp_pm_nl_create_listen_socket() by Paolo Abeni · 1 year, 7 months ago
  60. f0bc514 mptcp: avoid additional indirection in sockopt by Paolo Abeni · 1 year, 7 months ago
  61. 1f6610b mptcp: avoid unneeded indirection in mptcp_stream_accept() by Paolo Abeni · 1 year, 7 months ago
  62. 5426a4e mptcp: avoid additional indirection in mptcp_poll() by Paolo Abeni · 1 year, 7 months ago
  63. 40f56d0 mptcp: avoid additional indirection in mptcp_listen() by Paolo Abeni · 1 year, 7 months ago
  64. 8cf2ebd mptcp: mptcp: avoid additional indirection in mptcp_bind() by Paolo Abeni · 1 year, 7 months ago
  65. cfb63e5 mptcp: avoid subflow socket usage in mptcp_get_port() by Paolo Abeni · 1 year, 7 months ago
  66. ccae357 mptcp: avoid additional __inet_stream_connect() call by Paolo Abeni · 1 year, 7 months ago
  67. 131a627 mptcp: avoid unneeded mptcp_token_destroy() calls by Paolo Abeni · 1 year, 7 months ago
  68. 4d016ae4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 7 months ago
  69. 1ded5e5 net: annotate data-races around sock->ops by Eric Dumazet · 1 year, 7 months ago
  70. 511b90e mptcp: fix disconnect vs accept race by Paolo Abeni · 1 year, 7 months ago
  71. ff18f9e mptcp: avoid bogus reset on fallback close by Paolo Abeni · 1 year, 7 months ago
  72. 17ebf8a mptcp: fix the incorrect judgment for msk->cb_flags by Xiang Yang · 1 year, 7 months ago
  73. 35b1b1f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 7 months ago
  74. 3c5b4d6 net: annotate data-races around sk->sk_mark by Eric Dumazet · 1 year, 7 months ago
  75. 014acf2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 7 months ago
  76. 21d9b73 mptcp: more accurate NL event generation by Paolo Abeni · 1 year, 7 months ago
  77. b8dc6d6 mptcp: fix rcv buffer auto-tuning by Paolo Abeni · 1 year, 8 months ago
  78. f5f80e3 ipv6: remove hard coded limitation on ipv6_pinfo by Eric Dumazet · 1 year, 8 months ago
  79. 0226436 mptcp: do not rely on implicit state check in mptcp_listen() by Paolo Abeni · 1 year, 8 months ago
  80. 3fffa15 mptcp: ensure subflow is unhashed before cleaning the backlog by Paolo Abeni · 1 year, 8 months ago
  81. 3a8a670 Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 8 months ago
  82. 729b39e Merge tag 'selinux-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 1 year, 8 months ago
  83. dc97391 sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) by David Howells · 1 year, 8 months ago
  84. a7384f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 8 months ago
  85. 528cb5f mptcp: pass addr to mptcp_pm_alloc_anno_list by Geliang Tang · 1 year, 9 months ago
  86. bbd49d1 mptcp: consolidate transition to TCP_CLOSE in mptcp_do_fastclose() by Paolo Abeni · 1 year, 9 months ago
  87. 4924320 mptcp: introduce MPTCP_FULL_INFO getsockopt by Paolo Abeni · 1 year, 9 months ago
  88. 6f06b4d mptcp: add subflow unique id by Paolo Abeni · 1 year, 9 months ago
  89. 38967f4 mptcp: track some aggregate data counters by Paolo Abeni · 1 year, 9 months ago
  90. c026d33 mptcp: move snd_una update earlier for fallback socket by Paolo Abeni · 1 year, 9 months ago
  91. 57fc0f1 mptcp: ensure listener is unhashed before updating the sk status by Paolo Abeni · 1 year, 9 months ago
  92. b7535cf mptcp: drop legacy code around RX EOF by Paolo Abeni · 1 year, 9 months ago
  93. 81c1d02 mptcp: consolidate fallback and non fallback state machine by Paolo Abeni · 1 year, 9 months ago
  94. 56a666c mptcp: fix possible list corruption on passive MPJ by Paolo Abeni · 1 year, 9 months ago
  95. 0ad529d mptcp: fix possible divide by zero in recvmsg() by Paolo Abeni · 1 year, 9 months ago
  96. c2b2ae3 mptcp: handle correctly disconnect() failures by Paolo Abeni · 1 year, 9 months ago
  97. 92b0829 mptcp: Reorder fields in 'struct mptcp_pm_add_entry' by Christophe JAILLET · 1 year, 9 months ago
  98. e1d001f net: ioctl: Use kernel memory on protocol ioctl callbacks by Breno Leitao · 1 year, 9 months ago
  99. 5e2ff67 scm: add SO_PASSPIDFD and SCM_PIDFD by Alexander Mikhalitsyn · 1 year, 9 months ago
  100. 6ba7ce8 mptcp: unify pm set_flags interfaces by Geliang Tang · 1 year, 9 months ago