summaryrefslogtreecommitdiff
path: root/include/net/ip6_route.h
AgeCommit message (Expand)Author
2020-04-24net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard
2017-07-21net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern
2017-05-14ipv6: initialize route null entry in addrconf_init()WANG Cong
2016-10-27net: ipv6: Do not consider link state for nexthop validationDavid Ahern
2016-09-19ipv6: Export p6_route_input_lookup symbolMahesh Bandewar
2016-06-17net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern
2016-06-15net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern
2016-04-11net: vrf: Fix dst reference countingDavid Ahern
2016-01-29ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni
2015-12-03ipv6: kill sk_dst_lockEric Dumazet
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau
2015-05-25ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-15ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong
2014-05-12net: rename local_df to ignore_dfWANG Cong
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet
2014-03-31ipv6: reuse rt6_need_strictWang Yufen
2014-02-26ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa
2014-01-07IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail
2014-01-01ipv6: namespace cleanupsstephen hemminger
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov
2013-10-21ipv6: always prefer rt6i_gateway if presentJulian Anastasov
2013-09-21ip*.h: Remove extern from function prototypesJoe Perches
2013-08-31ipv6: move ip6_dst_hoplimit() into core kernelCong Wang
2013-08-22ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong
2013-01-18ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.YOSHIFUJI Hideaki / 吉藤英明
2013-01-17ipv6: Introduce rt6_nexthop() to select nexthop address.YOSHIFUJI Hideaki / 吉藤英明
2012-11-16ipv6: export IP6_RT_PRIO_* to userlandNicolas Dichtel
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet
2012-07-12ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller
2012-07-12ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.David S. Miller
2012-07-11ipv6: Move bulk of redirect handling into rt6_redirect().David S. Miller
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller
2012-06-11inet: Fix BUG triggered by __rt{,6}_get_peer().David S. Miller
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller
2011-12-06ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller
2011-12-06ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller
2011-12-04ipv6: add ip6_route_lookupFlorian Westphal
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller
2011-04-22inet: constify ip headers and in6_addrEric Dumazet