1. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 14 years ago
  2. 4805347 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
  3. e194342 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  4. 7c89943 bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS by Ben Hutchings · 14 years ago
  5. f47b946 ipv6: Send unsolicited neighbour advertismements when notified by Ben Hutchings · 14 years ago
  6. b169f6d netfilter: ip6table_mangle: Fix set-but-unused variables. by David S. Miller · 14 years ago
  7. f3c85dd netfilter: ip6_tables: Fix set-but-unused variables. by David S. Miller · 14 years ago
  8. c3968a8 ipv6: RTA_PREFSRC support for ipv6 route source address selection by Daniel Walter · 14 years ago
  9. bd01592 ipv6: ignore looped-back NA while dad is running by Daniel Walter · 14 years ago
  10. 3e8c806 Revert "tcp: disallow bind() to reuse addr/port" by David S. Miller · 14 years ago
  11. c44eaf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  12. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  13. 47482f1 ipv6: Enable RFS sk_rxhash tracking for ipv6 sockets (v2) by Neil Horman · 14 years ago
  14. 9d93059 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  15. 738faca ipv6: Don't pass invalid dst_entry pointer to dst_release(). by Boris Ostrovsky · 14 years ago
  16. 7f5c6d4 netfilter: get rid of atomic ops in fast path by Eric Dumazet · 14 years ago
  17. 0fae2e7 netfilter: af_info: add 'strict' parameter to limit lookup to .oif by Florian Westphal · 14 years ago
  18. 31ad3dd netfilter: af_info: add network namespace parameter to route hook by Florian Westphal · 14 years ago
  19. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  20. 93ca3bb net: gre: provide multicast mappings for ipv4 and ipv6 by Timo Teräs · 14 years ago
  21. 3e49e6d net: use CHECKSUM_NONE instead of magic number by Cesar Eduardo Barros · 14 years ago
  22. 9c7a4f9 ipv6: ip6_route_output does not modify sk parameter, so make it const by Florian Westphal · 14 years ago
  23. 9d2a8fa net ipv6: Fix duplicate /proc/sys/net/ipv6/neigh directory entries. by Eric W. Biederman · 14 years ago
  24. db85667 netfilter: xtables: fix reentrancy by Eric Dumazet · 14 years ago
  25. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  26. 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
  27. 6a8ab060 ipv6: netfilter: ip6_tables: fix infoleak to userspace by Vasiliy Kulikov · 14 years ago
  28. d212a4c esp6: Add support for IPsec extended sequence numbers by Steffen Klassert · 14 years ago
  29. 1ce3644 xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cb by Steffen Klassert · 14 years ago
  30. 1958b85 net: Put fl6_* macros to struct flowi6 and use them again. by David S. Miller · 14 years ago
  31. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 14 years ago
  32. 7e1dc7b net: Use flowi4 and flowi6 in xfrm layer. by David S. Miller · 14 years ago
  33. 56bb805 net: Break struct flowi out into AF specific instances. by David S. Miller · 14 years ago
  34. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 14 years ago
  35. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 14 years ago
  36. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 14 years ago
  37. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  38. 6dfbd87 ip6ip6: autoload ip6 tunnel by stephen hemminger · 14 years ago
  39. bef6e7e Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  40. 7343ff3 ipv6: Don't create clones of host routes. by David S. Miller · 14 years ago
  41. 8909c9a net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules by Vasiliy Kulikov · 14 years ago
  42. 4b66fef mcast: net_device dev not used by Hagen Paul Pfeifer · 14 years ago
  43. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  44. 29546a6 ipv6: Use ERR_CAST in addrconf_dst_alloc. by David S. Miller · 14 years ago
  45. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 14 years ago
  46. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 14 years ago
  47. b42835d ipv6: Make icmp route lookup code a bit clearer. by David S. Miller · 14 years ago
  48. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 14 years ago
  49. 69ead7a ipv6: Normalize arguments to ip6_dst_blackhole(). by David S. Miller · 14 years ago
  50. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 14 years ago
  51. a141471 ipv6: Change final dst lookup arg name to "can_sleep" by David S. Miller · 14 years ago
  52. 5df65e5 net: Add FLOWI_FLAG_CAN_SLEEP. by David S. Miller · 14 years ago
  53. 68d0c6d ipv6: Consolidate route lookup sequences. by David S. Miller · 14 years ago
  54. 5a2ef920 inet: Remove unused sk_sndmsg_* from UFO by Herbert Xu · 14 years ago
  55. a693e69 net: TX timestamps for IPv6 UDP packets by Anders Berggren · 14 years ago
  56. ddc3731 ipv6: ignore rtnl_unicast() return code by Hagen Paul Pfeifer · 14 years ago
  57. e9476e9 ipv6: variable next is never used in this function by Hagen Paul Pfeifer · 14 years ago
  58. 96d796a ipv6: hash is calculated but not used afterwards by Hagen Paul Pfeifer · 14 years ago
  59. a5f5e36 ipv6: totlen is declared and assigned but not used by Hagen Paul Pfeifer · 14 years ago
  60. c486da3 sysctl: ipv6: use correct net in ipv6_sysctl_rtcache_flush by Lucian Adrian Grijincu · 14 years ago
  61. 5e6b930 xfrm: Const'ify address arguments to ->dst_lookup() by David S. Miller · 14 years ago
  62. 19bd624 xfrm: Const'ify tmpl and address arguments to ->init_temprop() by David S. Miller · 14 years ago
  63. 8f029de xfrm: Mark flowi arg to xfrm_type->reject() const. by David S. Miller · 14 years ago
  64. 73e5ebb xfrm: Mark flowi arg to ->init_tempsel() const. by David S. Miller · 14 years ago
  65. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 14 years ago
  66. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 14 years ago
  67. 089c348 tcp: Remove debug macro of TCP_CHECK_TIMER by Shan Wei · 14 years ago
  68. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  69. ece639c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  70. 214f45c net: provide default_advmss() methods to blackhole dst_ops by Eric Dumazet · 14 years ago
  71. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 14 years ago
  72. 0af320f netfilter: ip6t_LOG: fix a flaw in printing the MAC by Joerg Marx · 14 years ago
  73. 0a9d59a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  74. 6431cbc inet: Create a mechanism for upward inetpeer propagation into routes. by David S. Miller · 14 years ago
  75. 7a71ed8 inetpeer: Abstract address representation further. by David S. Miller · 14 years ago
  76. 8d13a2a9 net: Kill NETEVENT_PMTU_UPDATE. by David S. Miller · 14 years ago
  77. 92d8682 inetpeer: Move ICMP rate limiting state into inet_peer entries. by David S. Miller · 14 years ago
  78. bd4a697 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  79. e2d5776 net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6. by David S. Miller · 14 years ago
  80. bf36076 net: Fix ipv6 neighbour unregister_sysctl_table warning by Eric W. Biederman · 14 years ago
  81. ec831ea net: Add default_mtu() methods to blackhole dst_ops by Roland Dreier · 14 years ago
  82. 0658254 net: Store ipv4/ipv6 COW'd metrics in inetpeer cache. by David S. Miller · 14 years ago
  83. 1397e17 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  84. 8f2771f ipv6: Remove route peer binding assertions. by David S. Miller · 14 years ago
  85. 62fa8a8 net: Implement read-only protection and COW'ing of metrics. by David S. Miller · 14 years ago
  86. b4e69ac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  87. 7cc2edb xfrm6: Don't forget to propagate peer into ipsec route. by David S. Miller · 14 years ago
  88. 73a8bd7 ipv6: Revert 'administrative down' address handling changes. by David S. Miller · 14 years ago
  89. d80bc0f ipv6: Always clone offlink routes. by David S. Miller · 14 years ago
  90. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 14 years ago
  91. f2eda47 ipv6: raw: rcu annotations by Eric Dumazet · 14 years ago
  92. 753ea8e net: ipv6: sit: fix rcu annotations by Eric Dumazet · 14 years ago
  93. bced94e netfilter: add a missing include in nf_conntrack_reasm.c by Eric Dumazet · 14 years ago
  94. 1268afe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  95. 14f0290 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  96. 42b16b3 Kill off warning: ‘inline’ is not at beginning of declaration by Jesper Juhl · 14 years ago
  97. a5db219 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  98. 2fdc1c8 ipv6: Silence privacy extensions initialization by Romain Francoise · 14 years ago
  99. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  100. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago