1. 424a7cd0 udpv6: fix possible user after free in error handler by Paolo Abeni · 6 years ago
  2. 543fc3f udpv6: add the required annotation to mib type by Paolo Abeni · 6 years ago
  3. f7c4615 udp6: add missing rehash callback to udplite by Alexey Kodanev · 6 years ago
  4. 0f149c9 udp: with udp_segment release on error path by Willem de Bruijn · 6 years ago
  5. e8e3698 bpf: Fix [::] -> [::1] rewrite in sys_sendmsg by Andrey Ignatov · 6 years ago
  6. 23b0269 net: udp6: prefer listeners bound to an address by Peter Oskolkov · 6 years ago
  7. 9c48060 udp: fix jump label misuse by Paolo Abeni · 6 years ago
  8. 029a374 udp6: cleanup stats accounting in recvmsg() by Paolo Abeni · 6 years ago
  9. e7cc082 udp: Support for error handlers of tunnels with arbitrary destination port by Stefano Brivio · 6 years ago
  10. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  11. a36e185 udp: Handle ICMP errors for tunnels with same destination port on both endpoints by Stefano Brivio · 6 years ago
  12. cf329aa udp: cope with UDP GRO packet misdirection by Paolo Abeni · 6 years ago
  13. bcd1665 udp: add support for UDP_GRO cmsg by Paolo Abeni · 6 years ago
  14. 60fb956 udp: implement complete book-keeping for encap_needed by Paolo Abeni · 6 years ago
  15. 7bd2db4 ipv6: do not drop vrf udp multicast packets by Dewi Morgan · 6 years ago
  16. 6da5b0f net: ensure unbound datagram socket to be chosen when not in a VRF by Mike Manning · 6 years ago
  17. f64bf6b8 net: allow traceroute with a specified interface in a vrf by Mike Manning · 6 years ago
  18. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  19. 84dad55 udp6: fix encap return code for resubmitting by Paolo Abeni · 6 years ago
  20. f2e9de2 udp: gro behind static key by Willem de Bruijn · 6 years ago
  21. eb63f29 udp6: add missing checks on edumux packet processing by Paolo Abeni · 6 years ago
  22. 8217ca6 bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection by Martin KaFai Lau · 6 years ago
  23. 5fdaa88 ipv6: fold sockcm_cookie into ipcm6_cookie by Willem de Bruijn · 7 years ago
  24. b515430a ipv6: ipcm6_cookie initializer by Willem de Bruijn · 7 years ago
  25. a818f75 net: ipv6: Hook into time based transmission by Jesus Sanchez-Palencia · 7 years ago
  26. 6c206b2 udp: fix rx queue len reported by diag and proc interface by Paolo Abeni · 7 years ago
  27. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  28. fd129f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  29. 6e86000 netfilter: provide udp*_lib_lookup for nf_tproxy by Arnd Bergmann · 7 years ago
  30. 1cedee1 bpf: Hooks for sys_sendmsg by Andrey Ignatov · 7 years ago
  31. ff06342 udp: exclude gso from xfrm paths by Willem de Bruijn · 7 years ago
  32. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  33. a3d2599 ipv{4,6}/udp{,lite}: simplify proc registration by Christoph Hellwig · 7 years ago
  34. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  35. 69678bc udp: fix SO_BINDTODEVICE by Paolo Abeni · 7 years ago
  36. 88ab310 net/udp: Update udp_encap_needed static key to modern api by Davidlohr Bueso · 7 years ago
  37. a8c744a udp: disable gso with no_check_tx by Willem de Bruijn · 7 years ago
  38. 2e8de85 udp: add gso segment cmsg by Willem de Bruijn · 7 years ago
  39. bec1f6f udp: generate gso with UDP_SEGMENT by Willem de Bruijn · 7 years ago
  40. 1cd7884 udp: expose inet cork to udp by Willem de Bruijn · 7 years ago
  41. 4f858c5 ipv6: udp: set dst cache for a connected sk if current not valid by Alexey Kodanev · 7 years ago
  42. 9f542f6 ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg() by Alexey Kodanev · 7 years ago
  43. 9681815 ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow() by Alexey Kodanev · 7 years ago
  44. d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
  45. 1e80295 udp: Move the udp sysctl to namespace. by Tonghao Zhang · 7 years ago
  46. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  47. f0b1e64 udp: Move udp[46]_portaddr_hash() to net/ip[v6].h by Martin KaFai Lau · 7 years ago
  48. e94a62f net/reuseport: drop legacy code by Paolo Abeni · 7 years ago
  49. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  50. 63ecc3d udpv6: Fix the checksum computation when HW checksum does not apply by Subash Abhinov Kasiviswanathan · 7 years ago
  51. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  52. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  53. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  54. a8e3bb3 net: Add comment that early_demux can change via sysctl by David Ahern · 7 years ago
  55. 64f0f5d udp6: set rx_dst_cookie on rx_dst updates by Paolo Abeni · 7 years ago
  56. 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  57. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  58. a0917e0 datagram: When peeking datagrams with offset < 0 don't skip empty skbs by Matthew Dawson · 7 years ago
  59. 7a34bcb jump_label: Do not use unserialized static_key_enabled() by Paolo Bonzini · 7 years ago
  60. 4297a0e net: ipv6: add second dif to inet6 socket lookups by David Ahern · 7 years ago
  61. 1801b57 net: ipv6: add second dif to udp socket lookups by David Ahern · 7 years ago
  62. cb891fa udp6: fix jumbogram reception by Paolo Abeni · 7 years ago
  63. c9f2c1a udp6: fix socket leak on early demux by Paolo Abeni · 7 years ago
  64. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  65. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. 67a5178 ipv6: udp: leverage scratch area helpers by Paolo Abeni · 8 years ago
  67. 85cb73f net: ipv6: reset daddr and dport in sk if connect() fails by Wei Wang · 8 years ago
  68. 4b943fa udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb() by Paolo Abeni · 8 years ago
  69. d24406c udp: call dst_hold_safe() in udp_sk_rx_set_dst() by Wei Wang · 8 years ago
  70. c6cd850 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  71. a3f96c4 udp: make *udp*_queue_rcv_skb() functions static by Paolo Abeni · 8 years ago
  72. 2276f58 udp: use a separate rx queue for packet reception by Paolo Abeni · 8 years ago
  73. 0bd8406 net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0 by subashab@codeaurora.org · 8 years ago
  74. dddb64b net: Add sysctl to toggle early demux for tcp and udp by subashab@codeaurora.org · 8 years ago
  75. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  76. d515684 ipv6: make sure to initialize sockc.tsflags before first use by Alexander Potapenko · 8 years ago
  77. 5425077 net: ipv6: Add early demux handler for UDP unicast by subashab@codeaurora.org · 8 years ago
  78. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  79. 052d236 ipv6: Handle IPv4-mapped src to in6addr_any dst. by Jonathan T. Leighton · 8 years ago
  80. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  81. 0dec879 net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP by Julian Anastasov · 8 years ago
  82. 6962946 udp: properly cope with csum errors by Eric Dumazet · 8 years ago
  83. 63a6fff net: Avoid receiving packets with an l3mdev on unbound UDP sockets by Robert Shearman · 8 years ago
  84. fe38d2a inet: collapse ipv4/v6 rcv_saddr_equal functions into one by Josef Bacik · 8 years ago
  85. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  86. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  87. 30c7be2 udplite: call proper backlog handlers by Eric Dumazet · 8 years ago
  88. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  89. d21dbdf udp: avoid one cache line miss in recvmsg() by Eric Dumazet · 8 years ago
  90. e68b6e5 udp: enable busy polling for all sockets by Eric Dumazet · 8 years ago
  91. 73e2d5e udp: restore UDPlite many-cast delivery by Pablo Neira · 8 years ago
  92. 7d38484 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  93. 30f5815 udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6} by Arnd Bergmann · 8 years ago
  94. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  95. ad95903 net/sock: add an explicit sk argument for ip_cmsg_recv_offset() by Paolo Abeni · 8 years ago
  96. e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  97. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  98. 10df8e6 udp: fix IP_CHECKSUM handling by Eric Dumazet · 8 years ago
  99. 850cbad udp: use it's own memory accounting schema by Paolo Abeni · 8 years ago
  100. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago