1. 045065f net: sock.h: fix skb_steal_sock() kernel-doc by Lothar Rubusch · 4 years, 9 months ago
  2. 7ae215d bpf: Don't refcount LISTEN sockets in sk_assign() by Joe Stringer · 4 years, 9 months ago
  3. 71489e2 net: Track socket refcounts in skb_steal_sock() by Joe Stringer · 4 years, 9 months ago
  4. cf7fbe6 bpf: Add socket assign support by Joe Stringer · 4 years, 9 months ago
  5. b105e8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 11 months ago
  6. f1ff5ce net, sk_msg: Clear sk_user_data pointer on clone if tagged by Jakub Sitnicki · 4 years, 11 months ago
  7. 66256e0 net/sock.h: fix all kernel-doc warnings by Randy Dunlap · 4 years, 11 months ago
  8. 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  9. 43a825a xsk, net: Make sock_def_readable() have external linkage by Björn Töpel · 5 years ago
  10. e66b2f3 tcp: clean ext on tx recycle by Paolo Abeni · 5 years ago
  11. bf97651 sock: Make sk_protocol a 16-bit value by Mat Martineau · 5 years ago
  12. e9cdced net: Make sock protocol value checks more specific by Mat Martineau · 5 years ago
  13. 78bac77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  14. 7c68fa2b net: annotate lockless accesses to sk->sk_pacing_shift by Eric Dumazet · 5 years ago
  15. 8dbd76e tcp/dccp: fix possible race __inet_lookup_established() by Eric Dumazet · 5 years ago
  16. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  17. 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
  18. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  19. 9ed498c net: silence data-races on sk_backlog.tail by Eric Dumazet · 5 years ago
  20. 099ecf5 net: annotate lockless accesses to sk->sk_max_ack_backlog by Eric Dumazet · 5 years ago
  21. 288efe8 net: annotate lockless accesses to sk->sk_ack_backlog by Eric Dumazet · 5 years ago
  22. 25c7a6d net: avoid potential false sharing in neighbor related code by Eric Dumazet · 5 years ago
  23. f75359f3 net: prevent load/store tearing on sk->sk_stamp by Eric Dumazet · 5 years ago
  24. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  25. 7170a97 net: annotate accesses to sk->sk_incoming_cpu by Eric Dumazet · 5 years ago
  26. 8466a57 net/smc: remove unneeded include for smc.h by Ursula Braun · 5 years ago
  27. 20eb4f2 net: fix sk_page_frag() recursion from memory reclaim by Tejun Heo · 5 years ago
  28. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  29. ab4e846 tcp: annotate sk->sk_wmem_queued lockless reads by Eric Dumazet · 5 years ago
  30. e292f05 tcp: annotate sk->sk_sndbuf lockless reads by Eric Dumazet · 5 years ago
  31. eac6640 net: annotate sk->sk_rcvlowat lockless reads by Eric Dumazet · 5 years ago
  32. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  33. 193d357 net: spread "enum sock_flags" by Alexey Dobriyan · 5 years ago
  34. 4147766 net/tls: prevent skb_orphan() from leaking TLS plain text with offload by Jakub Kicinski · 5 years ago
  35. 333f790 coallocate socket_wq with socket itself by Al Viro · 5 years ago
  36. ce27ec6 net: add high_order_alloc_disable sysctl/static key by Eric Dumazet · 6 years ago
  37. 0b7d7f6 tcp: add tcp_tx_skb_cache sysctl by Eric Dumazet · 6 years ago
  38. ede61ca tcp: add tcp_rx_skb_cache sysctl by Eric Dumazet · 6 years ago
  39. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  40. 858f501 tcp: do not recycle cloned skbs by Eric Dumazet · 6 years ago
  41. 6ac99e8 bpf: Introduce bpf sk local storage by Martin KaFai Lau · 6 years ago
  42. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  43. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  44. 07603b2 net/smc: propagate file from SMC to TCP socket by Ursula Braun · 6 years ago
  45. 4f66154 tcp: fix zerocopy and notsent_lowat issues by Eric Dumazet · 6 years ago
  46. 8b27dae tcp: add one skb cache for rx by Eric Dumazet · 6 years ago
  47. 472c2e0 tcp: add one skb cache for tx by Eric Dumazet · 6 years ago
  48. dc05360 net: convert rps_needed and rfs_needed to new static branch api by Eric Dumazet · 6 years ago
  49. a4dc6a4 packets: Always register packet sk in the same order by Maxime Chevallier · 6 years ago
  50. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  51. 5bf325a net: fix possible overflow in __sk_mem_raise_allocated() by Eric Dumazet · 6 years ago
  52. 887feae socket: Add SO_TIMESTAMP[NS]_NEW by Deepa Dinamani · 6 years ago
  53. 3a0ed3e9 sock: Make sock->sk_stamp thread-safe by Deepa Dinamani · 6 years ago
  54. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  55. 8f932f7 net: add missing SOF_TIMESTAMPING_OPT_ID support by Willem de Bruijn · 6 years ago
  56. a74f0fa tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT by Eric Dumazet · 6 years ago
  57. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  58. e856795 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  59. 76a9ebe net: extend sk_pacing_rate to unsigned long by Eric Dumazet · 6 years ago
  60. d829e9c tls: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
  61. 8873c06 tcp: do not release socket ownership in tcp_close() by Eric Dumazet · 6 years ago
  62. e4a2a30 net: sock: introduce SOCK_XDP by Jason Wang · 6 years ago
  63. e6476c2 net: remove bogus RCU annotations on socket.wq by Christoph Hellwig · 6 years ago
  64. d8bbd13 net: don not detour through struct sock to find the poll waitqueue by Christoph Hellwig · 6 years ago
  65. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  66. 657a066 sock: sockc cookie initializer by Willem de Bruijn · 6 years ago
  67. 4b15c70 net/sched: Make etf report drops on error_queue by Jesus Sanchez-Palencia · 7 years ago
  68. 80b14de net: Add a new socket option for a future transmit time. by Richard Cochran · 7 years ago
  69. fc9bab2 net: Enable Tx queue selection based on Rx queues by Amritha Nambiar · 7 years ago
  70. c6345ce net: Record receive queue number for a connection by Amritha Nambiar · 7 years ago
  71. 755c31c net: sock: Change tx_queue_mapping in sock_common to unsigned short by Amritha Nambiar · 7 years ago
  72. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  73. 984652d net: remove sock_no_poll by Christoph Hellwig · 7 years ago
  74. a7950ae net/sock: Update memalloc_socks static key to modern api by Davidlohr Bueso · 7 years ago
  75. ebf4e80 net: Add Software fallback infrastructure for socket dependent offloads by Ilya Lesokhin · 7 years ago
  76. 7bbdb81 slab: make usercopy region 32-bit by Alexey Dobriyan · 7 years ago
  77. d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
  78. 8934ce2 bpf: sockmap redirect ingress support by John Fastabend · 7 years ago
  79. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  80. 8c05dbf net: generalize sk_alloc_sg to work with scatterlist rings by John Fastabend · 7 years ago
  81. 2c3682f sock: make static tls function alloc_sg generic sock helper by John Fastabend · 7 years ago
  82. bf2ae2e sock_diag: request _diag module only when the family or proto has been registered by Xin Long · 7 years ago
  83. dead7cd tcp: remove sk_check_csum_caps() by Eric Dumazet · 7 years ago
  84. 0a6b2a1 tcp: switch to GSO being always on by Eric Dumazet · 7 years ago
  85. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  86. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  87. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  88. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  89. 05b9380 lockdep: Convert some users to const by Matthew Wilcox · 7 years ago
  90. 30c2c9f net: Define usercopy region in struct proto slab cache by David Windsor · 8 years ago
  91. 54dc3e3 net: ipv6: Allow connect to linklocal address from socket bound to vrf by David Ahern · 7 years ago
  92. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  93. 602f7a2 sock: Add sock_owned_by_user_nocheck by Tom Herbert · 7 years ago
  94. 986ffdf net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_store by Yafang Shao · 7 years ago
  95. 648845a sock: Move the socket inuse to namespace. by Tonghao Zhang · 7 years ago
  96. c9f1f58 net: sk_pacing_shift_update() helper by Eric Dumazet · 7 years ago
  97. d7efc6c net: remove hlist_nulls_add_tail_rcu() by Eric Dumazet · 7 years ago
  98. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  99. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  100. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago