summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum2021-04-161-3/+5
* net: vrf: Fix dst reference countingDavid Ahern2020-05-101-3/+4
* net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern2020-05-101-20/+48
* ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier2020-03-111-0/+1
* net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-03-231-1/+1
* ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern2018-11-271-2/+6
* ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-04-291-0/+2
* net/ipv6: Fix route leaking between VRFsDavid Ahern2018-04-131-0/+3
* ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath2018-03-031-0/+1
* ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-11-301-1/+5
* ipv6: fix sparse warning on rt6i_nodeWei Wang2017-09-271-1/+2
* ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-09-271-3/+11
* net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-211-7/+1
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-141-2/+11
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-141-11/+15
* net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-05-021-0/+4
* net: ipv6: check route protocol when deleting routesMantas M2017-04-211-0/+2
* net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2017-02-041-1/+2
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-11-151-1/+3
* net/route: enforce hoplimit max valuePaolo Abeni2016-05-181-0/+2
* ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-03-031-4/+3
* Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel2015-12-011-1/+1
* ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau2015-11-151-1/+2
* ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau2015-11-151-1/+10
* ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau2015-11-151-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-2/+1
|\
| * ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed sourceMatthias Schiffer2015-11-021-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-2/+4
|\|
| * net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern2015-10-221-2/+4
| * net: Really fix vti6 with oif in dst lookupsDavid Ahern2015-10-211-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-26/+23
|\|
| * ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau2015-10-161-15/+5
| * ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau2015-10-161-6/+11
| * ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman2015-10-131-5/+7
* | net: Add VRF support to IPv6 stackDavid Ahern2015-10-131-5/+22
* | ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu2015-10-121-15/+17
* | dst: Pass net into dst->outputEric W. Biederman2015-10-081-7/+7
* | ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman2015-10-081-1/+1
* | dst: Pass a sk into .local_outEric W. Biederman2015-10-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-021-1/+2
|\|
| * net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern2015-09-291-1/+2
* | net: Remove redundant oif checks in rt6_device_matchDavid Ahern2015-09-281-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-6/+10
|\|
| * net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-201-1/+3
| * ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-171-2/+3
| * ipv6: Avoid double dst_freeMartin KaFai Lau2015-09-151-3/+4
* | ipv6: remove unused neigh parameter from ndisc functionsJiri Benc2015-09-241-1/+1
* | ipv6 Use get_hash_from_flowi6 for rt6 hashTom Herbert2015-09-231-25/+1
|/
* ipv6: fix ifnullfree.cocci warningsWu Fengguang2015-09-091-2/+1
* ipv6: fix multipath route replace error recoveryRoopa Prabhu2015-09-091-26/+175