1. 6431cbc inet: Create a mechanism for upward inetpeer propagation into routes. by David S. Miller · 15 years ago
  2. 7a71ed8 inetpeer: Abstract address representation further. by David S. Miller · 15 years ago
  3. 8d13a2a9 net: Kill NETEVENT_PMTU_UPDATE. by David S. Miller · 15 years ago
  4. 92d8682 inetpeer: Move ICMP rate limiting state into inet_peer entries. by David S. Miller · 15 years ago
  5. bd4a697 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  6. e2d5776 net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6. by David S. Miller · 15 years ago
  7. bf36076 net: Fix ipv6 neighbour unregister_sysctl_table warning by Eric W. Biederman · 15 years ago
  8. ec831ea net: Add default_mtu() methods to blackhole dst_ops by Roland Dreier · 15 years ago
  9. 0658254 net: Store ipv4/ipv6 COW'd metrics in inetpeer cache. by David S. Miller · 15 years ago
  10. 1397e17 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  11. 8f2771f ipv6: Remove route peer binding assertions. by David S. Miller · 15 years ago
  12. 62fa8a8 net: Implement read-only protection and COW'ing of metrics. by David S. Miller · 15 years ago
  13. b4e69ac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  14. 7cc2edb xfrm6: Don't forget to propagate peer into ipsec route. by David S. Miller · 15 years ago
  15. 73a8bd7 ipv6: Revert 'administrative down' address handling changes. by David S. Miller · 15 years ago
  16. d80bc0f ipv6: Always clone offlink routes. by David S. Miller · 15 years ago
  17. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 15 years ago
  18. f2eda47 ipv6: raw: rcu annotations by Eric Dumazet · 15 years ago
  19. 753ea8e net: ipv6: sit: fix rcu annotations by Eric Dumazet · 15 years ago
  20. bced94e netfilter: add a missing include in nf_conntrack_reasm.c by Eric Dumazet · 15 years ago
  21. 1268afe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  22. 14f0290 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 15 years ago
  23. a5db219 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  24. 2fdc1c8 ipv6: Silence privacy extensions initialization by Romain Francoise · 15 years ago
  25. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  26. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  27. 255d0dc netfilter: x_table: speedup compat operations by Eric Dumazet · 15 years ago
  28. 464143c Merge branch 'master' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 15 years ago
  29. 72b43d0 inet6: prevent network storms caused by linux IPv6 routers by Alexey Kuznetsov · 15 years ago
  30. fee1cc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEAD by Simon Horman · 15 years ago
  31. 2fc72c7 netfilter: fix compilation when conntrack is disabled but tproxy is enabled by KOVACS Krisztian · 15 years ago
  32. 60dbb01 Merge branch 'master' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 15 years ago
  33. 4b0ef1f ah: reload pointers to skb data after calling skb_cow_data() by Dang Hongwu · 15 years ago
  34. c191a83 tcp: disallow bind() to reuse addr/port by Eric Dumazet · 15 years ago
  35. 83723d6 netfilter: x_tables: dont block BH while reading counters by Eric Dumazet · 15 years ago
  36. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  37. d9993be Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  38. ad0081e ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed. by David Stevens · 15 years ago
  39. d1ed113 ipv6: remove duplicate neigh_ifdown by stephen hemminger · 15 years ago
  40. bc3ef66 ipv6: fib6_ifdown cleanup by stephen hemminger · 15 years ago
  41. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  42. 29ba5fe ipv6: don't flush routes when setting loopback down by stephen hemminger · 15 years ago
  43. fcbdf09 net: fix nulls list corruptions in sk_prot_alloc by Octavian Purdila · 15 years ago
  44. d3052b5 ipv6: delete expired route in ip6_pmtu_deliver by Andrey Vagin · 15 years ago
  45. ae90bde netfilter: fix compilation when conntrack is disabled but tproxy is enabled by KOVACS Krisztian · 15 years ago
  46. d33e455 net: Abstract default MTU metric calculation behind an accessor. by David S. Miller · 15 years ago
  47. 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 15 years ago
  48. a02e4b7 ipv6: Demark default hoplimit as zero. by David S. Miller · 15 years ago
  49. 5170ae8 net: Abstract RTAX_HOPLIMIT metric accesses behind helper. by David S. Miller · 15 years ago
  50. abbf46a ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls. by David S. Miller · 15 years ago
  51. 376d940 inet6: Remove redundant unlikely() by Tobias Klauser · 15 years ago
  52. 040253c xfrm: Traffic Flow Confidentiality for IPv6 ESP by Martin Willi · 15 years ago
  53. c072240 net/ipv6/udp.c: fix typo in flush_stack() by Jiri Pirko · 15 years ago
  54. 457de43 ipv6: Fix 'release_it' logic in tcp_v6_get_peer() by David S. Miller · 15 years ago
  55. 5f75a10 ipv6: fix nl group when advertising a new link by Nicolas Dichtel · 15 years ago
  56. a34f0b3 fix comment typos concerning "consistent" by Uwe Kleine-König · 15 years ago
  57. 68835ab net: optimize INET input path further by Eric Dumazet · 15 years ago
  58. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 15 years ago
  59. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  60. b672083 ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic number by Shan Wei · 15 years ago
  61. db3949c tcp: Implement ipv6 ->get_peer() and ->tw_get_peer(). by David S. Miller · 15 years ago
  62. 493f377 tcp: Add timewait recycling bits to ipv6 connect code. by David S. Miller · 15 years ago
  63. ae4694b ipv6: Create inet6_csk_route_req(). by David S. Miller · 15 years ago
  64. ccb7c41 timewait_sock: Create and use getpeer op. by David S. Miller · 15 years ago
  65. 6dcdd1b net/ipv6/sit.c: return unhandled skb to tunnel4_rcv by David McCullough · 15 years ago
  66. 381601e Make the ip6_tunnel reflect the true mtu. by Anders Franzen · 15 years ago
  67. 3f419d2 inet: Turn ->remember_stamp into ->get_peer in connection AF ops. by David S. Miller · 15 years ago
  68. b341936 ipv6: Add infrastructure to bind inet_peer objects to routes. by David S. Miller · 15 years ago
  69. 82a39eb ipv6: Prepare the tree for un-inlined jhash. by Jozsef Kadlecsik · 15 years ago
  70. d3c15ca ipv6: kill two unused macro definition by Shan Wei · 15 years ago
  71. cf7afbf rtnl: make link af-specific updates atomic by Thomas Graf · 15 years ago
  72. 456b61b ipv6: mcast: RCU conversion by Eric Dumazet · 15 years ago
  73. 4de58df Net: ipv6: netfiliter: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 15 years ago
  74. 88b2a9a ipv6: fix missing in6_ifa_put in addrconf by John Fastabend · 15 years ago
  75. 2491242 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  76. 18a31e1 ipv6: Expose reachable and retrans timer values as msecs by Thomas Graf · 15 years ago
  77. 93908d1 ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffies by Thomas Graf · 15 years ago
  78. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 16 years ago
  79. b382b19 ipv6: AF_INET6 link address family by Thomas Graf · 15 years ago
  80. c31504d udp: use atomic_inc_not_zero_hint by Eric Dumazet · 15 years ago
  81. 9d82ca9 ipv6: fix missing in6_ifa_put in addrconf by John Fastabend · 15 years ago
  82. 8a22c99 net/ipv6/mcast.c: Remove unnecessary semicolons by Joe Perches · 15 years ago
  83. be9e916 netfilter: nf_ct_frag6_sysctl_table is static by Eric Dumazet · 15 years ago
  84. b468645 netfilter: xt_LOG: do print MAC header on FORWARD by Jan Engelhardt · 15 years ago
  85. 4038565 ipv6: Warn users if maximum number of routes is reached. by Ben Greear · 16 years ago
  86. 2de7957 ipv6: addrconf: don't remove address state on ifdown if the address is being kept by Lorenzo Colitti · 16 years ago
  87. 7c13a0d Merge git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 16 years ago
  88. 22e091e netfilter: ipv6: fix overlap check for fragments by Shan Wei · 16 years ago
  89. f464214 ipv6: fix overlap check for fragments by Shan Wei · 16 years ago
  90. cccbe5e netfilter: ip6_tables: fix information leak to userspace by Jan Engelhardt · 16 years ago
  91. 41bb78b net dst: fix percpu_counter list corruption and poison overwritten by Xiaotian Feng · 16 years ago
  92. 870be39 ipv6/udp: report SndbufErrors and RcvbufErrors by Eric Dumazet · 16 years ago
  93. 74b0b85 tunnels: Fix tunnels change rcu protection by Pavel Emelyanov · 16 years ago
  94. e0ad61e net: add __rcu annotations to protocol by Eric Dumazet · 16 years ago
  95. 853dc2e ipv6: fix refcnt problem related to POSTDAD state by Ursula Braun · 16 years ago
  96. 7a876b0 IPv6: Temp addresses are immediately deleted. by Glenn Wurster · 16 years ago
  97. aed6550 IPv6: Create temporary address if none exists. by Glenn Wurster · 16 years ago
  98. 7932c2e netfilter: Add missing CONFIG_SYSCTL checks in ipv6's nf_conntrack_reasm.c by David S. Miller · 16 years ago
  99. 0d7da9d net: add __rcu annotation to sk_filter by Eric Dumazet · 16 years ago
  100. f6318e5 netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables and xt_TPROXY by KOVACS Krisztian · 16 years ago