aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov1-4/+2
2013-10-21ipv6: always prefer rt6i_gateway if presentJulian Anastasov1-1/+1
2013-09-21ip*.h: Remove extern from function prototypesJoe Perches1-55/+43
2013-08-31ipv6: move ip6_dst_hoplimit() into core kernelCong Wang1-2/+0
2013-08-22ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong1-0/+2
2013-01-18ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.YOSHIFUJI Hideaki / 吉藤英明1-1/+0
2013-01-17ipv6: Introduce rt6_nexthop() to select nexthop address.YOSHIFUJI Hideaki / 吉藤英明1-0/+8
2012-11-16ipv6: export IP6_RT_PRIO_* to userlandNicolas Dichtel1-3/+0
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet1-1/+2
2012-07-12ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller1-2/+0
2012-07-12ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.David S. Miller1-0/+2
2012-07-11ipv6: Move bulk of redirect handling into rt6_redirect().David S. Miller1-6/+1
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller1-4/+4
2012-06-11inet: Fix BUG triggered by __rt{,6}_get_peer().David S. Miller1-1/+1
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller1-3/+3
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller1-4/+13
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller1-0/+2
2011-12-06ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller1-1/+1
2011-12-06ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller1-1/+1
2011-12-04ipv6: add ip6_route_lookupFlorian Westphal1-0/+2
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller1-3/+0
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-9/+9
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter1-0/+7
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-1/+1
2010-12-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+10
2010-12-19ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens1-0/+10
2010-12-02net: kill unused macros from head fileShan Wei1-1/+0
2010-12-02ipv6: Add rt6_get_peer() helper.David S. Miller1-0/+9
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller1-0/+3
2010-04-13net: sk_dst_cache RCUificationEric Dumazet1-2/+2
2010-03-07ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.YOSHIFUJI Hideaki / 吉藤英明1-0/+18
2009-11-04net: cleanup include/netEric Dumazet1-2/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-1/+1
2008-08-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr()Brian Haley1-0/+1
2008-08-13ipv6: Kill unused ip6_prohibit_entry and ip6_blk_hole_entry declarations.Rami Rosen1-5/+0
2008-08-13ipv6: ip6_route.h cleanup.Rami Rosen1-1/+0
2008-07-22ipv6: icmp6_dst_gc return changeStephen Hemminger1-1/+1
2008-04-12[IPV6]: Make address arguments const.YOSHIFUJI Hideaki1-3/+3
2008-04-10[IPV6]: Remove unused declarations in include/net/ip6_route.h.Rami Rosen1-15/+0
2008-03-25[IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki1-3/+6
2008-03-25[IPV6]: Optimize hop-limit determination.YOSHIFUJI Hideaki1-0/+2
2008-03-05[NETNS][IPV6] route6 - add netns parameter to ip6_route_outputDaniel Lezcano1-1/+2
2008-03-04[NETNS][IPV6] rt6_info - make rt6_info accessed as a pointerDaniel Lezcano1-3/+3
2008-03-04[NETNS][IPV6] route6 - make route6 per namespaceDaniel Lezcano1-1/+3
2008-03-04[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt_routersDaniel Lezcano1-1/+1
2008-03-04[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookupDaniel Lezcano1-1/+2