1. aec53e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  2. e22e45fc net: fix use-after-free in tw_timer_handler by Muchun Song · 3 years ago
  3. 8b3f913 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  4. 8f905c0 inet: fully convert sk->sk_rx_dst to RCU rules by Eric Dumazet · 3 years ago
  5. 627b94f gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers by Eric Dumazet · 3 years, 1 month ago
  6. fc1ca33 gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlers by Eric Dumazet · 3 years, 1 month ago
  7. e704939 dccp/tcp: Remove an unused argument in inet_csk_listen_start(). by Kuniyuki Iwashima · 3 years, 1 month ago
  8. 8ff978b ipv4/raw: support binding to nonlocal addresses by Riccardo Paolo Bestetti · 3 years, 1 month ago
  9. 4721031 net: move gro definitions to include/net/gro.h by Eric Dumazet · 3 years, 1 month ago
  10. 292e607 net: introduce sk_forward_alloc_get() by Paolo Abeni · 3 years, 2 months ago
  11. 9dfc685 inet: remove races in inet{6}_getname() by Eric Dumazet · 3 years, 2 months ago
  12. 59f09ae net: snmp: inline snmp_get_cpu_field() by Eric Dumazet · 3 years, 3 months ago
  13. 2bb2f5f net: add new socket option SO_RESERVE_MEM by Wei Wang · 3 years, 3 months ago
  14. d8b8117 tcp: remove sk_{tr}x_skb_cache by Eric Dumazet · 3 years, 3 months ago
  15. 6fc88c3 bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum by Dave Marchevsky · 3 years, 4 months ago
  16. 29c4964 net: socket: rework compat_ifreq_ioctl() by Arnd Bergmann · 3 years, 5 months ago
  17. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  18. dcd01ee inet: annotate data race in inet_send_prepare() and inet_dgram_connect() by Eric Dumazet · 3 years, 7 months ago
  19. ca746c5 net: Return the correct errno code by Zheng Yongjun · 3 years, 7 months ago
  20. 5796254 net: Remove the member netns_ok by Yejune Deng · 3 years, 7 months ago
  21. d7f5711 udp: Implement ->read_sock() for sockmap by Cong Wang · 3 years, 9 months ago
  22. e549379 net: remove cmsg restriction from io_uring based send/recvmsg calls by Jens Axboe · 3 years, 10 months ago
  23. b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
  24. fca23f3 inet: do not export inet_gro_{receive|complete} by Eric Dumazet · 3 years, 11 months ago
  25. 680aea0 net: ipv4: Emit notification when fib hardware flags are changed by Amit Cohen · 3 years, 11 months ago
  26. 7724121 bpf: Allow rewriting to ports under ip_unprivileged_port_start by Stanislav Fomichev · 4 years ago
  27. a9ed15da bpf: Split cgroup_bpf_enabled per attach type by Stanislav Fomichev · 4 years ago
  28. 427167c bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooks by Stanislav Fomichev · 4 years, 1 month ago
  29. 583bbf0 io_uring: allow tcp ancillary data for __sys_recvmsg_sock() by Luke Hsiao · 4 years, 4 months ago
  30. 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
  31. f583674 bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hook by Stanislav Fomichev · 4 years, 6 months ago
  32. 6db6932 udp: move gro declarations to net/udp.h by Eric Dumazet · 4 years, 6 months ago
  33. 5521d95 net: move tcp gro declarations to net/tcp.h by Eric Dumazet · 4 years, 6 months ago
  34. a152b85 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 7 months ago
  35. 1b66d25 bpf: Add get{peer, sock}name attach types for sock_addr by Daniel Borkmann · 4 years, 7 months ago
  36. dc13c876 ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl by Christoph Hellwig · 4 years, 7 months ago
  37. 8086fba bpf: Allow any port in bpf_bind helper by Stanislav Fomichev · 4 years, 8 months ago
  38. cb0721c net: Refactor arguments of inet{,6}_bind by Stanislav Fomichev · 4 years, 8 months ago
  39. 4f80116 net: ipv4: add sysctl for nexthop api compatibility mode by Roopa Prabhu · 4 years, 8 months ago
  40. b6246f4 net: ipv4: remove redundant assignment to variable rc by Colin Ian King · 4 years, 8 months ago
  41. fc51895 mptcp: add and use MIB counter infrastructure by Florian Westphal · 4 years, 9 months ago
  42. a8eceea inet: Use fallthrough; by Joe Perches · 4 years, 10 months ago
  43. 82f31eb net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port) by Maciej Żenczykowski · 5 years ago
  44. 099ecf5 net: annotate lockless accesses to sk->sk_max_ack_backlog by Eric Dumazet · 5 years ago
  45. af80970 net: remove empty inet_exit_net by Li RongQing · 5 years ago
  46. 6f24080 ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg() by Paolo Abeni · 5 years ago
  47. e4730936 inet: factor out inet_send_prepare() by Paolo Abeni · 5 years ago
  48. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  49. 2b81f81 net: don't clear sock->sk early to avoid trouble in strparser by Jakub Kicinski · 6 years ago
  50. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  51. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  52. 5869b8f net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destruct by Xin Long · 6 years ago
  53. 8b27dae tcp: add one skb cache for rx by Eric Dumazet · 6 years ago
  54. 418e897 gso: validate gso_type on ipip style tunnels by Willem de Bruijn · 6 years ago
  55. 028e0a4 net: use indirect call wrappers at GRO transport layer by Paolo Abeni · 6 years ago
  56. 1295e2c inet: minor optimization for backlog setting in listen(2) by Yafang Shao · 6 years ago
  57. 6897445 net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFs by Mike Manning · 6 years ago
  58. c56cae2 gso_segment: Reset skb->mac_len after modifying network header by Toke Høiland-Jørgensen · 6 years ago
  59. 432e05d net: ipv4: Control SKB reprioritization after forwarding by Petr Machata · 6 years ago
  60. 83ba464 net: add helpers checking if socket can be bound to nonlocal address by Vincent Bernat · 6 years ago
  61. f333ee0 bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CB by Andrey Ignatov · 6 years ago
  62. 17266ee net: ipv4: listified version of ip_rcv by Edward Cree · 6 years ago
  63. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  64. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  65. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  66. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  67. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  68. 2c7d3da net/tcp: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  69. 05255b8 tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive by Eric Dumazet · 7 years ago
  70. 93ab6cc tcp: implement mmap() for zero copy receive by Eric Dumazet · 7 years ago
  71. d136184 tcp: fix SO_RCVLOWAT and RCVBUF autotuning by Eric Dumazet · 7 years ago
  72. d4069fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  73. aac3fc3 bpf: Post-hooks for sys_bind by Andrey Ignatov · 7 years ago
  74. d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
  75. 3679d58 net: Introduce __inet_bind() and __inet6_bind by Andrey Ignatov · 7 years ago
  76. 4fbac77 bpf: Hooks for sys_bind by Andrey Ignatov · 7 years ago
  77. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  78. f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 7 years ago
  79. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  80. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  81. ca25c30 ip_rt_ioctl(): take copyin to caller by Al Viro · 7 years ago
  82. 03aef17 devinet_ioctl(): take copyin/copyout to caller by Al Viro · 7 years ago
  83. e3f2c4a ip: do not set RFS core on error queue reads by Soheil Hassas Yeganeh · 7 years ago
  84. 563e0bb net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tracepoint by Yafang Shao · 7 years ago
  85. 0c19f846 net: accept UFO datagrams from tuntap and packet by Willem de Bruijn · 7 years ago
  86. fcfd6df ipv4: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  87. 4371384 ipv4: Namespaceify tcp_fastopen_key knob by Haishuang Yan · 7 years ago
  88. dd00059 ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_once by Haishuang Yan · 7 years ago
  89. e1cfcbe ipv4: Namespaceify tcp_fastopen knob by Haishuang Yan · 7 years ago
  90. a8e3bb3 net: Add comment that early_demux can change via sysctl by David Ahern · 7 years ago
  91. 0315793 Revert "ipv4: make net_protocol const" by David Ahern · 7 years ago
  92. aa8db49 ipv4: make net_protocol const by Bhumika Goyal · 7 years ago
  93. 3b2b69e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  94. 1714020 igmp: Fix regression caused by igmp sysctl namespace code. by Nikolay Borisov · 7 years ago
  95. 93b1b31 ipv4: Introduce ipip_offload_init helper function. by Tonghao Zhang · 7 years ago
  96. 306b13e proto_ops: Add locked held versions of sendmsg and sendpage by Tom Herbert · 7 years ago
  97. 880388a net: Remove all references to SKB_GSO_UDP. by David S. Miller · 7 years ago
  98. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  99. 77d4b1d net: ping: do not abuse udp_poll() by Eric Dumazet · 8 years ago
  100. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago