1. 8217ca6 bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection by Martin KaFai Lau · 6 years ago
  2. 2dbb9b9 bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
  3. 678ca42 ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6 by Willem de Bruijn · 7 years ago
  4. 3517820 ipv4: ipcm_cookie initializers by Willem de Bruijn · 7 years ago
  5. bc969a9 net: ipv4: Hook into time based transmission by Jesus Sanchez-Palencia · 7 years ago
  6. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  7. 6c206b2 udp: fix rx queue len reported by diag and proc interface by Paolo Abeni · 7 years ago
  8. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  9. fd129f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  10. 6e86000 netfilter: provide udp*_lib_lookup for nf_tproxy by Arnd Bergmann · 7 years ago
  11. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  12. 1cedee1 bpf: Hooks for sys_sendmsg by Andrey Ignatov · 7 years ago
  13. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  14. ff06342 udp: exclude gso from xfrm paths by Willem de Bruijn · 7 years ago
  15. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  16. a3d2599 ipv{4,6}/udp{,lite}: simplify proc registration by Christoph Hellwig · 7 years ago
  17. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  18. 1b97013 ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg by Andrey Ignatov · 7 years ago
  19. 69678bc udp: fix SO_BINDTODEVICE by Paolo Abeni · 7 years ago
  20. 88ab310 net/udp: Update udp_encap_needed static key to modern api by Davidlohr Bueso · 7 years ago
  21. dfec0ee udp: Record gso_segs when supporting UDP segmentation offload by Alexander Duyck · 7 years ago
  22. a8c744a udp: disable gso with no_check_tx by Willem de Bruijn · 7 years ago
  23. 2e8de85 udp: add gso segment cmsg by Willem de Bruijn · 7 years ago
  24. bec1f6f udp: generate gso with UDP_SEGMENT by Willem de Bruijn · 7 years ago
  25. 1cd7884 udp: expose inet cork to udp by Willem de Bruijn · 7 years ago
  26. d4069fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  27. d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
  28. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  29. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  30. fc18999 net: Convert udp_sysctl_ops by Kirill Tkhai · 7 years ago
  31. 1e80295 udp: Move the udp sysctl to namespace. by Tonghao Zhang · 7 years ago
  32. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  33. 15f35d4 udplite: fix partial checksum initialization by Alexey Kodanev · 7 years ago
  34. f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 7 years ago
  35. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  36. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  37. 9515a2e net/ipv4: Allow send to local broadcast from a socket bound to a VRF by David Ahern · 7 years ago
  38. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  39. 0a38806 net: revert "Update RFS target at poll for tcp/udp" by Soheil Hassas Yeganeh · 7 years ago
  40. f0b1e64 udp: Move udp[46]_portaddr_hash() to net/ip[v6].h by Martin KaFai Lau · 7 years ago
  41. e94a62f net/reuseport: drop legacy code by Paolo Abeni · 7 years ago
  42. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  43. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  44. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  45. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  46. 1b5f962 soreuseport: fix initialization race by Craig Gallek · 7 years ago
  47. 197df02 udp: make some messages more descriptive by Matteo Croce · 7 years ago
  48. d93fa2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  49. 996b44f udp: fix bcast packet reception by Paolo Abeni · 7 years ago
  50. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  51. bc044e8 udp: perform source validation for mcast early demux by Paolo Abeni · 7 years ago
  52. 7487449 IPv4: early demux can return an error code by Paolo Abeni · 7 years ago
  53. 0d4a660 udp: do rmem bulk free even if the rx sk queue is empty by Paolo Abeni · 7 years ago
  54. ca2c141 udp: drop head states only when all skb references are gone by Paolo Abeni · 7 years ago
  55. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  56. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  57. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  58. e8a732d udp: fix secpath leak by Yossi Kuperman · 7 years ago
  59. 64f0f5d udp6: set rx_dst_cookie on rx_dst updates by Paolo Abeni · 7 years ago
  60. 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  61. ab2fb7e udp: remove unreachable ufo branches by Willem de Bruijn · 7 years ago
  62. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  63. a0917e0 datagram: When peeking datagrams with offset < 0 don't skip empty skbs by Matthew Dawson · 7 years ago
  64. 040cca3 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  65. 3b2b69e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  66. 85f1bd9 udp: consistently apply ufo or fragmentation by Willem de Bruijn · 7 years ago
  67. 7a34bcb jump_label: Do not use unserialized static_key_enabled() by Paolo Bonzini · 7 years ago
  68. 60d9b03 net: ipv4: add second dif to multicast source filter by David Ahern · 7 years ago
  69. 3fa6f61 net: ipv4: add second dif to inet socket lookups by David Ahern · 7 years ago
  70. fb74c27 net: ipv4: add second dif to udp socket lookups by David Ahern · 7 years ago
  71. 3bdefdf udp: no need to preserve skb->dst by Paolo Abeni · 7 years ago
  72. c9f2c1a udp6: fix socket leak on early demux by Paolo Abeni · 7 years ago
  73. 9688f9b udp: unbreak build lacking CONFIG_XFRM by Paolo Abeni · 7 years ago
  74. dce4551 udp: preserve head state for IP_CMSG_PASSSEC by Paolo Abeni · 7 years ago
  75. 0ddf3fb udp: preserve skb->dst if required for IP options processing by Paolo Abeni · 7 years ago
  76. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  77. b26bbdae udp: move scratch area helpers into the include file by Paolo Abeni · 8 years ago
  78. 9bd780f udp: fix poll() by Paolo Abeni · 8 years ago
  79. dd99e42 udp: prefetch rmem_alloc in udp_queue_rcv_skb() by Paolo Abeni · 8 years ago
  80. d24406c udp: call dst_hold_safe() in udp_sk_rx_set_dst() by Wei Wang · 8 years ago
  81. b65ac44 udp: try to avoid 2 cache miss on dequeue by Paolo Abeni · 8 years ago
  82. 0a463c7 udp: avoid a cache miss on dequeue by Paolo Abeni · 8 years ago
  83. c6cd850 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  84. de321ed net: fix __skb_try_recv_from_queue to return the old behavior by Andrey Vagin · 8 years ago
  85. a3f96c4 udp: make *udp*_queue_rcv_skb() functions static by Paolo Abeni · 8 years ago
  86. 64f5102 udp: make function udp_skb_dtor_locked static by Colin Ian King · 8 years ago
  87. 6dfb436 udp: keep the sk_receive_queue held when splicing by Paolo Abeni · 8 years ago
  88. 2276f58 udp: use a separate rx queue for packet reception by Paolo Abeni · 8 years ago
  89. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  90. 0dec879 net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP by Julian Anastasov · 8 years ago
  91. 6962946 udp: properly cope with csum errors by Eric Dumazet · 8 years ago
  92. 63a6fff net: Avoid receiving packets with an l3mdev on unbound UDP sockets by Robert Shearman · 8 years ago
  93. fe38d2a inet: collapse ipv4/v6 rcv_saddr_equal functions into one by Josef Bacik · 8 years ago
  94. df56005 udp: inuse checks can quit early for reuseport by Eric Garver · 8 years ago
  95. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  96. 02ab0d1 udp: udp_rmem_release() should touch sk_rmem_alloc later by Eric Dumazet · 8 years ago
  97. 6b229cf udp: add batching to udp_rmem_release() by Eric Dumazet · 8 years ago
  98. c84d949 udp: copy skb->truesize in the first cache line by Eric Dumazet · 8 years ago
  99. 4b27275 udp: add busylocks in RX path by Eric Dumazet · 8 years ago
  100. c8c8b12 udp: under rx pressure, try to condense skbs by Eric Dumazet · 8 years ago