1. 286c72d udp: must lock the socket in udp_disconnect() by Eric Dumazet · 8 years ago
  2. 5d77dca net: diag: support SOCK_DESTROY for UDP sockets by David Ahern · 8 years ago
  3. 595d0b2 udp: avoid csum_partial() for validated skb by Eric Dumazet · 8 years ago
  4. 13415e4 net: snmp: kill STATS_BH macros by Eric Dumazet · 8 years ago
  5. 02c2234 net: udp: rename UDP_INC_STATS_BH() by Eric Dumazet · 8 years ago
  6. 6aef70a net: snmp: kill various STATS_USER() helpers by Eric Dumazet · 8 years ago
  7. a602456 udp: Add GRO functions to UDP socket by Tom Herbert · 8 years ago
  8. 6305830 udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb by Tom Herbert · 8 years ago
  9. e6afc8a udp: remove headers from UDP packets before queueing by samanthakumar · 8 years ago
  10. ca065d0 udp: no longer use SLAB_DESTROY_BY_RCU by Eric Dumazet · 8 years ago
  11. 086c653 sock: struct proto hash function may error by Craig Gallek · 8 years ago
  12. 538950a soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF by Craig Gallek · 8 years ago
  13. e32ea7e soreuseport: fast reuseport UDP socket selection by Craig Gallek · 8 years ago
  14. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  15. 723b8e4 udp: In udp_flow_src_port use random hash value if skb_get_hash fails by Tom Herbert · 9 years ago
  16. 8bce6d7 udp: Generalize skb_udp_segment by Tom Herbert · 10 years ago
  17. 57c67ff udp: additional GRO support by Tom Herbert · 10 years ago
  18. b8f1a55 udp: Add function to make source port for UDP tunnels by Tom Herbert · 10 years ago
  19. bbdff22 udp: call __skb_checksum_complete when doing full checksum by Tom Herbert · 10 years ago
  20. af5fcba udp: Generic functions to set checksum by Tom Herbert · 10 years ago
  21. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  22. f9bddcd udp: Remove unnecessary semicolon from do{}while (0) macro by Joe Perches · 11 years ago
  23. 421b388 udp: ipv4: Add udp early demux by Shawn Bohrer · 11 years ago
  24. 1a50bd0 udp.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  25. c26bf4a pktgen: Add UDPCSUM flag to support UDP checksums by Thomas Graf · 11 years ago
  26. 8822b64 ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data by Hannes Frederic Sowa · 11 years ago
  27. da5bab0 net: udp4: move GSO functions to udp_offload by Daniel Borkmann · 11 years ago
  28. d7f3f62 net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6 by Benjamin LaHaise · 12 years ago
  29. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  30. 447167b udp: intoduce udp_encap_needed static_key by Eric Dumazet · 12 years ago
  31. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  32. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 12 years ago
  33. fce8233 udp: Export code sk lookup routines by Pavel Emelyanov · 12 years ago
  34. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  35. 73cb88e net: make the tcp and udp file_operations for the /proc stuff const by Arjan van de Ven · 13 years ago
  36. f6b9664f udp: Switch to ip_finish_skb by Herbert Xu · 13 years ago
  37. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  38. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  39. aa976fc tproxy: added udp6_lib_lookup function by Balazs Scheidler · 14 years ago
  40. 719f835 udp: add rehash on connect() by Eric Dumazet · 14 years ago
  41. 53d3176 net: cleanups by Changli Gao · 14 years ago
  42. 30fff92 udp: bind() optimisation by Eric Dumazet · 15 years ago
  43. 512615b udp: secondary hash on (local port, local address) by Eric Dumazet · 15 years ago
  44. fdcc8aa9 udp: add a counter into udp_hslot by Eric Dumazet · 15 years ago
  45. f86dcc5 udp: dynamically size hash tables at boot time by Eric Dumazet · 15 years ago
  46. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  47. d7ca4cc udpv4: Handle large incoming UDP/IPv4 packets and support software UFO. by Sridhar Samudrala · 15 years ago
  48. 499923c ipv6: Fix NULL pointer dereference with time-wait sockets by Vlad Yasevich · 15 years ago
  49. b2f5e7c ipv6: Fix conflict resolutions during ipv6 binding by Vlad Yasevich · 15 years ago
  50. 88ab193 udp: Use hlist_nulls in UDP RCU code by Eric Dumazet · 16 years ago
  51. 645ca70 udp: introduce struct udp_table and multiple spinlocks by Eric Dumazet · 16 years ago
  52. be713a4 netns: make uplitev6 mib per/namespace by Denis V. Lunev · 16 years ago
  53. 0c7ed67 netns: make udpv6 mib per/namespace by Denis V. Lunev · 16 years ago
  54. bcd4130 udp: Export UDP socket lookup function by KOVACS Krisztian · 16 years ago
  55. 386019d mib: put udplite statistics on struct net by Pavel Emelyanov · 16 years ago
  56. 2f275f9 mib: put udp statistics on struct net by Pavel Emelyanov · 16 years ago
  57. ef28d1a MIB: add struct net to UDP6_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  58. 235b9f7 MIB: add struct net to UDP6_INC_STATS_USER by Pavel Emelyanov · 16 years ago
  59. 0283328 MIB: add struct net to UDP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  60. 629ca23 MIB: add struct net to UDP_INC_STATS_USER by Pavel Emelyanov · 16 years ago
  61. 875ec43 udp: reorder udp_iter_state to remove padding on 64bit builds by Richard Kennedy · 16 years ago
  62. 36d926b [IPV6]: inet_sk(sk)->cork.opt leak by Denis V. Lunev · 16 years ago
  63. c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 16 years ago
  64. 4ad96d3 [UDP]: Remove owner from udp_seq_afinfo. by Denis V. Lunev · 16 years ago
  65. 3ba9441 [UDP]: Place file operations directly into udp_seq_afinfo. by Denis V. Lunev · 16 years ago
  66. dda6192 [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo. by Denis V. Lunev · 16 years ago
  67. 6f191ef [UDP]: Replace struct net on udp_iter_state with seq_net_private. by Denis V. Lunev · 16 years ago
  68. 6ba5a3c [UDP]: Make full use of proto.h.udp_hash innovation. by Pavel Emelyanov · 16 years ago
  69. 0c96d8c [NETNS][IPV6] udp6 - make proc per namespace by Daniel Lezcano · 16 years ago
  70. a91275e [NETNS][IPV6] udp - make proc handle the network namespace by Daniel Lezcano · 16 years ago
  71. 65f7651 [NET]: prot_inuse cleanups and optimizations by Eric Dumazet · 16 years ago
  72. 95766ff [UDP]: Add memory accounting. by Hideo Aoki · 16 years ago
  73. 1781f7f [UDP]: Restore missing inDatagrams increments by Herbert Xu · 16 years ago
  74. df2bc45 [UDP]: Revert 2-pass hashing changes. by David S. Miller · 17 years ago
  75. fc03841 [UDP]: Fix AF-specific references in AF-agnostic code. by David S. Miller · 17 years ago
  76. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 17 years ago
  77. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  78. 759e5d0 [UDP]: Clean up UDP-Lite receive checksum by Herbert Xu · 17 years ago
  79. bd01f84 [PATCH] severing skbuff.h -> poll.h by Al Viro · 18 years ago
  80. 4c0a6cb [UDP(-Lite)]: consolidate v4 and v6 get|setsockopt code by Gerrit Renker · 18 years ago
  81. 8e5200f [NET]: Fix assorted misannotations (from md5 and udplite merges). by Al Viro · 18 years ago
  82. b51655b [NET]: Annotate __skb_checksum_complete() and friends. by Al Viro · 18 years ago
  83. 868c86b [NET]: annotate csum_ipv6_magic() callers in net/* by Al Viro · 18 years ago
  84. ba4e58e [NET]: Supporting UDP-Lite (RFC 3828) in Linux by Gerrit Renker · 18 years ago
  85. e3b4ead [UDP]: saddr_cmp function should take const socket pointers by David S. Miller · 18 years ago
  86. 25030a7 [UDP]: Unify UDPv4 and UDPv6 ->get_port() by Gerrit Renker · 18 years ago
  87. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 18 years ago
  88. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  89. 02c30a8 [PATCH] update Ross Biro bouncing email address by Jesper Juhl · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago