aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21ipv6: unshare inetpeersEric Dumazet1-13/+20
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+7
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-19/+20
2011-07-17ipv6: Get rid of rt6i_nexthop macro.David S. Miller1-15/+15
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-16/+9
2011-07-01ipv6: Don't put artificial limit on routing table size.David S. Miller1-6/+7
2011-07-01ipv6: Don't change dst->flags using assignments.David S. Miller1-10/+2
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-3/+3
2011-05-21ipv6: copy prefsrc setting when copying route entryFlorian Westphal1-0/+1
2011-04-28net: Use non-zero allocations in dst_alloc().David S. Miller1-1/+7
2011-04-28net: Make dst_alloc() take more explicit initializations.David S. Miller1-18/+11
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+7
2011-04-25net: provide cow_metrics() methods to blackhole dst_opsHeld Bernhard1-0/+7
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-26/+26
2011-04-21ipv6: Remove hoplimit initialization to -1Thomas Egerer1-1/+0
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter1-3/+69
2011-03-22ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal1-1/+1
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-48/+48
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-10/+10
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2011-03-09ipv6: Don't create clones of host routes.David S. Miller1-1/+3
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+10
2011-03-03ipv6: Use ERR_CAST in addrconf_dst_alloc.David S. Miller1-6/+1
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller1-2/+1
2011-03-01ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller1-7/+5
2011-02-25ipv6: variable next is never used in this functionHagen Paul Pfeifer1-3/+1
2011-02-25sysctl: ipv6: use correct net in ipv6_sysctl_rtcache_flushLucian Adrian Grijincu1-7/+10
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-02-18net: provide default_advmss() methods to blackhole dst_opsEric Dumazet1-0/+1
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller1-3/+2
2011-02-10inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller1-2/+16
2011-02-08net: Kill NETEVENT_PMTU_UPDATE.David S. Miller1-1/+0
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+6
2011-01-31net: Add default_mtu() methods to blackhole dst_opsRoland Dreier1-0/+6
2011-01-27net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller1-2/+31
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+0
2011-01-27ipv6: Remove route peer binding assertions.David S. Miller1-4/+0
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller1-3/+12
2011-01-24ipv6: Always clone offlink routes.David S. Miller1-8/+1
2010-12-18ipv6: fib6_ifdown cleanupstephen hemminger1-4/+4
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+6
2010-12-16ipv6: delete expired route in ip6_pmtu_deliverAndrey Vagin1-1/+6
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller1-21/+16
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller1-9/+7
2010-12-12ipv6: Demark default hoplimit as zero.David S. Miller1-3/+1
2010-12-12net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller1-2/+2
2010-12-12ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls.David S. Miller1-0/+1
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller1-29/+37
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller1-0/+18
2010-11-28ipv6: kill two unused macro definitionShan Wei1-2/+0