1. 92ef0fd net: change proto and proto_ops accept type by Jens Axboe · 10 months ago
  2. 73dbd8c net: Remove ctl_table sentinel elements from several networking subsystems by Joel Granados · 10 months ago
  3. f3d9381 net: add <net/proto_memory.h> by Eric Dumazet · 10 months ago
  4. 05d6d49 inet: introduce dst_rtable() helper by Eric Dumazet · 10 months ago
  5. e5c5f35 sctp: prefer struct_size over open coded arithmetic by Erick Archer · 10 months ago
  6. e8dfd42 ipv6: introduce dst_rt6_info() helper by Eric Dumazet · 10 months ago
  7. bfa858f sysctl: treewide: constify ctl_table_header::ctl_table_arg by Thomas Weißschuh · 11 months ago
  8. 1abe267 net: add sk_wake_async_rcu() helper by Eric Dumazet · 11 months ago
  9. 490a79f net: introduce include/net/rps.h by Eric Dumazet · 12 months ago
  10. 73be9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 1 month ago
  11. 4e45170 net: sctp: fix skb leak in sctp_inq_free() by Dmitry Antipov · 1 year, 1 month ago
  12. fa33b35 sctp: Simplify the allocation of slab caches by Kunwu Chan · 1 year, 1 month ago
  13. db59146 inet_diag: add module pointer to "struct inet_diag_handler" by Eric Dumazet · 1 year, 1 month ago
  14. a562c0a sctp: fix busy polling by Eric Dumazet · 1 year, 2 months ago
  15. 4746b36 sctp: support MSG_ERRQUEUE flag in recvmsg() by Eric Dumazet · 1 year, 3 months ago
  16. 938dbea net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules by Jakub Kicinski · 1 year, 3 months ago
  17. 2606cf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 5 months ago
  18. 1f4e803 sctp: update hb timer immediately after users change hb_interval by Xin Long · 1 year, 5 months ago
  19. 2222a78 sctp: update transport state when processing a dupcook packet by Xin Long · 1 year, 5 months ago
  20. 2b464cc sctp: Spelling s/preceeding/preceding/g by Geert Uytterhoeven · 1 year, 5 months ago
  21. e08d0b3 inet: implement lockless IP_TOS by Eric Dumazet · 1 year, 5 months ago
  22. 10bbf16 net: implement lockless SO_PRIORITY by Eric Dumazet · 1 year, 5 months ago
  23. 859f8b2 ipv6: lockless IPV6_FLOWINFO_SEND implementation by Eric Dumazet · 1 year, 6 months ago
  24. 3fa2997 ipv6: lockless IPV6_RECVERR implemetation by Eric Dumazet · 1 year, 6 months ago
  25. 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
  26. dc9511d sctp: annotate data-races around sk->sk_wmem_queued by Eric Dumazet · 1 year, 6 months ago
  27. 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
  28. 57ce642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 6 months ago
  29. f866fbc ipv4: fix data-races around inet->inet_id by Eric Dumazet · 1 year, 7 months ago
  30. 76f3329 sock: annotate data-races around prot->memory_pressure by Eric Dumazet · 1 year, 7 months ago
  31. b09bde5 inet: move inet->mc_loop to inet->inet_frags by Eric Dumazet · 1 year, 7 months ago
  32. 3f7e753 inet: move inet->freebind to inet->inet_flags by Eric Dumazet · 1 year, 7 months ago
  33. 6b5f43e inet: move inet->recverr to inet->inet_flags by Eric Dumazet · 1 year, 7 months ago
  34. c899710 networking: Update to register_net_sysctl_sz by Joel Granados · 1 year, 7 months ago
  35. f5f80e3 ipv6: remove hard coded limitation on ipv6_pinfo by Eric Dumazet · 1 year, 8 months ago
  36. ba80e20 sctp: Set TOS and routing scope independently for fib lookups. by Guillaume Nault · 1 year, 8 months ago
  37. 6feb37b sctp: fix potential deadlock on &net->sctp.addr_wq_lock by Chengfeng Ye · 1 year, 8 months ago
  38. dc97391 sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) by David Howells · 1 year, 8 months ago
  39. e1d001f net: ioctl: Use kernel memory on protocol ioctl callbacks by Breno Leitao · 1 year, 9 months ago
  40. 173780f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 9 months ago
  41. 75e6def sctp: fix an error code in sctp_sf_eat_auth() by Dan Carpenter · 1 year, 9 months ago
  42. a0067df sctp: handle invalid error codes without calling BUG() by Dan Carpenter · 1 year, 9 months ago
  43. d457a0e net: move gso declarations and functions to their own files by Eric Dumazet · 1 year, 9 months ago
  44. 3f06760 ipv4: Drop tos parameter from flowi4_update_output() by Guillaume Nault · 1 year, 9 months ago
  45. d4031ec Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 9 months ago
  46. 6ca328e sctp: fix an issue that plpmtu can never go to complete state by Xin Long · 1 year, 10 months ago
  47. 2598619 sctp: add bpf_bypass_getsockopt proto callback by Alexander Mikhalitsyn · 1 year, 10 months ago
  48. 059fa49 sctp: fix a potential OOB access in sctp_sched_set_sched() by Ilia.Gavrilov · 1 year, 10 months ago
  49. 2ab399a sctp: delete the nested flexible array hmac by Xin Long · 1 year, 11 months ago
  50. f97278f sctp: delete the nested flexible array peer_init by Xin Long · 1 year, 11 months ago
  51. 9789c1c sctp: delete the nested flexible array variable by Xin Long · 1 year, 11 months ago
  52. 73175a0 sctp: delete the nested flexible array skip by Xin Long · 1 year, 11 months ago
  53. add7370 sctp: delete the nested flexible array params by Xin Long · 1 year, 11 months ago
  54. ab4f1e2 sctp: add intl_capable and reconf_capable in ss peer_capable by Xin Long · 1 year, 11 months ago
  55. bd4b281 sctp: delete the obsolete code for the host name address param by Xin Long · 1 year, 11 months ago
  56. 800e68c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 11 months ago
  57. 32832a2 sctp: fix a potential overflow in sctp_ifwdtsn_skip by Xin Long · 1 year, 11 months ago
  58. d9c9606 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 11 months ago
  59. 2584024 sctp: check send stream number after wait_for_sndbuf by Xin Long · 1 year, 11 months ago
  60. 2f2d997 net: annotate lockless accesses to sk->sk_err_soft by Eric Dumazet · 2 years ago
  61. 42d452e sctp: add weighted fair queueing stream scheduler by Xin Long · 2 years ago
  62. 4821a07 sctp: add fair capacity stream scheduler by Xin Long · 2 years ago
  63. 68ba4463 sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop by Xin Long · 2 years ago
  64. 675f176 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 2 years ago
  65. fe33311 net: no longer support SOCK_REFCNT_DEBUG feature by Jason Xing · 2 years, 1 month ago
  66. a122170 sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list by Pietro Borrello · 2 years, 1 month ago
  67. 82b4a94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 1 month ago
  68. 8f35ae1 sctp: do not check hb_timer.expires when resetting hb_timer by Xin Long · 2 years, 1 month ago
  69. b568d30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 1 month ago
  70. 91d0b78 inet: Add IP_LOCAL_PORT_RANGE socket option by Jakub Sitnicki · 2 years, 1 month ago
  71. 458e279 sctp: fail if no bound addresses can be used for a given scope by Marcelo Ricardo Leitner · 2 years, 1 month ago
  72. 40e0b09 net/sock: Introduce trace_sk_data_ready() by Peilin Ye · 2 years, 1 month ago
  73. 7e68dd7 Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years, 3 months ago
  74. 268325b Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 2 years, 3 months ago
  75. da05cec sctp: sysctl: make extra pointers netns aware by Firo Yang · 2 years, 3 months ago
  76. 7d802c8 sctp: delete free member from struct sctp_sched_ops by Xin Long · 2 years, 3 months ago
  77. f2bb566 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 3 months ago
  78. 9ed7bfc sctp: fix memory leak in sctp_stream_outq_migrate() by Zhengchao Shao · 2 years, 3 months ago
  79. b712d03 sctp: add sysctl net.sctp.l3mdev_accept by Xin Long · 2 years, 4 months ago
  80. 0af0317 sctp: add dif and sdif check in asoc and ep lookup by Xin Long · 2 years, 4 months ago
  81. 33e93ed sctp: add skb_sdif in struct sctp_af by Xin Long · 2 years, 4 months ago
  82. f87b1ac sctp: check sk_bound_dev_if when matching ep in get_port by Xin Long · 2 years, 4 months ago
  83. 6fe1e52 sctp: check ipv6 addr with sk_bound_dev if set by Xin Long · 2 years, 4 months ago
  84. 26943ae sctp: verify the bind address with the tb_id from l3mdev by Xin Long · 2 years, 4 months ago
  85. 8032bf1 treewide: use get_random_u32_below() instead of deprecated function by Jason A. Donenfeld · 2 years, 5 months ago
  86. b079831 sctp: sm_statefuns: Remove pointer casts of the same type by Li zeming · 2 years, 4 months ago
  87. 966a9b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 4 months ago
  88. 2f201ae sctp: clear out_curr if all frag chunks of current msg are pruned by Xin Long · 2 years, 4 months ago
  89. 9f0b773 sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsent by Xin Long · 2 years, 4 months ago
  90. 6431b0f6 sctp: Call inet6_destroy_sock() via sk->sk_destruct(). by Kuniyuki Iwashima · 2 years, 5 months ago
  91. 377eb9a sctp: remove unnecessary NULL checks in sctp_enqueue_event() by Alexey Kodanev · 2 years, 5 months ago
  92. b66aedd sctp: remove unnecessary NULL check in sctp_ulpq_tail_event() by Alexey Kodanev · 2 years, 5 months ago
  93. 6fdfdef sctp: remove unnecessary NULL check in sctp_association_init() by Alexey Kodanev · 2 years, 5 months ago
  94. 7e3cf08 treewide: use get_random_{u8,u16}() when possible, part 1 by Jason A. Donenfeld · 2 years, 5 months ago
  95. 81895a6 treewide: use prandom_u32_max() when possible, part 1 by Jason A. Donenfeld · 2 years, 5 months ago
  96. 022152a sctp: handle the error returned from sctp_auth_asoc_init_active_key by Xin Long · 2 years, 5 months ago
  97. 272ac32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 7 months ago
  98. 181d8d2 sctp: leave the err path free in sctp_stream_init to sctp_stream_free by Xin Long · 2 years, 7 months ago
  99. b89fc26 sctp: fix sleep in atomic context bug in timer handlers by Duoming Zhou · 2 years, 7 months ago
  100. 6e0e846 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 8 months ago