1. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  2. 06dc94b ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails. by David S. Miller · 13 years ago
  3. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  4. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 13 years ago
  5. 5df65e5 net: Add FLOWI_FLAG_CAN_SLEEP. by David S. Miller · 13 years ago
  6. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 13 years ago
  7. 903ab86 udp: Add lockless transmit path by Herbert Xu · 13 years ago
  8. f6b9664 udp: Switch to ip_finish_skb by Herbert Xu · 13 years ago
  9. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  10. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  11. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  12. fcbdf09 net: fix nulls list corruptions in sk_prot_alloc by Octavian Purdila · 14 years ago
  13. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  14. c31504d udp: use atomic_inc_not_zero_hint by Eric Dumazet · 14 years ago
  15. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  16. 0d7da9d net: add __rcu annotation to sk_filter by Eric Dumazet · 14 years ago
  17. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  18. 719f835 udp: add rehash on connect() by Eric Dumazet · 14 years ago
  19. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  20. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  21. b1faf56 net: sock_queue_err_skb() dont mess with sk_forward_alloc by Eric Dumazet · 14 years ago
  22. 6496084 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  23. 2903037 net: fix sk_forward_alloc corruptions by Eric Dumazet · 14 years ago
  24. 72da3bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  25. 8a74ad6 net: fix lock_sock_bh/unlock_sock_bh by Eric Dumazet · 14 years ago
  26. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  27. e3826f1 net: reserve ports for applications using fixed port numbers by Amerigo Wang · 14 years ago
  28. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  29. ccc2d97 ipv4: udp: fix short packet and bad checksum logging by Bjørn Mork · 14 years ago
  30. f84af32 net: ip_queue_rcv_skb() helper by Eric Dumazet · 14 years ago
  31. 4b0b72f net: speedup udp receive path by Eric Dumazet · 14 years ago
  32. c377411 net: sk_add_backlog() take rmem_alloc into account by Eric Dumazet · 14 years ago
  33. c58dc01 net: Make RFS socket operations not be inet specific. by David S. Miller · 14 years ago
  34. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  35. fec5e65 rfs: Receive Flow Steering by Tom Herbert · 14 years ago
  36. 4a1032f Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  37. 1223c67 udp: fix for unicast RX path optimization by Jorge Boncompte [DTI2] · 14 years ago
  38. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  39. a3a858f net: backlog functions rename by Zhu Yi · 14 years ago
  40. 5534979 udp: use limited socket backlog by Zhu Yi · 14 years ago
  41. 81d54ec udp: remove redundant variable by Gerrit Renker · 14 years ago
  42. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  43. 5781b23 udp: udp_lib_get_port() fix by Eric Dumazet · 15 years ago
  44. 9d4fb27 net/ipv4: Move && and || to end of previous line by Joe Perches · 15 years ago
  45. 30fff92 udp: bind() optimisation by Eric Dumazet · 15 years ago
  46. f6b8f32 udp: multicast RX should increment SNMP/sk_drops counter in allocation failures by Eric Dumazet · 15 years ago
  47. 1240d13 ipv4: udp: Optimise multicast reception by Eric Dumazet · 15 years ago
  48. 5051ebd ipv4: udp: optimize unicast RX path by Eric Dumazet · 15 years ago
  49. 512615b udp: secondary hash on (local port, local address) by Eric Dumazet · 15 years ago
  50. d4cada4 udp: split sk_hash into two u16 hashes by Eric Dumazet · 15 years ago
  51. fdcc8aa9 udp: add a counter into udp_hslot by Eric Dumazet · 15 years ago
  52. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  53. 9d410c7 net: fix sk_forward_alloc corruption by Eric Dumazet · 15 years ago
  54. 8edf19c net: sk_drops consolidation part 2 by Eric Dumazet · 15 years ago
  55. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  56. 766e9037 net: sk_drops consolidation by Eric Dumazet · 15 years ago
  57. 421355d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  58. 8558467 udp: Fix udp_poll() and ioctl() by Eric Dumazet · 15 years ago
  59. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  60. f86dcc5 udp: dynamically size hash tables at boot time by Eric Dumazet · 15 years ago
  61. 914a9ab net: Use sk_mark for routing lookup in more places by Atis Elsts · 15 years ago
  62. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  63. 6ce9e7b ip: Report qdisc packet drops by Eric Dumazet · 15 years ago
  64. c482c56 udp: cleanups by Eric Dumazet · 15 years ago
  65. d7ca4cc udpv4: Handle large incoming UDP/IPv4 packets and support software UFO. by Sridhar Samudrala · 15 years ago
  66. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  67. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  68. 499923c ipv6: Fix NULL pointer dereference with time-wait sockets by Vlad Yasevich · 15 years ago
  69. f0de70f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  70. b2f5e7c ipv6: Fix conflict resolutions during ipv6 binding by Vlad Yasevich · 15 years ago
  71. 30842f2 udp: Wrong locking code in udp seq_file infrastructure by Vitaly Mayatskikh · 15 years ago
  72. ead2ceb Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs by Neil Horman · 15 years ago
  73. 51f31ca ip: support for TX timestamps on UDP and RAW sockets by Patrick Ohly · 15 years ago
  74. 2783ef2 udp: Fix potential wrong ip_hdr(skb) pointers by Jesper Dangaard Brouer · 15 years ago
  75. 7b5e56f udp: Fix UDP short packet false positive by Jesper Dangaard Brouer · 15 years ago
  76. e408b8d udp: increments sk_drops in __udp_queue_rcv_skb() by Eric Dumazet · 15 years ago
  77. 98322f2 udp: optimize bind(0) if many ports are in use by Eric Dumazet · 15 years ago
  78. 723b461 net: udp_unhash() can test if sk is hashed by Eric Dumazet · 16 years ago
  79. 2e77d89 net: avoid a pair of dst_hold()/dst_release() in ip_append_data() by Eric Dumazet · 16 years ago
  80. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  81. a134f85 TPROXY: fill struct flowi->flags in udp_sendmsg() by Balazs Scheidler · 16 years ago
  82. 88ab193 udp: Use hlist_nulls in UDP RCU code by Eric Dumazet · 16 years ago
  83. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  84. 920a461 udp: multicast packets need to check namespace by Eric Dumazet · 16 years ago
  85. c37ccc0 udp: add a missing smp_wmb() in udp_lib_get_port() by Eric Dumazet · 16 years ago
  86. 673d57e net: replace NIPQUAD() in net/ipv4/ net/ipv6/ by Harvey Harrison · 16 years ago
  87. c8db3fe udp: Should use spin_lock_bh()/spin_unlock_bh() in udp_lib_unhash() by Eric Dumazet · 16 years ago
  88. 96631ed udp: introduce sk_for_each_rcu_safenext() by Eric Dumazet · 16 years ago
  89. f52b505 udp: udp_get_next() should use spin_unlock_bh() by Eric Dumazet · 16 years ago
  90. 8203efb udp: calculate udp_mem based on low memory instead of all memory by Eric Dumazet · 16 years ago
  91. 271b72c udp: RCU handling for Unicast packets. by Eric Dumazet · 16 years ago
  92. 645ca70 udp: introduce struct udp_table and multiple spinlocks by Eric Dumazet · 16 years ago
  93. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  94. f24d43c udp: complete port availability checking by Eric Dumazet · 16 years ago
  95. 9088c56 udp: Improve port randomization by Eric Dumazet · 16 years ago
  96. 0c7ed67 netns: make udpv6 mib per/namespace by Denis V. Lunev · 16 years ago
  97. 2354261 inet: Don't lookup the socket if there's a socket attached to the skb by KOVACS Krisztian · 16 years ago
  98. 607c4aa inet: Add udplib_lookup_skb() helpers by KOVACS Krisztian · 16 years ago
  99. bcd4130 udp: Export UDP socket lookup function by KOVACS Krisztian · 16 years ago
  100. 9382177 udp: Fix rcv socket locking by Herbert Xu · 16 years ago