1. 9707960 inet: annotate date races around sk->sk_txhash by Eric Dumazet · 3 years, 7 months ago
  2. 7293f63 net: annotate data race in sock_error() by Eric Dumazet · 3 years, 7 months ago
  3. 1f1b431 net: really orphan skbs tied to closing sk by Paolo Abeni · 3 years, 8 months ago
  4. b830650 net: let skb_orphan_partial wake-up waiters. by Paolo Abeni · 3 years, 9 months ago
  5. a6fc831 tcp: fix TCP socket rehash stats mis-accounting by Yuchung Cheng · 4 years ago
  6. 08b81d8 mptcp: add sk_stop_timer_sync helper by Geliang Tang · 4 years, 4 months ago
  7. 0cbe6a8 tcp: remove SOCK_QUEUE_SHRUNK by Eric Dumazet · 4 years, 4 months ago
  8. 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  9. 5af6889 net: clean up codestyle by Miaohe Lin · 4 years, 4 months ago
  10. 1f00d37 bpf: Renames in preparation for bpf_local_storage by KP Singh · 4 years, 4 months ago
  11. 86cfccb Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 4 years, 5 months ago
  12. 84d1c61 net: sock: add sock_set_mark by Alexander Aring · 4 years, 6 months ago
  13. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  14. 9ecc6ea4 Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  15. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
  16. c8c1bbb net: switch sock_set_timeout to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
  17. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 6 months ago
  18. 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  19. 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  20. d953975 net/compat: Add missing sock updates for SCM_RIGHTS by Kees Cook · 4 years, 7 months ago
  21. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  22. c9a368f bpf: net: Avoid incorrect bpf_sk_reuseport_detach call by Martin KaFai Lau · 4 years, 6 months ago
  23. f91c031e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  24. dfde1d7 sock: Move sock_valbool_flag to header by Dmitry Yakunin · 4 years, 7 months ago
  25. 41b14fb net: Do not clear the sock TX queue in sk_set_socket() by Tariq Toukan · 4 years, 7 months ago
  26. 8ea204c net: Make locking in sock_bindtoindex optional by Ferenc Fejes · 4 years, 7 months ago
  27. c0425a4 net: add a new bind_add method by Christoph Hellwig · 4 years, 7 months ago
  28. fe31a32 net: add sock_set_reuseport by Christoph Hellwig · 4 years, 7 months ago
  29. 26cfabf net: add sock_set_rcvbuf by Christoph Hellwig · 4 years, 7 months ago
  30. ce3d954 net: add sock_set_keepalive by Christoph Hellwig · 4 years, 7 months ago
  31. 783da70 net: add sock_enable_timestamps by Christoph Hellwig · 4 years, 7 months ago
  32. 7594888 net: add sock_bindtoindex by Christoph Hellwig · 4 years, 7 months ago
  33. 76ee078 net: add sock_set_sndtimeo by Christoph Hellwig · 4 years, 7 months ago
  34. 6e43496 net: add sock_set_priority by Christoph Hellwig · 4 years, 7 months ago
  35. c433594 net: add sock_no_linger by Christoph Hellwig · 4 years, 7 months ago
  36. b58f0e8 net: add sock_set_reuseaddr by Christoph Hellwig · 4 years, 7 months ago
  37. 045065f net: sock.h: fix skb_steal_sock() kernel-doc by Lothar Rubusch · 4 years, 9 months ago
  38. 7ae215d bpf: Don't refcount LISTEN sockets in sk_assign() by Joe Stringer · 4 years, 9 months ago
  39. 71489e2 net: Track socket refcounts in skb_steal_sock() by Joe Stringer · 4 years, 9 months ago
  40. cf7fbe6 bpf: Add socket assign support by Joe Stringer · 4 years, 9 months ago
  41. b105e8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 11 months ago
  42. f1ff5ce net, sk_msg: Clear sk_user_data pointer on clone if tagged by Jakub Sitnicki · 4 years, 11 months ago
  43. 66256e0 net/sock.h: fix all kernel-doc warnings by Randy Dunlap · 5 years ago
  44. 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  45. 43a825a xsk, net: Make sock_def_readable() have external linkage by Björn Töpel · 5 years ago
  46. e66b2f3 tcp: clean ext on tx recycle by Paolo Abeni · 5 years ago
  47. bf97651 sock: Make sk_protocol a 16-bit value by Mat Martineau · 5 years ago
  48. e9cdced net: Make sock protocol value checks more specific by Mat Martineau · 5 years ago
  49. 78bac77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  50. 7c68fa2b net: annotate lockless accesses to sk->sk_pacing_shift by Eric Dumazet · 5 years ago
  51. 8dbd76e tcp/dccp: fix possible race __inet_lookup_established() by Eric Dumazet · 5 years ago
  52. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  53. 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  54. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  55. 9ed498c net: silence data-races on sk_backlog.tail by Eric Dumazet · 5 years ago
  56. 099ecf5 net: annotate lockless accesses to sk->sk_max_ack_backlog by Eric Dumazet · 5 years ago
  57. 288efe8 net: annotate lockless accesses to sk->sk_ack_backlog by Eric Dumazet · 5 years ago
  58. 25c7a6d net: avoid potential false sharing in neighbor related code by Eric Dumazet · 5 years ago
  59. f75359f3 net: prevent load/store tearing on sk->sk_stamp by Eric Dumazet · 5 years ago
  60. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  61. 7170a97 net: annotate accesses to sk->sk_incoming_cpu by Eric Dumazet · 5 years ago
  62. 8466a57 net/smc: remove unneeded include for smc.h by Ursula Braun · 5 years ago
  63. 20eb4f2 net: fix sk_page_frag() recursion from memory reclaim by Tejun Heo · 5 years ago
  64. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  65. ab4e846 tcp: annotate sk->sk_wmem_queued lockless reads by Eric Dumazet · 5 years ago
  66. e292f05 tcp: annotate sk->sk_sndbuf lockless reads by Eric Dumazet · 5 years ago
  67. eac6640 net: annotate sk->sk_rcvlowat lockless reads by Eric Dumazet · 5 years ago
  68. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  69. 193d357 net: spread "enum sock_flags" by Alexey Dobriyan · 5 years ago
  70. 4147766 net/tls: prevent skb_orphan() from leaking TLS plain text with offload by Jakub Kicinski · 5 years ago
  71. 333f790 coallocate socket_wq with socket itself by Al Viro · 6 years ago
  72. ce27ec6 net: add high_order_alloc_disable sysctl/static key by Eric Dumazet · 6 years ago
  73. 0b7d7f6 tcp: add tcp_tx_skb_cache sysctl by Eric Dumazet · 6 years ago
  74. ede61ca tcp: add tcp_rx_skb_cache sysctl by Eric Dumazet · 6 years ago
  75. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  76. 858f501 tcp: do not recycle cloned skbs by Eric Dumazet · 6 years ago
  77. 6ac99e8 bpf: Introduce bpf sk local storage by Martin KaFai Lau · 6 years ago
  78. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  79. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  80. 07603b2 net/smc: propagate file from SMC to TCP socket by Ursula Braun · 6 years ago
  81. 4f66154 tcp: fix zerocopy and notsent_lowat issues by Eric Dumazet · 6 years ago
  82. 8b27dae tcp: add one skb cache for rx by Eric Dumazet · 6 years ago
  83. 472c2e0 tcp: add one skb cache for tx by Eric Dumazet · 6 years ago
  84. dc05360 net: convert rps_needed and rfs_needed to new static branch api by Eric Dumazet · 6 years ago
  85. a4dc6a4 packets: Always register packet sk in the same order by Maxime Chevallier · 6 years ago
  86. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  87. 5bf325a net: fix possible overflow in __sk_mem_raise_allocated() by Eric Dumazet · 6 years ago
  88. 887feae socket: Add SO_TIMESTAMP[NS]_NEW by Deepa Dinamani · 6 years ago
  89. 3a0ed3e9 sock: Make sock->sk_stamp thread-safe by Deepa Dinamani · 6 years ago
  90. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  91. 8f932f7 net: add missing SOF_TIMESTAMPING_OPT_ID support by Willem de Bruijn · 6 years ago
  92. a74f0fa tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT by Eric Dumazet · 6 years ago
  93. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  94. e856795 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  95. 76a9ebe net: extend sk_pacing_rate to unsigned long by Eric Dumazet · 6 years ago
  96. d829e9c tls: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
  97. 8873c06 tcp: do not release socket ownership in tcp_close() by Eric Dumazet · 6 years ago
  98. e4a2a30 net: sock: introduce SOCK_XDP by Jason Wang · 6 years ago
  99. e6476c2 net: remove bogus RCU annotations on socket.wq by Christoph Hellwig · 6 years ago
  100. d8bbd13 net: don not detour through struct sock to find the poll waitqueue by Christoph Hellwig · 6 years ago