aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
AgeCommit message (Expand)Author
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-07ipv6: prepare fib6_age() for exception tableWei Wang
2017-10-07ipv6: introduce a hash table to store dst cacheWei Wang
2017-08-29ipv6: Use rt6i_idev index for echo replies to a local addressDavid Ahern
2017-08-24ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki
2017-07-16ip6: fix PMTU discovery when using /127 subnetsVincent Bernat
2017-07-06net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern
2017-06-17ipv6: get rid of icmp6 dst garbage collectorWei Wang
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern
2017-05-04ipv6: initialize route null entry in addrconf_init()WANG Cong
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
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