1. e898d4d [UDP]: Allow users to configure UDP-Lite. by YOSHIFUJI Hideaki · 16 years ago
  2. fa4d3c6 [NETNS]: Udp sockets per-net lookup. by Pavel Emelyanov · 16 years ago
  3. f1b050b [NETNS]: Add namespace parameter to ip_route_output_flow. by Denis V. Lunev · 16 years ago
  4. fc80be8 [IPV4] UDP,UDPLITE: Sparse: {__udp4_lib,udp,udplite}_err() are of void. by YOSHIFUJI Hideaki · 16 years ago
  5. 65f7651 [NET]: prot_inuse cleanups and optimizations by Eric Dumazet · 17 years ago
  6. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 17 years ago
  7. 95766ff [UDP]: Add memory accounting. by Hideo Aoki · 17 years ago
  8. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  9. 9055e05 [UDP]: Move udp_stats_in6 into net/ipv4/udp.c by Herbert Xu · 17 years ago
  10. a59322b [UDP]: Only increment counter on first peek/recv by Herbert Xu · 17 years ago
  11. 1781f7f [UDP]: Restore missing inDatagrams increments by Herbert Xu · 17 years ago
  12. 27ab256 [UDP]: Avoid repeated counting of checksum errors due to peeking by Herbert Xu · 17 years ago
  13. bbca176 [UDP]: Counter increment should be in USER mode for recvmsg by Wang Chen · 17 years ago
  14. b2bf1e2 [UDP]: Clean up for IS_UDPLITE macro by Wang Chen · 17 years ago
  15. cb75994 [UDP]: Defer InDataGrams increment until recvmsg() does checksum by Wang Chen · 17 years ago
  16. 47a31a6 [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure by Eric Dumazet · 17 years ago
  17. fee9dee [UDP]: Make use of inet_iif() when doing socket lookups. by Vlad Yasevich · 17 years ago
  18. a25de53 [INET]: Justification for local port range robustness. by Anton Arapov · 17 years ago
  19. 227b60f [INET]: local port range robustness by Stephen Hemminger · 17 years ago
  20. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  21. 32c1da7 [UDP]: Randomize port selection. by Stephen Hemminger · 17 years ago
  22. 2a0c6c9 [IPV4]: Just increment OutDatagrams once per a datagram. by YOSHIFUJI Hideaki · 17 years ago
  23. 3be550f [UDP]: Fix length check. by Patrick McHardy · 17 years ago
  24. 067b207 [UDP]: Cleanup UDP encapsulation code by James Chapman · 17 years ago
  25. 342f023 [UDP]: Introduce UDP encapsulation type for L2TP by James Chapman · 17 years ago
  26. df2bc45 [UDP]: Revert 2-pass hashing changes. by David S. Miller · 17 years ago
  27. 584bdf8 [IPV4]: Fix "ipOutNoRoutes" counter error for TCP and UDP by Wei Dong · 17 years ago
  28. fc03841 [UDP]: Fix AF-specific references in AF-agnostic code. by David S. Miller · 17 years ago
  29. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  30. de34ed9 [UDP]: Do not allow specific bind when wildcard bind exists. by David S. Miller · 17 years ago
  31. b7b5f48 [IPV4] UDP: Fix endianness bugs in hashing changes. by David S. Miller · 17 years ago
  32. 6aaf47f [PATCH] INET : IPV4 UDP lookups converted to a 2 pass algo by Eric Dumazet · 17 years ago
  33. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 17 years ago
  34. 663ead3 [NET]: Use csum_start offset instead of skb_transport_header by Herbert Xu · 17 years ago
  35. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  36. 4bedb45 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh by Arnaldo Carvalho de Melo · 17 years ago
  37. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  38. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  39. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  40. c7a3c5d [UDP]: Use __skb_pull since we have checked it won't fail with pskb_may_pull by Arnaldo Carvalho de Melo · 17 years ago
  41. 3fbe070 [UDP]: deinline by Stephen Hemminger · 17 years ago
  42. 6516c65 [UDP]: ipv4 whitespace cleanup by Stephen Hemminger · 17 years ago
  43. 759e5d0 [UDP]: Clean up UDP-Lite receive checksum by Herbert Xu · 17 years ago
  44. d644329 [UDP]: Reread uh pointer after pskb_trim by Herbert Xu · 17 years ago
  45. 95f30b3 [UDP]: UDP can use sk_hash to speedup lookups by Eric Dumazet · 17 years ago
  46. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  47. 8eb9086 [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. by David S. Miller · 17 years ago
  48. 5c66870 [UDP]: Fix reversed logic in udp_get_port(). by David S. Miller · 18 years ago
  49. 4c0a6cb [UDP(-Lite)]: consolidate v4 and v6 get|setsockopt code by Gerrit Renker · 18 years ago
  50. ff1dcad [NET]: Split skb->csum by Al Viro · 18 years ago
  51. 8e5200f [NET]: Fix assorted misannotations (from md5 and udplite merges). by Al Viro · 18 years ago
  52. 078250d [NET/IPv4]: Make udp_push_pending_frames static by Gerrit Renker · 18 years ago
  53. f6ab028 [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit. by Al Viro · 18 years ago
  54. 6b11687 [NET]: Annotate csum_tcpudp_magic() callers in net/* by Al Viro · 18 years ago
  55. ba4e58e [NET]: Supporting UDP-Lite (RFC 3828) in Linux by Gerrit Renker · 18 years ago
  56. 753eab7 [UDP]: Make udp_encap_rcv use pskb_may_pull by Olaf Kirch · 18 years ago
  57. 1e0c14f [UDP]: Fix MSG_PROBE crash by Herbert Xu · 18 years ago
  58. 734ab87 [UDP] net/ipv4/udp.c: trivial annotations by Al Viro · 18 years ago
  59. 3ca3c68 [IPV4]: struct ip_options annotations by Al Viro · 18 years ago
  60. e3b4ead [UDP]: saddr_cmp function should take const socket pointers by David S. Miller · 18 years ago
  61. bed53ea [UDP]: Mark udp_port_rover static. by David S. Miller · 18 years ago
  62. 25030a7 [UDP]: Unify UDPv4 and UDPv6 ->get_port() by Gerrit Renker · 18 years ago
  63. 81aa646 [IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBs by Martin Bligh · 18 years ago
  64. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  65. beb8d13 [MLSXFRM]: Add flow labeling by Venkat Yekkirala · 18 years ago
  66. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  67. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  68. 543d9cf [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset by Arnaldo Carvalho de Melo · 18 years ago
  69. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  70. b59c270 [NETFILTER]: Keep conntrack reference until IPsec policy checks are done by Patrick McHardy · 18 years ago
  71. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  72. 65a4544 [UDP]: udp_checksum_init return value by Stephen Hemminger · 19 years ago
  73. 3305b80 [IP]: Simplify and consolidate MSG_PEEK error handling by Herbert Xu · 19 years ago
  74. fb286bb [NET]: Detect hardware rx checksum faults correctly by Herbert Xu · 19 years ago
  75. e308e25 [IPV4] udp: trim forgets about CHECKSUM_HW by Stephen Hemminger · 19 years ago
  76. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  77. 64ce207 [NET]: Make NETDEBUG pure printk wrappers by Patrick McHardy · 19 years ago
  78. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  79. ca93345 [IPV4]: Debug cleanup by Heikki Orsila · 19 years ago
  80. 208d898 [IPV4]: Fix BUG() in 2.6.x, udp_poll(), fragments + CONFIG_HIGHMEM by Herbert Xu · 19 years ago
  81. 02c30a8 [PATCH] update Ross Biro bouncing email address by Jesper Juhl · 19 years ago
  82. 4d78b6c [IPSEC]: COW skb header in UDP decap by Herbert Xu · 19 years ago
  83. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago