aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman1-2/+2
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau1-1/+1
2015-05-25ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau1-1/+1
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau1-5/+14
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-1/+2
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-1/+2
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-05-15ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong1-0/+1
2014-05-12net: rename local_df to ignore_dfWANG Cong1-1/+1
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet1-0/+5
2014-03-31ipv6: reuse rt6_need_strictWang Yufen1-0/+5
2014-02-26ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa1-1/+8
2014-01-07IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail1-0/+7
2014-01-01ipv6: namespace cleanupsstephen hemminger1-20/+0
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa1-1/+6
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