summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
2012-01-11ipv6: Check dest prefix length on original route not copied one in rt6_alloc_...David S. Miller
2011-11-11ipv6: fix route error binding peer in func icmp6_dst_allocGao feng
2011-09-27ipv6: check return value for dst_allocMadalin Bucur
2011-09-17ipv6: don't use inetpeer to store metrics for routes.Yan, Zheng
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet
2011-07-21ipv6: unshare inetpeersEric Dumazet
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-17ipv6: Get rid of rt6i_nexthop macro.David S. Miller
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-01ipv6: Don't put artificial limit on routing table size.David S. Miller
2011-07-01ipv6: Don't change dst->flags using assignments.David S. Miller
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-05-21ipv6: copy prefsrc setting when copying route entryFlorian Westphal
2011-04-28net: Use non-zero allocations in dst_alloc().David S. Miller
2011-04-28net: Make dst_alloc() take more explicit initializations.David S. Miller
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-25net: provide cow_metrics() methods to blackhole dst_opsHeld Bernhard
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-04-21ipv6: Remove hoplimit initialization to -1Thomas Egerer
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter
2011-03-22ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-09ipv6: Don't create clones of host routes.David S. Miller
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-03ipv6: Use ERR_CAST in addrconf_dst_alloc.David S. Miller
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller
2011-03-01ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller
2011-02-25ipv6: variable next is never used in this functionHagen Paul Pfeifer
2011-02-25sysctl: ipv6: use correct net in ipv6_sysctl_rtcache_flushLucian Adrian Grijincu
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-18net: provide default_advmss() methods to blackhole dst_opsEric Dumazet
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller
2011-02-10inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller
2011-02-08net: Kill NETEVENT_PMTU_UPDATE.David S. Miller
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-31net: Add default_mtu() methods to blackhole dst_opsRoland Dreier
2011-01-27net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-27ipv6: Remove route peer binding assertions.David S. Miller
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller
2011-01-24ipv6: Always clone offlink routes.David S. Miller
2010-12-18ipv6: fib6_ifdown cleanupstephen hemminger
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-16ipv6: delete expired route in ip6_pmtu_deliverAndrey Vagin
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller
2010-12-12ipv6: Demark default hoplimit as zero.David S. Miller