1. c6e1a0d net: Allow no-cache copy from user on transmit by Tom Herbert · 14 years ago
  2. 083dd8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  3. 2fceec1 tcp: len check is unnecessarily devastating, change to WARN_ON by Ilpo Järvinen · 14 years ago
  4. c0951cb ipv4: Use flowi4_init_output() in udp_sendmsg() by David S. Miller · 14 years ago
  5. 1bba6ff ipv4: Use flowi4_init_output() in cookie_v4_check() by David S. Miller · 14 years ago
  6. ef164ae ipv4: Use flowi4_init_output() in raw_sendmsg() by David S. Miller · 14 years ago
  7. 538de0e ipv4: Use flowi4_init_output() in ip_send_reply() by David S. Miller · 14 years ago
  8. e79d9bc ipv4: Use flowi4_init_output() in inet_connection_sock.c by David S. Miller · 14 years ago
  9. 0a5c047 fib: add __rcu annotations by Eric Dumazet · 14 years ago
  10. e2666f8 fib: add rtnl locking in ip_fib_net_exit by Eric Dumazet · 14 years ago
  11. 93ca3bb net: gre: provide multicast mappings for ipv4 and ipv6 by Timo Teräs · 14 years ago
  12. 4910ac6 ipv4: Don't ip_rt_put() an error pointer in RAW sockets. by David S. Miller · 14 years ago
  13. 8628bd8 ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo() by Jan Luebbe · 14 years ago
  14. 1fbc784 ipv4: do not ignore route errors by Julian Anastasov · 14 years ago
  15. 37e826c ipv4: Fix nexthop caching wrt. scoping. by David S. Miller · 14 years ago
  16. 436c3b6 ipv4: Invalidate nexthop cache nh_saddr more correctly. by David S. Miller · 14 years ago
  17. fcd13f4 ipv4: fix fib metrics by Eric Dumazet · 14 years ago
  18. eb49a97 ipv4: fix ip_rt_update_pmtu() by Eric Dumazet · 14 years ago
  19. 406b6f9 ipv4: Fallback to FIB local table in __ip_dev_find(). by David S. Miller · 14 years ago
  20. f615273 tcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool. by David S. Miller · 14 years ago
  21. 67d4120 tcp: avoid cwnd moderation in undo by Yuchung Cheng · 14 years ago
  22. 04024b9 ipv4: optimize route adding on secondary promotion by Julian Anastasov · 14 years ago
  23. 2d230e2 ipv4: remove the routes on secondary promotion by Julian Anastasov · 14 years ago
  24. e6abbaa ipv4: fix route deletion for IPs on many subnets by Julian Anastasov · 14 years ago
  25. 74cb3c1 ipv4: match prefsrc when deleting routes by Julian Anastasov · 14 years ago
  26. 961ed18 netfilter: ipt_CLUSTERIP: fix buffer overflow by Vasiliy Kulikov · 14 years ago
  27. db85667 netfilter: xtables: fix reentrancy by Eric Dumazet · 14 years ago
  28. 4a2b9c3 net_sched: fix ip_tos2prio by Dan Siemon · 14 years ago
  29. c337ffb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  30. 31111c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  31. de81bbe netfilter: ipt_addrtype: rename to xt_addrtype by Florian Westphal · 14 years ago
  32. 78b7987 netfilter: ip_tables: fix infoleak to userspace by Vasiliy Kulikov · 14 years ago
  33. 42eab94 netfilter: arp_tables: fix infoleak to userspace by Vasiliy Kulikov · 14 years ago
  34. b5ccd07 tcp_cubic: fix low utilization of CUBIC with HyStart by Sangtae Ha · 14 years ago
  35. 2b4636a tcp_cubic: make the delay threshold of HyStart less sensitive by Sangtae Ha · 14 years ago
  36. 3b585b3 tcp_cubic: enable high resolution ack time if needed by stephen hemminger · 14 years ago
  37. 17a6e9f tcp_cubic: fix clock dependency by stephen hemminger · 14 years ago
  38. aac4632 tcp_cubic: make ack train delta value a parameter by stephen hemminger · 14 years ago
  39. c54b4b7 tcp_cubic: fix comparison of jiffies by stephen hemminger · 14 years ago
  40. febf081 tcp: fix RTT for quick packets in congestion control by stephen hemminger · 14 years ago
  41. 4e75db2 inetpeer: should use call_rcu() variant by Eric Dumazet · 14 years ago
  42. 0dc49e9 esp4: Add support for IPsec extended sequence numbers by Steffen Klassert · 14 years ago
  43. 1ce3644 xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cb by Steffen Klassert · 14 years ago
  44. 46af318 ipv4: Fix PMTU update. by Hiroaki SHIMODA · 14 years ago
  45. 9cce96d net: Put fl4_* macros to struct flowi4 and use them again. by David S. Miller · 14 years ago
  46. f42454d ipv4: Kill fib_semantic_match declaration from fib_lookup.h by David S. Miller · 14 years ago
  47. 7e1dc7b net: Use flowi4 and flowi6 in xfrm layer. by David S. Miller · 14 years ago
  48. b6f21b2 ipv4: Use flowi4 in UDP by David S. Miller · 14 years ago
  49. 3073e5a netfilter: Use flowi4 in nf_nat_standalone.c by David S. Miller · 14 years ago
  50. da91981 ipv4: Use flowi4 in ipmr code. by David S. Miller · 14 years ago
  51. 9ade228 ipv4: Use flowi4 in FIB layer. by David S. Miller · 14 years ago
  52. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 14 years ago
  53. 68a5e3d ipv4: Use struct flowi4 internally in routing lookups. by David S. Miller · 14 years ago
  54. 22bd5b9 ipv4: Pass ipv4 flow objects into fib_lookup() paths. by David S. Miller · 14 years ago
  55. 56bb805 net: Break struct flowi out into AF specific instances. by David S. Miller · 14 years ago
  56. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 14 years ago
  57. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 14 years ago
  58. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 14 years ago
  59. 1b7fe593 ipv4: Kill flowi arg to fib_select_multipath() by David S. Miller · 14 years ago
  60. ff3fccb ipv4: Remove unnecessary test from ip_mkroute_input() by David S. Miller · 14 years ago
  61. dbdd9a5 ipv4: Remove redundant RCU locking in ip_check_mc(). by David S. Miller · 14 years ago
  62. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  63. bef6e7e Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  64. a252beb tcp: mark tcp_congestion_ops read_mostly by Stephen Hemminger · 14 years ago
  65. cc7e17e ipv4: Optimize flow initialization in fib_validate_source(). by David S. Miller · 14 years ago
  66. 67e28ff ipv4: Optimize flow initialization in input route lookup. by David S. Miller · 14 years ago
  67. 8909c9a net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules by Vasiliy Kulikov · 14 years ago
  68. 2f4e1b3 tcp: ioctl type SIOCOUTQNSD returns amount of data not sent by Mario Schuknecht · 14 years ago
  69. ee3f1aa ipv4: Lookup multicast routes by rtable using helper. by David S. Miller · 14 years ago
  70. 6c91afe ipv4: Fix erroneous uses of ifa_address. by David S. Miller · 14 years ago
  71. 7b46ac4 inetpeer: Don't disable BH for initial fast RCU lookup. by David S. Miller · 14 years ago
  72. a7ac8fc ipv4: Fix scope value used in route src-address caching. by David S. Miller · 14 years ago
  73. 1fc050a ipv4: Cache source address in nexthop entries. by David S. Miller · 14 years ago
  74. 3be0686 ipv4: Inline fib_semantic_match into check_leaf by David S. Miller · 14 years ago
  75. 4c8237c ipv4: Validate route entry type at insert instead of every lookup. by David S. Miller · 14 years ago
  76. 5e2b61f ipv4: Remove flowi from struct rtable. by David S. Miller · 14 years ago
  77. 1018b5c ipv4: Set rt->rt_iif more sanely on output routes. by David S. Miller · 14 years ago
  78. 3c0afdc ipv4: Get peer more cheaply in rt_init_metrics(). by David S. Miller · 14 years ago
  79. 44713b6 ipv4: Optimize flow initialization in output route lookup. by David S. Miller · 14 years ago
  80. 65e8354 inetpeer: seqlock optimization by Eric Dumazet · 14 years ago
  81. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  82. e066008 ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address. by David S. Miller · 14 years ago
  83. 06dc94b ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails. by David S. Miller · 14 years ago
  84. 5bfa787 ipv4: ip_route_output_key() is better as an inline. by David S. Miller · 14 years ago
  85. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 14 years ago
  86. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 14 years ago
  87. 07df529 inet: Replace left-over references to inet->cork by Herbert Xu · 14 years ago
  88. f6d460c ipv4: Make icmp route lookup code a bit clearer. by David S. Miller · 14 years ago
  89. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 14 years ago
  90. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 14 years ago
  91. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 14 years ago
  92. 5df65e5 net: Add FLOWI_FLAG_CAN_SLEEP. by David S. Miller · 14 years ago
  93. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 14 years ago
  94. abdf7e7 ipv4: Can final ip_route_connect() arg to boolean "can_sleep". by David S. Miller · 14 years ago
  95. 903ab86 udp: Add lockless transmit path by Herbert Xu · 14 years ago
  96. f6b9664 udp: Switch to ip_finish_skb by Herbert Xu · 14 years ago
  97. 1c32c5a inet: Add ip_make_skb and ip_finish_skb by Herbert Xu · 14 years ago
  98. 1470ddf inet: Remove explicit write references to sk/inet in ip_append_data by Herbert Xu · 14 years ago
  99. 5a2ef920 inet: Remove unused sk_sndmsg_* from UFO by Herbert Xu · 14 years ago
  100. dca8b08 ipv4: Rearrange how ip_route_newports() gets port keys. by David S. Miller · 14 years ago