summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
Commit message (Expand)AuthorAgeFilesLines
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-2/+3
* net: ipv6: Do not consider link state for nexthop validationDavid Ahern2016-10-271-0/+1
* ipv6: Export p6_route_input_lookup symbolMahesh Bandewar2016-09-191-0/+3
* net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern2016-06-171-3/+18
* net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern2016-06-151-0/+2
* net: vrf: Fix dst reference countingDavid Ahern2016-04-111-0/+3
* ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-01-291-2/+10
* ipv6: kill sk_dst_lockEric Dumazet2015-12-031-13/+4
* ipv6: Pass struct net through ip6_fragmentEric W. Biederman2015-09-301-2/+2
* ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-251-1/+1
* ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau2015-05-251-1/+1
* ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-251-5/+14
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-1/+2
* ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-061-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-0/+1
|\
| * ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong2014-05-151-0/+1
* | net: rename local_df to ignore_dfWANG Cong2014-05-121-1/+1
|/
* ipv6: Limit mtu to 65575 bytesEric Dumazet2014-04-141-0/+5
* ipv6: reuse rt6_need_strictWang Yufen2014-03-311-0/+5
* ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa2014-02-261-1/+8
* IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail2014-01-071-0/+7
* ipv6: namespace cleanupsstephen hemminger2014-01-011-20/+0
* ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa2013-12-181-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-4/+2
|\
| * ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-10-211-4/+2
| * ipv6: always prefer rt6i_gateway if presentJulian Anastasov2013-10-211-1/+1
* | ip*.h: Remove extern from function prototypesJoe Perches2013-09-211-55/+43
|/
* ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2013-08-311-2/+0
* ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong2013-08-221-0/+2
* ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-1/+0
* ipv6: Introduce rt6_nexthop() to select nexthop address.YOSHIFUJI Hideaki / 吉藤英明2013-01-171-0/+8
* ipv6: export IP6_RT_PRIO_* to userlandNicolas Dichtel2012-11-161-3/+0
* ipv6: fix inet6_csk_xmit()Eric Dumazet2012-07-181-1/+2
* ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller2012-07-121-2/+0
* ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.David S. Miller2012-07-121-0/+2
* ipv6: Move bulk of redirect handling into rt6_redirect().David S. Miller2012-07-111-6/+1
* ipv6: Handle PMTU in ICMP error handlers.David S. Miller2012-06-151-4/+4
* inet: Fix BUG triggered by __rt{,6}_get_peer().David S. Miller2012-06-111-1/+1
* inet: Hide route peer accesses behind helpers.David S. Miller2012-06-111-3/+3
* inet: Create and use rt{,6}_get_peer_create().David S. Miller2012-06-081-4/+13
* ipv6: bool/const conversions phase2Eric Dumazet2012-05-191-1/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller2011-12-251-0/+2
|\
| * ipv6: add ip6_route_lookupFlorian Westphal2011-12-041-0/+2
* | ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller2011-12-061-1/+1
* | ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller2011-12-061-1/+1
|/
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-241-3/+0
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-9/+9
* ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter2011-04-151-0/+7
* ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal2011-03-221-1/+1