summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-21ipv6: copy prefsrc setting when copying route entryFlorian Westphal1-0/+1
2011-04-29net: Use non-zero allocations in dst_alloc().David S. Miller1-1/+7
2011-04-29net: 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/ne...David 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-22ipv6: Remove hoplimit initialization to -1Thomas Egerer1-1/+0
2011-04-16ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter1-3/+69
2011-03-23ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal1-1/+1
2011-03-13ipv6: Convert to use flowi6 where applicable.David S. Miller1-48/+48
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-10/+10
2011-03-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2011-03-10ipv6: Don't create clones of host routes.David S. Miller1-1/+3
2011-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+10
2011-03-03ipv6: Use ERR_CAST in addrconf_dst_alloc.David S. Miller1-6/+1
2011-03-02xfrm: Handle blackhole route creation via afinfo.David S. Miller1-2/+1
2011-03-02ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller1-7/+5
2011-02-26ipv6: 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-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2011-02-18net: provide default_advmss() methods to blackhole dst_opsEric Dumazet1-0/+1
2011-02-18net: Add initial_ref arg to dst_alloc().David S. Miller1-3/+2
2011-02-11inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller1-2/+16
2011-02-09net: Kill NETEVENT_PMTU_UPDATE.David S. Miller1-1/+0
2011-02-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+6
2011-02-01net: Add default_mtu() methods to blackhole dst_opsRoland Dreier1-0/+6
2011-01-28net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller1-2/+31
2011-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+0
2011-01-28ipv6: Remove route peer binding assertions.David S. Miller1-4/+0
2011-01-27net: Implement read-only protection and COW'ing of metrics.David S. Miller1-3/+12
2011-01-25ipv6: Always clone offlink routes.David S. Miller1-8/+1
2010-12-19ipv6: fib6_ifdown cleanupstephen hemminger1-4/+4
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+6
2010-12-16ipv6: delete expired route in ip6_pmtu_deliverAndrey Vagin1-1/+6
2010-12-15net: 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-13ipv6: Demark default hoplimit as zero.David S. Miller1-3/+1
2010-12-13net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller1-2/+2
2010-12-13ipv6: 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
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-18/+6
2010-11-13ipv6: Warn users if maximum number of routes is reached.Ben Greear1-1/+5
2010-11-04net dst: fix percpu_counter list corruption and poison overwrittenXiaotian Feng1-0/+2
2010-10-12net dst: use a percpu_counter to track entriesEric Dumazet1-8/+20
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+25
2010-10-04net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski1-4/+24
2010-09-29ipv6: Implement Any-IP support for IPv6.Maciej Żenczykowski1-1/+9
2010-09-28ipv6: add IPv6 to neighbour table overflow warningUlrich Weber1-1/+1