1. 91d0b78 inet: Add IP_LOCAL_PORT_RANGE socket option by Jakub Sitnicki · 2 years, 2 months ago
  2. 7a7160e net: Return errno in sk->sk_prot->get_port(). by Kuniyuki Iwashima · 2 years, 4 months ago
  3. 9804985 udp: Introduce optional per-netns hash table. by Kuniyuki Iwashima · 2 years, 4 months ago
  4. ba6aac1 udp: Access &udp_table via net. by Kuniyuki Iwashima · 2 years, 4 months ago
  5. 478aee5 udp: Set NULL to udp_seq_afinfo.udp_table. by Kuniyuki Iwashima · 2 years, 4 months ago
  6. 67fb433 udp: Set NULL to sk->sk_prot->h.udp_table. by Kuniyuki Iwashima · 2 years, 4 months ago
  7. 919dfa0 udp: Clean up some functions. by Kuniyuki Iwashima · 2 years, 4 months ago
  8. 42fb06b net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error() by David Howells · 2 years, 5 months ago
  9. 96917bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 5 months ago
  10. 8a3854c udp: track the forward memory release threshold in an hot cacheline by Paolo Abeni · 2 years, 5 months ago
  11. 942e01a Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 5 months ago
  12. e993ffe net: flag sockets supporting msghdr originated zerocopy by Pavel Begunkov · 2 years, 5 months ago
  13. 6d36c72 Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 2 years, 5 months ago
  14. 69421bf udp: Update reuse->has_conns under reuseport_lock. by Kuniyuki Iwashima · 2 years, 5 months ago
  15. f1947d7 Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 2 years, 5 months ago
  16. d38afee tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct(). by Kuniyuki Iwashima · 2 years, 5 months ago
  17. a251c17 treewide: use get_random_u32() when possible by Jason A. Donenfeld · 2 years, 5 months ago
  18. 31f1fbc udp: Refactor udp_read_skb() by Peilin Ye · 2 years, 6 months ago
  19. db39dfd udp: Use WARN_ON_ONCE() in udp_read_skb() by Peilin Ye · 2 years, 6 months ago
  20. ac56a0b rxrpc: Fix ICMP/ICMP6 error handling by David Howells · 2 years, 7 months ago
  21. 02a7cb2 udp: Remove redundant __udp_sysctl_init() call from udp_init(). by Kuniyuki Iwashima · 2 years, 8 months ago
  22. 57452d7 skmsg: Get rid of skb_clone() by Cong Wang · 2 years, 9 months ago
  23. 965b57b net: Introduce a new proto_ops ->read_skb() by Cong Wang · 2 years, 9 months ago
  24. 0defbb0 net: add per_cpu_fw_alloc field to struct proto by Eric Dumazet · 2 years, 9 months ago
  25. 100fdd1 net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT by Eric Dumazet · 2 years, 9 months ago
  26. eda090c inet: rename INET_MATCH() by Eric Dumazet · 2 years, 10 months ago
  27. 4915d50 inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH() by Eric Dumazet · 2 years, 10 months ago
  28. 6fd1d51 net: SO_RCVMARK socket option for SO_MARK with recvmsg() by Erin MacNeil · 2 years, 11 months ago
  29. ec09526 net: remove noblock parameter from recvmsg() entities by Oliver Hartkopp · 3 years ago
  30. 08d4c03 net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb() by Menglong Dong · 3 years, 1 month ago
  31. 1379a92d net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb() by Menglong Dong · 3 years, 1 month ago
  32. 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years, 2 months ago
  33. 1c7fab7 net: skb: use kfree_skb_reason() in __udp4_lib_rcv() by Menglong Dong · 3 years, 2 months ago
  34. 91a760b net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() by Menglong Dong · 3 years, 2 months ago
  35. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 2 months ago
  36. aec53e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  37. 6c25449 net: udp: fix alignment problem in udp4_seq_show() by yangxingwu · 3 years, 3 months ago
  38. 8b3f913 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  39. 8f905c0 inet: fully convert sk->sk_rx_dst to RCU rules by Eric Dumazet · 3 years, 3 months ago
  40. aef2fed add missing bpf-cgroup.h includes by Jakub Kicinski · 3 years, 3 months ago
  41. 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  42. 158390e udp: using datalen to cap max gso segments by Jianguo Wu · 3 years, 3 months ago
  43. 50fc249 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  44. 91b6d32 net: cache align tcp_memory_allocated, tcp_sockets_allocated by Eric Dumazet · 3 years, 4 months ago
  45. 099f896 udp: Validate checksum in udp_read_sock() by Cong Wang · 3 years, 4 months ago
  46. a5bdc36 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 4 months ago
  47. f893156 bpf: Add ingress_ifindex to bpf_sk_lookup by Mark Pashmfouroush · 3 years, 4 months ago
  48. a1554c0 include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h by Mianhan Liu · 3 years, 4 months ago
  49. af49338 net: Implement ->sock_is_readable() for UDP and AF_UNIX by Cong Wang · 3 years, 5 months ago
  50. 8d6c414 net: prefer socket bound to interface when not in VRF by Mike Manning · 3 years, 5 months ago
  51. a9f5970 net: udp: annotate data race around udp_sk(sk)->corkflag by Eric Dumazet · 3 years, 6 months ago
  52. 6fc88c3 bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum by Dave Marchevsky · 3 years, 7 months ago
  53. 9bfce73 udp: check encap socket in __udp_lib_err by Vadim Fedorenko · 3 years, 8 months ago
  54. 18a419b udp: annotate data races around unix_sk(sk)->gso_size by Eric Dumazet · 3 years, 9 months ago
  55. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  56. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 9 months ago
  57. e00a5c3 udp: Fix a memory leak in udp_read_sock() by Cong Wang · 3 years, 9 months ago
  58. a8b897c udp: fix race between close() and udp_abort() by Paolo Abeni · 3 years, 9 months ago
  59. 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  60. c2bcb4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years ago
  61. 9818461 net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...); by Norman Maurer · 4 years ago
  62. d7f5711 udp: Implement ->read_sock() for sockmap by Cong Wang · 4 years ago
  63. 8a59f9d sock: Introduce sk->sk_prot->psock_update_sk_prot() by Cong Wang · 4 years ago
  64. 78352f7 udp: never accept GSO_FRAGLIST packets by Paolo Abeni · 4 years ago
  65. 000ac44 udp: fixup csum for GSO receive slow path by Paolo Abeni · 4 years ago
  66. b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 1 month ago
  67. a4a600dd udp: call udp_encap_enable for v6 sockets when enabling encap by Xin Long · 4 years, 1 month ago
  68. a9ed15da bpf: Split cgroup_bpf_enabled per attach type by Stanislav Fomichev · 4 years, 2 months ago
  69. 8d2b51b udp: mask TOS bits in udp_v4_early_demux() by Guillaume Nault · 4 years, 2 months ago
  70. ca5b877 Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 3 months ago
  71. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  72. 10c678b udp: fix the proto value passed to ip_protocol_deliver_rcu for the segments by Xin Long · 4 years, 3 months ago
  73. 3df98d7 lsm,selinux: pass flowi_common instead of flowi to the LSM hooks by Paul Moore · 4 years, 6 months ago
  74. 508c4fc inet: unexport udp{4|6}_lib_lookup_skb() by Eric Dumazet · 4 years, 4 months ago
  75. 7b58e63 inet: udp{4|6}_lib_lookup_skb() skb argument is const by Eric Dumazet · 4 years, 4 months ago
  76. cffb8f6 net: udp: remove redundant initialization in udp_send_skb by Menglong Dong · 4 years, 4 months ago
  77. a3ce2b10 net: udp: introduce UDP_MIB_MEMERRORS for udp_mem by Menglong Dong · 4 years, 4 months ago
  78. d26796a udp: check udp sock encap_type in __udp_lib_err by Xin Long · 4 years, 5 months ago
  79. 2bdcc73 net: ipv4: delete repeated words by Randy Dunlap · 4 years, 7 months ago
  80. c64c9c28 udp, bpf: Ignore connections in reuseport group after BPF sk lookup by Jakub Sitnicki · 4 years, 8 months ago
  81. f9c7927 bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t by Yonghong Song · 4 years, 8 months ago
  82. 14fc6bd6 bpf: Refactor bpf_iter_reg to have separate seq_info member by Yonghong Song · 4 years, 8 months ago
  83. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  84. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 8 months ago
  85. 91ac1cc net/udp: switch udp_lib_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 8 months ago
  86. dee72f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
  87. b0a4227 net: udp: Fix wrong clean up for IS_UDPLITE macro by Miaohe Lin · 4 years, 8 months ago
  88. efc6b6f udp: Improve load balancing for SO_REUSEPORT. by Kuniyuki Iwashima · 4 years, 8 months ago
  89. 951cf36 bpf: net: Use precomputed btf_id for bpf iterators by Yonghong Song · 4 years, 8 months ago
  90. b6238c0 net/ipv4: remove compat_ip_{get,set}sockopt by Christoph Hellwig · 4 years, 8 months ago
  91. 72f7e94 udp: Run SK_LOOKUP BPF program on socket lookup by Jakub Sitnicki · 4 years, 8 months ago
  92. 7629c73 udp: Extract helper for selecting socket from reuseport group by Jakub Sitnicki · 4 years, 8 months ago
  93. 3628e3c net: ipv4: kerneldoc fixes by Andrew Lunn · 4 years, 8 months ago
  94. 5788b3a net: bpf: Implement bpf iterator for udp by Yonghong Song · 4 years, 9 months ago
  95. 9e8ca27 net: bpf: Add bpf_seq_afinfo in udp_iter_state by Yonghong Song · 4 years, 9 months ago
  96. 0146dca xfrm: add support for UDPv6 encapsulation of ESP by Sabrina Dubroca · 4 years, 11 months ago
  97. ed52f2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  98. 71489e2 net: Track socket refcounts in skb_steal_sock() by Joe Stringer · 5 years ago
  99. a08e7fd net: Fix typo of SKB_SGO_CB_OFFSET by Cambda Zhu · 5 years ago
  100. a8eceea inet: Use fallthrough; by Joe Perches · 5 years ago