summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-1/+0
* ipv6: Introduce rt6_nexthop() to select nexthop address.YOSHIFUJI Hideaki / 吉藤英明2013-01-171-0/+8
* ipv6: export IP6_RT_PRIO_* to userlandNicolas Dichtel2012-11-161-3/+0
* ipv6: fix inet6_csk_xmit()Eric Dumazet2012-07-181-1/+2
* ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller2012-07-121-2/+0
* ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.David S. Miller2012-07-121-0/+2
* ipv6: Move bulk of redirect handling into rt6_redirect().David S. Miller2012-07-111-6/+1
* ipv6: Handle PMTU in ICMP error handlers.David S. Miller2012-06-151-4/+4
* inet: Fix BUG triggered by __rt{,6}_get_peer().David S. Miller2012-06-111-1/+1
* inet: Hide route peer accesses behind helpers.David S. Miller2012-06-111-3/+3
* inet: Create and use rt{,6}_get_peer_create().David S. Miller2012-06-081-4/+13
* ipv6: bool/const conversions phase2Eric Dumazet2012-05-191-1/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller2011-12-251-0/+2
|\
| * ipv6: add ip6_route_lookupFlorian Westphal2011-12-041-0/+2
* | ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller2011-12-061-1/+1
* | ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller2011-12-061-1/+1
|/
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-241-3/+0
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-9/+9
* ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter2011-04-151-0/+7
* ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal2011-03-221-1/+1
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-201-0/+10
|\
| * ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens2010-12-191-0/+10
* | net: kill unused macros from head fileShan Wei2010-12-021-1/+0
* | ipv6: Add rt6_get_peer() helper.David S. Miller2010-12-021-0/+9
* | ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller2010-11-301-0/+3
|/
* net: sk_dst_cache RCUificationEric Dumazet2010-04-131-2/+2
* ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.YOSHIFUJI Hideaki / 吉藤英明2010-03-071-0/+18
* net: cleanup include/netEric Dumazet2009-11-041-2/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-1/+1
* netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley2008-08-141-0/+1
* ipv6: Kill unused ip6_prohibit_entry and ip6_blk_hole_entry declarations.Rami Rosen2008-08-131-5/+0
* ipv6: ip6_route.h cleanup.Rami Rosen2008-08-131-1/+0
* ipv6: icmp6_dst_gc return changeStephen Hemminger2008-07-221-1/+1
* [IPV6]: Make address arguments const.YOSHIFUJI Hideaki2008-04-121-3/+3
* [IPV6]: Remove unused declarations in include/net/ip6_route.h.Rami Rosen2008-04-101-15/+0
* [IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki2008-03-251-3/+6
* [IPV6]: Optimize hop-limit determination.YOSHIFUJI Hideaki2008-03-251-0/+2
* [NETNS][IPV6] route6 - add netns parameter to ip6_route_outputDaniel Lezcano2008-03-051-1/+2
* [NETNS][IPV6] rt6_info - make rt6_info accessed as a pointerDaniel Lezcano2008-03-041-3/+3
* [NETNS][IPV6] route6 - make route6 per namespaceDaniel Lezcano2008-03-041-1/+3
* [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt...Daniel Lezcano2008-03-041-1/+1
* [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookupDaniel Lezcano2008-03-041-1/+2
* [NETNS][IPV6] ip6_fib - gc timer per namespaceDaniel Lezcano2008-03-031-1/+1
* [NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespacesDaniel Lezcano2008-03-031-1/+1
* [IPV6]: Make ndisc_dst_alloc() common for later use.YOSHIFUJI Hideaki2008-03-041-4/+4
* [IPV6] Minor clenup: remove two unused definitions in net/ip6_route.hRami Rosen2008-02-071-2/+0
* [NETNS][IPV6]: Make sysctls route per namespace.Daniel Lezcano2008-01-281-2/+0
* [IPV6]: Make ip6_route_init to return an error code.Daniel Lezcano2008-01-281-1/+1