1. aef2fed add missing bpf-cgroup.h includes by Jakub Kicinski · 3 years ago
  2. a5bdc36 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
  3. f893156 bpf: Add ingress_ifindex to bpf_sk_lookup by Mark Pashmfouroush · 3 years, 2 months ago
  4. 250962e net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS() by Menglong Dong · 3 years, 2 months ago
  5. 8a33dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  6. 42dcfd8 udp6: allow SO_MARK ctrl msg to affect routing by Jakub Kicinski · 3 years, 2 months ago
  7. ef57c16 ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie by Eric Dumazet · 3 years, 2 months ago
  8. 8d6c414 net: prefer socket bound to interface when not in VRF by Mike Manning · 3 years, 3 months ago
  9. a9f5970 net: udp: annotate data race around udp_sk(sk)->corkflag by Eric Dumazet · 3 years, 3 months ago
  10. 6fc88c3 bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum by Dave Marchevsky · 3 years, 4 months ago
  11. 9bfce73 udp: check encap socket in __udp_lib_err by Vadim Fedorenko · 3 years, 5 months ago
  12. 18a419b udp: annotate data races around unix_sk(sk)->gso_size by Eric Dumazet · 3 years, 6 months ago
  13. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  14. a8b897c udp: fix race between close() and udp_abort() by Paolo Abeni · 3 years, 7 months ago
  15. c2bcb4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 9 months ago
  16. 8a59f9d sock: Introduce sk->sk_prot->psock_update_sk_prot() by Cong Wang · 3 years, 9 months ago
  17. 000ac44 udp: fixup csum for GSO receive slow path by Paolo Abeni · 3 years, 9 months ago
  18. b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 11 months ago
  19. a4a600dd udp: call udp_encap_enable for v6 sockets when enabling encap by Xin Long · 3 years, 11 months ago
  20. a9ed15da bpf: Split cgroup_bpf_enabled per attach type by Stanislav Fomichev · 4 years ago
  21. ca5b877 Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years ago
  22. 3df98d7 lsm,selinux: pass flowi_common instead of flowi to the LSM hooks by Paul Moore · 4 years, 3 months ago
  23. 508c4fc inet: unexport udp{4|6}_lib_lookup_skb() by Eric Dumazet · 4 years, 2 months ago
  24. 7b58e63 inet: udp{4|6}_lib_lookup_skb() skb argument is const by Eric Dumazet · 4 years, 2 months ago
  25. a3ce2b10 net: udp: introduce UDP_MIB_MEMERRORS for udp_mem by Menglong Dong · 4 years, 2 months ago
  26. d26796a udp: check udp sock encap_type in __udp_lib_err by Xin Long · 4 years, 2 months ago
  27. c64c9c28 udp, bpf: Ignore connections in reuseport group after BPF sk lookup by Jakub Sitnicki · 4 years, 5 months ago
  28. c8a2983 udp: Don't discard reuseport selection when group has connections by Jakub Sitnicki · 4 years, 5 months ago
  29. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  30. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  31. 91ac1cc net/udp: switch udp_lib_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
  32. dee72f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 5 months ago
  33. b0a4227 net: udp: Fix wrong clean up for IS_UDPLITE macro by Miaohe Lin · 4 years, 5 months ago
  34. efc6b6f udp: Improve load balancing for SO_REUSEPORT. by Kuniyuki Iwashima · 4 years, 5 months ago
  35. 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
  36. 6d4201b udp6: Run SK_LOOKUP BPF program on socket lookup by Jakub Sitnicki · 4 years, 5 months ago
  37. 2a08748 udp6: Extract helper for selecting socket from reuseport group by Jakub Sitnicki · 4 years, 5 months ago
  38. b51cd7c net: ipv6: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  39. 71489e2 net: Track socket refcounts in skb_steal_sock() by Joe Stringer · 4 years, 9 months ago
  40. 1a186c1 net: udp: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  41. 7170a97 net: annotate accesses to sk->sk_incoming_cpu by Eric Dumazet · 5 years ago
  42. 4094871 udp: only do GSO if # of segs > 1 by Josh Hunt · 5 years ago
  43. 44b321e udp: fix gso_segs calculations by Josh Hunt · 5 years ago
  44. 1bab8d4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  45. acdcecc udp: correct reuseport selection with connected sockets by Willem de Bruijn · 5 years ago
  46. c6af0c2 ip: support SO_MARK cmsg by Willem de Bruijn · 5 years ago
  47. 59c820b ipv6: elide flowlabel check if no exclusive leases exist by Willem de Bruijn · 5 years ago
  48. e4aa33a net: remove unused parameter from skb_checksum_try_convert by Li RongQing · 5 years ago
  49. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  50. f48d2cc udp: Remove unused variable/function (exact_dif) by Tim Beale · 6 years ago
  51. 7354537 udp: Remove unused parameter (exact_dif) by Tim Beale · 6 years ago
  52. 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  53. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  54. 983695f bpf: fix unconnected udp hooks by Daniel Borkmann · 6 years ago
  55. 26f8113 net: ipv6: drop unneeded likely() call around IS_ERR() by Enrico Weigelt · 6 years ago
  56. 257a525 bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro by Martin KaFai Lau · 6 years ago
  57. 4ac30c4 bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_err by Martin KaFai Lau · 6 years ago
  58. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  59. 97ff7ff net: use indirect calls helpers at early demux stage by Paolo Abeni · 6 years ago
  60. 0e219ae net: use indirect calls helpers for L3 handler hooks by Paolo Abeni · 6 years ago
  61. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  62. bddc028 udpv6: Check address length before reading address family by Tetsuo Handa · 6 years ago
  63. fd69c39 datagram: remove rendundant 'peeked' argument by Paolo Abeni · 6 years ago
  64. 424a7cd0 udpv6: fix possible user after free in error handler by Paolo Abeni · 6 years ago
  65. 543fc3f udpv6: add the required annotation to mib type by Paolo Abeni · 6 years ago
  66. f7c4615 udp6: add missing rehash callback to udplite by Alexey Kodanev · 6 years ago
  67. 0f149c9 udp: with udp_segment release on error path by Willem de Bruijn · 6 years ago
  68. e8e3698 bpf: Fix [::] -> [::1] rewrite in sys_sendmsg by Andrey Ignatov · 6 years ago
  69. 23b0269 net: udp6: prefer listeners bound to an address by Peter Oskolkov · 6 years ago
  70. 9c48060 udp: fix jump label misuse by Paolo Abeni · 6 years ago
  71. 029a374 udp6: cleanup stats accounting in recvmsg() by Paolo Abeni · 6 years ago
  72. e7cc082 udp: Support for error handlers of tunnels with arbitrary destination port by Stefano Brivio · 6 years ago
  73. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  74. a36e185 udp: Handle ICMP errors for tunnels with same destination port on both endpoints by Stefano Brivio · 6 years ago
  75. cf329aa udp: cope with UDP GRO packet misdirection by Paolo Abeni · 6 years ago
  76. bcd1665 udp: add support for UDP_GRO cmsg by Paolo Abeni · 6 years ago
  77. 60fb956 udp: implement complete book-keeping for encap_needed by Paolo Abeni · 6 years ago
  78. 7bd2db4 ipv6: do not drop vrf udp multicast packets by Dewi Morgan · 6 years ago
  79. 6da5b0f net: ensure unbound datagram socket to be chosen when not in a VRF by Mike Manning · 6 years ago
  80. f64bf6b8 net: allow traceroute with a specified interface in a vrf by Mike Manning · 6 years ago
  81. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  82. 84dad55 udp6: fix encap return code for resubmitting by Paolo Abeni · 6 years ago
  83. f2e9de2 udp: gro behind static key by Willem de Bruijn · 6 years ago
  84. eb63f29 udp6: add missing checks on edumux packet processing by Paolo Abeni · 6 years ago
  85. 8217ca6 bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection by Martin KaFai Lau · 6 years ago
  86. 5fdaa88 ipv6: fold sockcm_cookie into ipcm6_cookie by Willem de Bruijn · 6 years ago
  87. b515430a ipv6: ipcm6_cookie initializer by Willem de Bruijn · 6 years ago
  88. a818f75 net: ipv6: Hook into time based transmission by Jesus Sanchez-Palencia · 6 years ago
  89. 6c206b2 udp: fix rx queue len reported by diag and proc interface by Paolo Abeni · 7 years ago
  90. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  91. fd129f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  92. 6e86000 netfilter: provide udp*_lib_lookup for nf_tproxy by Arnd Bergmann · 7 years ago
  93. 1cedee1 bpf: Hooks for sys_sendmsg by Andrey Ignatov · 7 years ago
  94. ff06342 udp: exclude gso from xfrm paths by Willem de Bruijn · 7 years ago
  95. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  96. a3d2599 ipv{4,6}/udp{,lite}: simplify proc registration by Christoph Hellwig · 7 years ago
  97. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  98. 69678bc udp: fix SO_BINDTODEVICE by Paolo Abeni · 7 years ago
  99. 88ab310 net/udp: Update udp_encap_needed static key to modern api by Davidlohr Bueso · 7 years ago
  100. a8c744a udp: disable gso with no_check_tx by Willem de Bruijn · 7 years ago