1. c427bfe net: core: enable SO_BINDTODEVICE for non-root users by Vincent Bernat · 4 years, 10 months ago
  2. 7ae215d bpf: Don't refcount LISTEN sockets in sk_assign() by Joe Stringer · 4 years, 10 months ago
  3. cf7fbe6 bpf: Add socket assign support by Joe Stringer · 4 years, 10 months ago
  4. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  5. d752a49 net: memcg: late association of sock to memcg by Shakeel Butt · 4 years, 10 months ago
  6. f1ff5ce net, sk_msg: Clear sk_user_data pointer on clone if tagged by Jakub Sitnicki · 5 years ago
  7. b8e202d net, sk_msg: Annotate lockless access to sk_prot on clone by Jakub Sitnicki · 5 years ago
  8. 43a825a xsk, net: Make sock_def_readable() have external linkage by Björn Töpel · 5 years ago
  9. 7c68fa2b net: annotate lockless accesses to sk->sk_pacing_shift by Eric Dumazet · 5 years ago
  10. 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
  11. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  12. 7170a97 net: annotate accesses to sk->sk_incoming_cpu by Eric Dumazet · 5 years ago
  13. f95f96a sock: remove unneeded semicolon by YueHaibing · 5 years ago
  14. 3f926af net: use skb_queue_empty_lockless() in busy poll contexts by Eric Dumazet · 5 years ago
  15. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  16. ab4e846 tcp: annotate sk->sk_wmem_queued lockless reads by Eric Dumazet · 5 years ago
  17. e292f05 tcp: annotate sk->sk_sndbuf lockless reads by Eric Dumazet · 5 years ago
  18. ebb3b78 tcp: annotate sk->sk_rcvbuf lockless reads by Eric Dumazet · 5 years ago
  19. 28e72b2 sock_get_timeout: drop unnecessary return variable by Vito Caputo · 5 years ago
  20. 70c2655 net: silence KCSAN warnings about sk->sk_backlog.len reads by Eric Dumazet · 5 years ago
  21. eac6640 net: annotate sk->sk_rcvlowat lockless reads by Eric Dumazet · 5 years ago
  22. 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
  23. 503978a net: avoid possible false sharing in sk_leave_memory_pressure() by Eric Dumazet · 5 years ago
  24. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  25. 6f4c930 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  26. 7a512eb net: make sock_prot_memory_pressure() return "const char *" by Alexey Dobriyan · 5 years ago
  27. 193d357 net: spread "enum sock_flags" by Alexey Dobriyan · 5 years ago
  28. 8c7138b net: Unpublish sk from sk_reuseport_cb before call_rcu by Martin KaFai Lau · 5 years ago
  29. 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  30. b45ce32 sock: fix potential memory leak in proto_register() by zhanglin · 5 years ago
  31. 8f51dfc bpf: support cloning sk storage on accept() by Stanislav Fomichev · 5 years ago
  32. 4147766 net/tls: prevent skb_orphan() from leaking TLS plain text with offload by Jakub Kicinski · 5 years ago
  33. 6471384 mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options by Alexander Potapenko · 6 years ago
  34. 333f790 coallocate socket_wq with socket itself by Al Viro · 6 years ago
  35. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  36. dca73a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  37. d0bae4a net: remove duplicate fetch in sock_getsockopt by JingYi Hou · 6 years ago
  38. 1eb4169 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  39. ce27ec6 net: add high_order_alloc_disable sysctl/static key by Eric Dumazet · 6 years ago
  40. 99f3a06 bpf: net: Add SO_DETACH_REUSEPORT_BPF by Martin KaFai Lau · 6 years ago
  41. f12dd75 bpf: net: Set sk_bpf_storage back to NULL for cloned sk by Martin KaFai Lau · 6 years ago
  42. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  43. 5f0d736 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  44. 6ac99e8 bpf: Introduce bpf sk local storage by Martin KaFai Lau · 6 years ago
  45. c98f482 net: fix sparc64 compilation of sock_gettstamp by Stephen Rothwell · 6 years ago
  46. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  47. e698642 socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEW by Arnd Bergmann · 6 years ago
  48. 677f136 net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE) by Eric Dumazet · 6 years ago
  49. 6bdef10 net: support 64bit values for setsockopt(SO_MAX_PACING_RATE) by Eric Dumazet · 6 years ago
  50. c2f26e8 net: Use RCU_INIT_POINTER() to set sk_wq by Li RongQing · 6 years ago
  51. 4057765 sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF values by Guillaume Nault · 6 years ago
  52. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  53. 5bf325a net: fix possible overflow in __sk_mem_raise_allocated() by Eric Dumazet · 6 years ago
  54. ff7653f net: Fix fall through warning in y2038 tstamp changes. by David S. Miller · 6 years ago
  55. a9beb86 sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW by Deepa Dinamani · 6 years ago
  56. 45bdc66 socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes by Deepa Dinamani · 6 years ago
  57. 9718475 socket: Add SO_TIMESTAMPING_NEW by Deepa Dinamani · 6 years ago
  58. 887feae socket: Add SO_TIMESTAMP[NS]_NEW by Deepa Dinamani · 6 years ago
  59. 7f1bc6e sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD by Deepa Dinamani · 6 years ago
  60. fe0c72f socket: move compat timeout handling into sock.c by Arnd Bergmann · 6 years ago
  61. 0726f55 net: sock: do not set sk_cookie in sk_clone_lock() by Yafang Shao · 6 years ago
  62. f5dd3d0 net: introduce SO_BINDTOIFINDEX sockopt by David Herrmann · 6 years ago
  63. 3a0ed3e9 sock: Make sock->sk_stamp thread-safe by Deepa Dinamani · 6 years ago
  64. 0fbe82e net: call sk_dst_reset when set SO_DONTROUTE by yupeng · 6 years ago
  65. b5947e5 udp: msg_zerocopy by Willem de Bruijn · 6 years ago
  66. 5025425 sock: Reset dst when changing sk_mark via setsockopt by David Barmann · 6 years ago
  67. 6da5b0f net: ensure unbound datagram socket to be chosen when not in a VRF by Mike Manning · 6 years ago
  68. c34c128 sock_diag: fix autoloading of the raw_diag module by Andrei Vagin · 6 years ago
  69. e856795 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  70. 76a9ebe net: extend sk_pacing_rate to unsigned long by Eric Dumazet · 6 years ago
  71. d829e9c tls: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
  72. 8873c06 tcp: do not release socket ownership in tcp_close() by Eric Dumazet · 6 years ago
  73. a8305bf net: Add and use skb_mark_not_on_list(). by David S. Miller · 6 years ago
  74. 9dae349 net: avoid unnecessary sock_flag() check when enable timestamp by Yafang Shao · 6 years ago
  75. 6b431d5 net/socket: remove duplicated init code by Matthieu Baerts · 6 years ago
  76. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  77. 144fe2b sock: fix sg page frag coalescing in sk_alloc_sg by Daniel Borkmann · 6 years ago
  78. 4b15c70 net/sched: Make etf report drops on error_queue by Jesus Sanchez-Palencia · 7 years ago
  79. 80b14de net: Add a new socket option for a future transmit time. by Richard Cochran · 7 years ago
  80. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  81. d6f1993 net: expose sk wmem in sock_exceed_buf_limit tracepoint by Yafang Shao · 7 years ago
  82. c6345ce net: Record receive queue number for a connection by Amritha Nambiar · 7 years ago
  83. e699e2c net, mm: account sock objects to kmemcg by Shakeel Butt · 7 years ago
  84. cdb8744 Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets" by Bart Van Assche · 7 years ago
  85. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  86. f396922 net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets by Maciej Żenczykowski · 7 years ago
  87. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  88. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  89. 984652d net: remove sock_no_poll by Christoph Hellwig · 7 years ago
  90. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  91. 9709020 sock_diag: fix use-after-free read in __sk_free by Eric Dumazet · 7 years ago
  92. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  93. a7950ae net/sock: Update memalloc_socks static key to modern api by Davidlohr Bueso · 7 years ago
  94. 68e8b84 net: initial AF_XDP skeleton by Björn Töpel · 7 years ago
  95. d136184 tcp: fix SO_RCVLOWAT and RCVBUF autotuning by Eric Dumazet · 7 years ago
  96. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  97. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  98. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  99. 454bfe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  100. 8c05dbf net: generalize sk_alloc_sg to work with scatterlist rings by John Fastabend · 7 years ago