1. 1240d13 ipv4: udp: Optimise multicast reception by Eric Dumazet · 15 years ago
  2. 5051ebd ipv4: udp: optimize unicast RX path by Eric Dumazet · 15 years ago
  3. 512615b udp: secondary hash on (local port, local address) by Eric Dumazet · 15 years ago
  4. d4cada4 udp: split sk_hash into two u16 hashes by Eric Dumazet · 15 years ago
  5. fdcc8aa9 udp: add a counter into udp_hslot by Eric Dumazet · 15 years ago
  6. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  7. 9d410c7 net: fix sk_forward_alloc corruption by Eric Dumazet · 15 years ago
  8. 8edf19c net: sk_drops consolidation part 2 by Eric Dumazet · 15 years ago
  9. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  10. 766e9037 net: sk_drops consolidation by Eric Dumazet · 15 years ago
  11. 421355d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  12. 8558467 udp: Fix udp_poll() and ioctl() by Eric Dumazet · 15 years ago
  13. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  14. f86dcc5 udp: dynamically size hash tables at boot time by Eric Dumazet · 15 years ago
  15. 914a9ab net: Use sk_mark for routing lookup in more places by Atis Elsts · 15 years ago
  16. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  17. 6ce9e7b ip: Report qdisc packet drops by Eric Dumazet · 15 years ago
  18. c482c56 udp: cleanups by Eric Dumazet · 15 years ago
  19. d7ca4cc udpv4: Handle large incoming UDP/IPv4 packets and support software UFO. by Sridhar Samudrala · 15 years ago
  20. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  21. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  22. 499923c ipv6: Fix NULL pointer dereference with time-wait sockets by Vlad Yasevich · 16 years ago
  23. f0de70f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  24. b2f5e7c ipv6: Fix conflict resolutions during ipv6 binding by Vlad Yasevich · 16 years ago
  25. 30842f2 udp: Wrong locking code in udp seq_file infrastructure by Vitaly Mayatskikh · 16 years ago
  26. ead2ceb Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs by Neil Horman · 16 years ago
  27. 51f31ca ip: support for TX timestamps on UDP and RAW sockets by Patrick Ohly · 16 years ago
  28. 2783ef2 udp: Fix potential wrong ip_hdr(skb) pointers by Jesper Dangaard Brouer · 16 years ago
  29. 7b5e56f udp: Fix UDP short packet false positive by Jesper Dangaard Brouer · 16 years ago
  30. e408b8d udp: increments sk_drops in __udp_queue_rcv_skb() by Eric Dumazet · 16 years ago
  31. 98322f2 udp: optimize bind(0) if many ports are in use by Eric Dumazet · 16 years ago
  32. 723b461 net: udp_unhash() can test if sk is hashed by Eric Dumazet · 16 years ago
  33. 2e77d89 net: avoid a pair of dst_hold()/dst_release() in ip_append_data() by Eric Dumazet · 16 years ago
  34. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  35. a134f85 TPROXY: fill struct flowi->flags in udp_sendmsg() by Balazs Scheidler · 16 years ago
  36. 88ab193 udp: Use hlist_nulls in UDP RCU code by Eric Dumazet · 16 years ago
  37. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  38. 920a461 udp: multicast packets need to check namespace by Eric Dumazet · 16 years ago
  39. c37ccc0 udp: add a missing smp_wmb() in udp_lib_get_port() by Eric Dumazet · 16 years ago
  40. 673d57e net: replace NIPQUAD() in net/ipv4/ net/ipv6/ by Harvey Harrison · 16 years ago
  41. c8db3fe udp: Should use spin_lock_bh()/spin_unlock_bh() in udp_lib_unhash() by Eric Dumazet · 16 years ago
  42. 96631ed udp: introduce sk_for_each_rcu_safenext() by Eric Dumazet · 16 years ago
  43. f52b505 udp: udp_get_next() should use spin_unlock_bh() by Eric Dumazet · 16 years ago
  44. 8203efb udp: calculate udp_mem based on low memory instead of all memory by Eric Dumazet · 16 years ago
  45. 271b72c udp: RCU handling for Unicast packets. by Eric Dumazet · 16 years ago
  46. 645ca70 udp: introduce struct udp_table and multiple spinlocks by Eric Dumazet · 16 years ago
  47. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  48. f24d43c udp: complete port availability checking by Eric Dumazet · 16 years ago
  49. 9088c56 udp: Improve port randomization by Eric Dumazet · 16 years ago
  50. 0c7ed67 netns: make udpv6 mib per/namespace by Denis V. Lunev · 16 years ago
  51. 2354261 inet: Don't lookup the socket if there's a socket attached to the skb by KOVACS Krisztian · 16 years ago
  52. 607c4aa inet: Add udplib_lookup_skb() helpers by KOVACS Krisztian · 16 years ago
  53. bcd4130 udp: Export UDP socket lookup function by KOVACS Krisztian · 16 years ago
  54. 9382177 udp: Fix rcv socket locking by Herbert Xu · 16 years ago
  55. d97106e udp: Drop socket lock for encapsulated packets by Herbert Xu · 16 years ago
  56. 47112e2 udplite: Protection against coverage value wrap-around by Gerrit Renker · 16 years ago
  57. 2f275f9 mib: put udp statistics on struct net by Pavel Emelyanov · 16 years ago
  58. 7c73a6f mib: add net to IP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  59. 84a3aa0 ipv4: prepare net initialization for IP accounting by Pavel Emelyanov · 16 years ago
  60. dcfc23c mib: add struct net to ICMP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  61. fd54d71 inet: toss struct net initialization around by Pavel Emelyanov · 16 years ago
  62. 0283328 MIB: add struct net to UDP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  63. 629ca23 MIB: add struct net to UDP_INC_STATS_USER by Pavel Emelyanov · 16 years ago
  64. cb61cb9 udp: sk_drops handling by Eric Dumazet · 16 years ago
  65. 19c7578 udp: add struct net argument to udp_hashfn by Pavel Emelyanov · 16 years ago
  66. e316349 udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver by Pavel Emelyanov · 16 years ago
  67. d626628 udp: introduce a udp_hashfn function by Pavel Emelyanov · 16 years ago
  68. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  69. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  70. 36d926b [IPV6]: inet_sk(sk)->cork.opt leak by Denis V. Lunev · 16 years ago
  71. 84841c3 ipv4: assign PDE->data before gluing PDE into /proc tree by Denis V. Lunev · 17 years ago
  72. 5e659e4 [NET]: Fix heavy stack usage in seq_file output routines. by Pavel Emelyanov · 17 years ago
  73. a7d632b [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. by YOSHIFUJI Hideaki · 17 years ago
  74. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  75. c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 17 years ago
  76. b50660f [IP] UDP: Use SEQ_START_TOKEN. by YOSHIFUJI Hideaki · 17 years ago
  77. 4ad96d3 [UDP]: Remove owner from udp_seq_afinfo. by Denis V. Lunev · 17 years ago
  78. 3ba9441 [UDP]: Place file operations directly into udp_seq_afinfo. by Denis V. Lunev · 17 years ago
  79. a2be75c [UDP]: Cleanup /proc/udp[6] creation/removal. by Denis V. Lunev · 17 years ago
  80. dda6192 [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo. by Denis V. Lunev · 17 years ago
  81. 997feb5 [UDP]: No need to check afinfo != NULL in udp_proc_(un)register. by Denis V. Lunev · 17 years ago
  82. 6f191ef [UDP]: Replace struct net on udp_iter_state with seq_net_private. by Denis V. Lunev · 17 years ago
  83. bdcde3d [SOCK]: Drop inuse pcounter from struct proto (v2). by Pavel Emelyanov · 17 years ago
  84. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  85. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  86. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  87. 05cf89d [NETNS]: Process INET socket layer in the correct namespace. by Denis V. Lunev · 17 years ago
  88. 7a6adb9 [NETNS]: Add namespace parameter to ip_cmsg_send. by Denis V. Lunev · 17 years ago
  89. 15439fe [NETNS][UDP]: Register /proc/net/udp in a namespace. by Pavel Emelyanov · 17 years ago
  90. 6ba5a3c [UDP]: Make full use of proto.h.udp_hash innovation. by Pavel Emelyanov · 17 years ago
  91. 28518fc [NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6] by Pavel Emelyanov · 17 years ago
  92. 0c96d8c [NETNS][IPV6] udp6 - make proc per namespace by Daniel Lezcano · 17 years ago
  93. a91275e [NETNS][IPV6] udp - make proc handle the network namespace by Daniel Lezcano · 17 years ago
  94. db8dac2 [UDP]: Revert udplite and code split. by David S. Miller · 17 years ago
  95. 8be8af8 [IPV4] UDP: Move IPv4-specific bits to other file. by YOSHIFUJI Hideaki · 17 years ago
  96. e898d4d [UDP]: Allow users to configure UDP-Lite. by YOSHIFUJI Hideaki · 17 years ago
  97. fa4d3c6 [NETNS]: Udp sockets per-net lookup. by Pavel Emelyanov · 17 years ago
  98. f1b050b [NETNS]: Add namespace parameter to ip_route_output_flow. by Denis V. Lunev · 17 years ago
  99. fc80be8 [IPV4] UDP,UDPLITE: Sparse: {__udp4_lib,udp,udplite}_err() are of void. by YOSHIFUJI Hideaki · 17 years ago
  100. 65f7651 [NET]: prot_inuse cleanups and optimizations by Eric Dumazet · 17 years ago