aboutsummaryrefslogtreecommitdiff
path: root/include/net/ip6_route.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-30ipv6: Pass struct net through ip6_fragmentGravatar Eric W. Biederman 1-2/+2
2015-05-25ipv6: Add rt6_get_cookie() functionGravatar Martin KaFai Lau 1-1/+1
2015-05-25ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionGravatar Martin KaFai Lau 1-1/+1
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTGravatar Martin KaFai Lau 1-5/+14
2015-04-07netfilter: Pass socket pointer down through okfn().Gravatar David Miller 1-1/+2
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackGravatar hannes@stressinduktion.org 1-1/+2
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2014-05-15ipv6: update Destination Cache entries when gateway turn into hostGravatar Duan Jiong 1-0/+1
2014-05-12net: rename local_df to ignore_dfGravatar WANG Cong 1-1/+1
2014-04-14ipv6: Limit mtu to 65575 bytesGravatar Eric Dumazet 1-0/+5
2014-03-31ipv6: reuse rt6_need_strictGravatar Wang Yufen 1-0/+5
2014-02-26ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITGravatar Hannes Frederic Sowa 1-1/+8
2014-01-07IPv6: add the option to use anycast addresses as source addresses in echo replyGravatar FX Le Bail 1-0/+7
2014-01-01ipv6: namespace cleanupsGravatar stephen hemminger 1-20/+0
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsGravatar Hannes Frederic Sowa 1-1/+6
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+2
2013-10-21ipv6: fill rt6i_gateway with nexthop addressGravatar Julian Anastasov 1-4/+2
2013-10-21ipv6: always prefer rt6i_gateway if presentGravatar Julian Anastasov 1-1/+1
2013-09-21ip*.h: Remove extern from function prototypesGravatar Joe Perches 1-55/+43
2013-08-31ipv6: move ip6_dst_hoplimit() into core kernelGravatar Cong Wang 1-2/+0
2013-08-22ipv6: handle Redirect ICMP Message with no Redirected Header optionGravatar Duan Jiong 1-0/+2
2013-01-18ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-1/+0
2013-01-17ipv6: Introduce rt6_nexthop() to select nexthop address.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-0/+8
2012-11-16ipv6: export IP6_RT_PRIO_* to userlandGravatar Nicolas Dichtel 1-3/+0
2012-07-18ipv6: fix inet6_csk_xmit()Gravatar Eric Dumazet 1-1/+2
2012-07-12ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().Gravatar David S. Miller 1-2/+0
2012-07-12ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.Gravatar David S. Miller 1-0/+2
2012-07-11ipv6: Move bulk of redirect handling into rt6_redirect().Gravatar David S. Miller 1-6/+1
2012-06-15ipv6: Handle PMTU in ICMP error handlers.Gravatar David S. Miller 1-4/+4
2012-06-11inet: Fix BUG triggered by __rt{,6}_get_peer().Gravatar David S. Miller 1-1/+1
2012-06-11inet: Hide route peer accesses behind helpers.Gravatar David S. Miller 1-3/+3
2012-06-08inet: Create and use rt{,6}_get_peer_create().Gravatar David S. Miller 1-4/+13
2012-05-19ipv6: bool/const conversions phase2Gravatar Eric Dumazet 1-1/+1
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+1
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextGravatar David S. Miller 1-0/+2
2011-12-06ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().Gravatar David S. Miller 1-1/+1
2011-12-06ipv6: Make third arg to anycast_dst_alloc() bool.Gravatar David S. Miller 1-1/+1
2011-12-04ipv6: add ip6_route_lookupGravatar Florian Westphal 1-0/+2
2011-04-24net: Remove __KERNEL__ cpp checks from include/netGravatar David S. Miller 1-3/+0
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-9/+9
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionGravatar Daniel Walter 1-0/+7
2011-03-22ipv6: ip6_route_output does not modify sk parameter, so make it constGravatar Florian Westphal 1-1/+1
2011-03-12ipv6: Convert to use flowi6 where applicable.Gravatar David S. Miller 1-1/+1
2010-12-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+10
2010-12-19ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.Gravatar David Stevens 1-0/+10
2010-12-02net: kill unused macros from head fileGravatar Shan Wei 1-1/+0
2010-12-02ipv6: Add rt6_get_peer() helper.Gravatar David S. Miller 1-0/+9
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.Gravatar David S. Miller 1-0/+3
2010-04-13net: sk_dst_cache RCUificationGravatar Eric Dumazet 1-2/+2
2010-03-07ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-0/+18