1. 51e0158 skmsg: Pass psock pointer to ->psock_update_sk_prot() by Cong Wang · 3 years, 9 months ago
  2. c2bcb4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 9 months ago
  3. d7f5711 udp: Implement ->read_sock() for sockmap by Cong Wang · 3 years, 9 months ago
  4. 8a59f9d sock: Introduce sk->sk_prot->psock_update_sk_prot() by Cong Wang · 3 years, 9 months ago
  5. 000ac44 udp: fixup csum for GSO receive slow path by Paolo Abeni · 3 years, 9 months ago
  6. 8875960 bpf: Clean up sockmap related Kconfigs by Cong Wang · 3 years, 11 months ago
  7. f9a4719 ipv6: move udp declarations to net/udp.h by Leon Romanovsky · 4 years ago
  8. a4a600dd udp: call udp_encap_enable for v6 sockets when enabling encap by Xin Long · 4 years ago
  9. c3df39a udp: ipv4: manipulate network header of NATed UDP GRO fraglist by Dongseok Yi · 4 years ago
  10. 7b58e63 inet: udp{4|6}_lib_lookup_skb() skb argument is const by Eric Dumazet · 4 years, 2 months ago
  11. 91ac1cc net/udp: switch udp_lib_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
  12. f91c031e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  13. 9e8ca27 net: bpf: Add bpf_seq_afinfo in udp_iter_state by Yonghong Song · 4 years, 7 months ago
  14. 6db6932 udp: move gro declarations to net/udp.h by Eric Dumazet · 4 years, 7 months ago
  15. edc6741c bpf: Add sockmap hooks for UDP sockets by Lorenz Bauer · 4 years, 10 months ago
  16. d0208bf udp: document udp_rcv_segment special case for looped packets by Willem de Bruijn · 5 years ago
  17. 6cd021a udp: segment looped gso packets correctly by Willem de Bruijn · 5 years ago
  18. 9fd1ff5 udp: Support UDP fraglist GRO/GSO. by Steffen Klassert · 5 years ago
  19. 974ceb2 udp: Remove unlikely() from IS_ERR*() condition by Denis Efremov · 5 years ago
  20. 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
  21. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  22. f269609 udp: Avoid post-GRO UDP checksum recalculation by Sean Tranchetti · 6 years ago
  23. fd69c39 datagram: remove rendundant 'peeked' argument by Paolo Abeni · 6 years ago
  24. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  25. cf329aa udp: cope with UDP GRO packet misdirection by Paolo Abeni · 6 years ago
  26. 6da5b0f net: ensure unbound datagram socket to be chosen when not in a VRF by Mike Manning · 6 years ago
  27. f2e9de2 udp: gro behind static key by Willem de Bruijn · 6 years ago
  28. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  30. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  31. 6c206b2 udp: fix rx queue len reported by diag and proc interface by Paolo Abeni · 7 years ago
  32. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  33. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  34. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  35. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  36. a3d2599 ipv{4,6}/udp{,lite}: simplify proc registration by Christoph Hellwig · 7 years ago
  37. 9a0d41b udp: Do not pass checksum as a parameter to GSO segmentation by Alexander Duyck · 7 years ago
  38. b21c034 udp: Do not pass MSS as parameter to GSO segmentation by Alexander Duyck · 7 years ago
  39. 2e8de85 udp: add gso segment cmsg by Willem de Bruijn · 7 years ago
  40. ee80d1e udp: add udp gso by Willem de Bruijn · 7 years ago
  41. d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
  42. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  43. 7487449 IPv4: early demux can return an error code by Paolo Abeni · 7 years ago
  44. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  45. 64f0f5d udp6: set rx_dst_cookie on rx_dst updates by Paolo Abeni · 7 years ago
  46. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  47. 42b7305 udp: fix linear skb reception with PEEK_OFF by Al Viro · 7 years ago
  48. fd851ba udp: harden copy_linear_skb() by Eric Dumazet · 7 years ago
  49. 1801b57 net: ipv6: add second dif to udp socket lookups by David Ahern · 7 years ago
  50. fb74c27 net: ipv4: add second dif to udp socket lookups by David Ahern · 7 years ago
  51. c9f2c1a udp6: fix socket leak on early demux by Paolo Abeni · 7 years ago
  52. dce4551 udp: preserve head state for IP_CMSG_PASSSEC by Paolo Abeni · 7 years ago
  53. b26bbdae udp: move scratch area helpers into the include file by Paolo Abeni · 8 years ago
  54. 2276f58 udp: use a separate rx queue for packet reception by Paolo Abeni · 8 years ago
  55. dddb64b net: Add sysctl to toggle early demux for tcp and udp by subashab@codeaurora.org · 8 years ago
  56. fe38d2a inet: collapse ipv4/v6 rcv_saddr_equal functions into one by Josef Bacik · 8 years ago
  57. c915fe1 udplite: fix NULL pointer dereference by Paolo Abeni · 8 years ago
  58. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  59. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  60. f970bd9 udp: implement memory accounting helpers by Paolo Abeni · 8 years ago
  61. 286c72d udp: must lock the socket in udp_disconnect() by Eric Dumazet · 8 years ago
  62. 5d77dca net: diag: support SOCK_DESTROY for UDP sockets by David Ahern · 8 years ago
  63. 595d0b2 udp: avoid csum_partial() for validated skb by Eric Dumazet · 9 years ago
  64. 13415e4 net: snmp: kill STATS_BH macros by Eric Dumazet · 9 years ago
  65. 02c2234 net: udp: rename UDP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  66. 6aef70a net: snmp: kill various STATS_USER() helpers by Eric Dumazet · 9 years ago
  67. a602456 udp: Add GRO functions to UDP socket by Tom Herbert · 9 years ago
  68. 6305830 udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb by Tom Herbert · 9 years ago
  69. e6afc8a udp: remove headers from UDP packets before queueing by samanthakumar · 9 years ago
  70. ca065d0 udp: no longer use SLAB_DESTROY_BY_RCU by Eric Dumazet · 9 years ago
  71. 086c653 sock: struct proto hash function may error by Craig Gallek · 9 years ago
  72. 538950a soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF by Craig Gallek · 9 years ago
  73. e32ea7e soreuseport: fast reuseport UDP socket selection by Craig Gallek · 9 years ago
  74. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  75. 723b8e4 udp: In udp_flow_src_port use random hash value if skb_get_hash fails by Tom Herbert · 10 years ago
  76. 8bce6d7 udp: Generalize skb_udp_segment by Tom Herbert · 10 years ago
  77. 57c67ff udp: additional GRO support by Tom Herbert · 10 years ago
  78. b8f1a55 udp: Add function to make source port for UDP tunnels by Tom Herbert · 11 years ago
  79. bbdff22 udp: call __skb_checksum_complete when doing full checksum by Tom Herbert · 11 years ago
  80. af5fcba udp: Generic functions to set checksum by Tom Herbert · 11 years ago
  81. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 11 years ago
  82. f9bddcd udp: Remove unnecessary semicolon from do{}while (0) macro by Joe Perches · 11 years ago
  83. 421b388 udp: ipv4: Add udp early demux by Shawn Bohrer · 11 years ago
  84. 1a50bd0 udp.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  85. c26bf4a pktgen: Add UDPCSUM flag to support UDP checksums by Thomas Graf · 11 years ago
  86. 8822b64 ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data by Hannes Frederic Sowa · 12 years ago
  87. da5bab0 net: udp4: move GSO functions to udp_offload by Daniel Borkmann · 12 years ago
  88. d7f3f62 net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6 by Benjamin LaHaise · 13 years ago
  89. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  90. 447167b udp: intoduce udp_encap_needed static_key by Eric Dumazet · 13 years ago
  91. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  92. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  93. fce8233 udp: Export code sk lookup routines by Pavel Emelyanov · 13 years ago
  94. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  95. 73cb88e net: make the tcp and udp file_operations for the /proc stuff const by Arjan van de Ven · 13 years ago
  96. f6b9664f udp: Switch to ip_finish_skb by Herbert Xu · 14 years ago
  97. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 14 years ago
  98. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  99. aa976fc tproxy: added udp6_lib_lookup function by Balazs Scheidler · 14 years ago
  100. 719f835 udp: add rehash on connect() by Eric Dumazet · 14 years ago