1. fb04883 netfilter: add more values to enum ip_conntrack_info by Eric Dumazet · 13 years ago
  2. 0e833d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  3. d0733d2 net/ipv4: Check for mistakenly passed in non-IPv4 address by Marcus Meissner · 13 years ago
  4. 48bdf07 ip_options_compile: properly handle unaligned pointer by Chris Metcalf · 13 years ago
  5. 10799db Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  6. 686a7e3 inetpeer: fix race in unused_list manipulations by Eric Dumazet · 13 years ago
  7. fce637e Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  8. 24cf3af igmp: call ip_mc_clear_src() only when we have no users of ip_mc_list by Veaceslav Falico · 13 years ago
  9. c4dbe54 seqlock: Get rid of SEQLOCK_UNLOCKED by Eric Dumazet · 13 years ago
  10. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  11. 19a76fa net: ping: cleanups ping_v4_unhash() by Eric Dumazet · 13 years ago
  12. 53ee756 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  13. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  14. c378a9c ipv4: Give backtrace in ip_rt_bug(). by Dave Jones · 13 years ago
  15. 120a3d5 ipv4: Include linux/prefetch.h in fib_trie.c by David S. Miller · 13 years ago
  16. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  17. eb04f2f Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  18. 3fb72f1 ipconfig wait for carrier by Micha Nelissen · 13 years ago
  19. 75e308c net: ping: fix the coding style by Changli Gao · 13 years ago
  20. bb0cd2f net: ping: make local functions static by Changli Gao · 13 years ago
  21. a48eff1 ipv4: Pass explicit destination address to rt_bind_peer(). by David S. Miller · 13 years ago
  22. ed2361e ipv4: Pass explicit destination address to rt_get_peer(). by David S. Miller · 13 years ago
  23. 6bd023f ipv4: Make caller provide flowi4 key to inet_csk_route_req(). by David S. Miller · 13 years ago
  24. 6882f93 ipv4: Kill RT_CACHE_DEBUG by David S. Miller · 13 years ago
  25. 1d1652c ipv4: Don't use enums as bitmasks in ip_fragment.c by David S. Miller · 13 years ago
  26. f56e03e net: ping: fix build failure by Vasiliy Kulikov · 13 years ago
  27. 5173cc0 ipv4: more compliant RFC 3168 support by Eric Dumazet · 13 years ago
  28. c5be24f ipv4: Trivial rt->rt_src conversions in net/ipv4/route.c by David S. Miller · 13 years ago
  29. 1a8218e net: ping: dont call udp_ioctl() by Eric Dumazet · 13 years ago
  30. 1b1cb1f net: ping: small changes by Eric Dumazet · 13 years ago
  31. 7be799a ipv4: Remove rt->rt_dst reference from ip_forward_options(). by David S. Miller · 13 years ago
  32. 8e36360 ipv4: Remove route key identity dependencies in ip_rt_get_source(). by David S. Miller · 13 years ago
  33. 22f728f ipv4: Always call ip_options_build() after rest of IP header is filled in. by David S. Miller · 13 years ago
  34. 0374d9c ipv4: Kill spurious write to iph->daddr in ip_forward_options(). by David S. Miller · 13 years ago
  35. c319b4d net: ipv4: add IPPROTO_ICMP socket kind by Vasiliy Kulikov · 13 years ago
  36. 72a8f97 ipv4: Fix 'iph' use before set. by David S. Miller · 13 years ago
  37. def5768 ipv4: Elide use of rt->rt_dst in ip_forward() by David S. Miller · 13 years ago
  38. c30883b ipv4: Simplify iph->daddr overwrite in ip_options_rcv_srr(). by David S. Miller · 13 years ago
  39. 1094955 ipv4: Kill spurious opt->srr check in ip_options_rcv_srr(). by David S. Miller · 13 years ago
  40. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  41. 43a4dea xfrm: Assign the inner mode output function to the dst entry by Steffen Klassert · 13 years ago
  42. 1fc19af net: fix two lockdep splats by Eric Dumazet · 13 years ago
  43. 8f01cb0 ipv4: xfrm: Eliminate ->rt_src reference in policy code. by David S. Miller · 13 years ago
  44. 79ab053 ipv4: udp: Eliminate remaining uses of rt->rt_src by David S. Miller · 13 years ago
  45. 9f6abb5 ipv4: icmp: Eliminate remaining uses of rt->rt_src by David S. Miller · 13 years ago
  46. 0a5ebb8 ipv4: Pass explicit daddr arg to ip_send_reply(). by David S. Miller · 13 years ago
  47. f5fca60 ipv4: Pass flow key down into ip_append_*(). by David S. Miller · 13 years ago
  48. 77968b7 ipv4: Pass flow keys down into datagram packet building engine. by David S. Miller · 13 years ago
  49. e474995 udp: Use flow key information instead of rt->rt_{src,dst} by David S. Miller · 13 years ago
  50. b9f47a3a tcp_cubic: limit delayed_ack ratio to prevent divide error by stephen hemminger · 13 years ago
  51. c5216cc tcp: Use cork flow info instead of rt->rt_dst in tcp_v4_get_peer() by David S. Miller · 13 years ago
  52. ea4fc0d ipv4: Don't use rt->rt_{src,dst} in ip_queue_xmit(). by David S. Miller · 13 years ago
  53. d9d8da8 inet: Pass flowi to ->queue_xmit(). by David S. Miller · 13 years ago
  54. 0e73441 ipv4: Use inet_csk_route_child_sock() in DCCP and TCP. by David S. Miller · 13 years ago
  55. 77357a9 ipv4: Create inet_csk_route_child_sock(). by David S. Miller · 13 years ago
  56. b57ae01 ipv4: Use cork flow in ip_queue_xmit() by David S. Miller · 13 years ago
  57. 6e86913 ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}() by David S. Miller · 13 years ago
  58. 3038eeac ipv4: Lock socket and use cork flow in ip4_datagram_connect(). by David S. Miller · 13 years ago
  59. da905bd tcp: Use cork flow in tcp_v4_connect() by David S. Miller · 13 years ago
  60. 10d50e7 net,rcu: convert call_rcu(ip_mc_socklist_reclaim) to kfree_rcu() by Lai Jiangshan · 13 years ago
  61. 7519cce net,rcu: convert call_rcu(ip_sf_socklist_reclaim) to kfree_rcu() by Lai Jiangshan · 13 years ago
  62. 42ea299d net,rcu: convert call_rcu(ip_mc_list_reclaim) to kfree_rcu() by Lai Jiangshan · 13 years ago
  63. bceb0f4 net,rcu: convert call_rcu(__leaf_info_free_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  64. 4670994 net,rcu: convert call_rcu(fc_rport_free_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  65. 7065272 ipv4: Initialize cork->opt using NULL not 0. by David S. Miller · 13 years ago
  66. b80d722 ipv4: Initialize on-stack cork more efficiently. by David S. Miller · 13 years ago
  67. bdc712b inet: Decrease overhead of on-stack inet_cork. by David S. Miller · 13 years ago
  68. 7143b7d4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  69. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 13 years ago
  70. 64f3b9e net: ip_expire() must revalidate route by Eric Dumazet · 13 years ago
  71. cbb1e85 ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels. by David S. Miller · 13 years ago
  72. 9a1b949 ipv4: Pass explicit saddr/daddr args to ipmr_get_route(). by David S. Miller · 13 years ago
  73. dd927a2 ipv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr' args passed in. by David S. Miller · 13 years ago
  74. 69458cb ipv4: Use flowi4->{daddr,saddr} in ipip_tunnel_xmit(). by David S. Miller · 13 years ago
  75. 492f64c ipv4: Use flowi4's {saddr,daddr} in igmpv3_newpack() and igmp_send_report() by David S. Miller · 13 years ago
  76. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  77. 475949d ipv4: Renamt struct rtable's rt_tos to rt_key_tos. by David S. Miller · 13 years ago
  78. 417da66 ipv4: Rework ipmr_rt_fib_lookup() flow key initialization. by David S. Miller · 13 years ago
  79. ff53881 sysctl: net: call unregister_net_sysctl_table where needed by Lucian Adrian Grijincu · 13 years ago
  80. 5615787 ipv4: Make sure flowi4->{saddr,daddr} are always set. by David S. Miller · 13 years ago
  81. 7cfd260 ipv4: don't spam dmesg with "Using LC-trie" messages by Alexey Dobriyan · 13 years ago
  82. ad246c9 ipv4, ipv6, bonding: Restore control over number of peer notifications by Ben Hutchings · 13 years ago
  83. d4fb3d7 ipv4: Get route daddr from flow key in tcp_v4_connect(). by David S. Miller · 13 years ago
  84. 072d8c9 ipv4: Get route daddr from flow key in inet_csk_route_req(). by David S. Miller · 13 years ago
  85. 87321c8 ipv4: Get route daddr from flow key in ip4_datagram_connect(). by David S. Miller · 13 years ago
  86. 4071cff ipv4: Fetch route saddr from flow key in tcp_v4_connect(). by David S. Miller · 13 years ago
  87. a406b61 ipv4: Fetch route saddr from flow key in ip4_datagram_connect(). by David S. Miller · 13 years ago
  88. b883187 ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr(). by David S. Miller · 13 years ago
  89. 813b3b5 ipv4: Use caller's on-stack flowi as-is in output route lookups. by David S. Miller · 13 years ago
  90. cf91166 net: Use non-zero allocations in dst_alloc(). by David S. Miller · 13 years ago
  91. 5c1e6aa net: Make dst_alloc() take more explicit initializations. by David S. Miller · 13 years ago
  92. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  93. 2e97e98 ipv4: Remove erroneous check in igmpv3_newpack() and igmp_send_report(). by David S. Miller · 13 years ago
  94. 2d7192d ipv4: Sanitize and simplify ip_route_{connect,newports}() by David S. Miller · 13 years ago
  95. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  96. 0972ddb net: provide cow_metrics() methods to blackhole dst_ops by Held Bernhard · 13 years ago
  97. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  98. 4805347 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 13 years ago
  99. e194342 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  100. 7c89943 bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS by Ben Hutchings · 13 years ago