summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
2021-04-16net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum
2020-05-10net: vrf: Fix dst reference countingDavid Ahern
2020-05-10net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern
2020-03-11ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier
2019-03-23net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal
2018-11-27ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern
2018-04-29ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet
2018-04-13net/ipv6: Fix route leaking between VRFsDavid Ahern
2018-03-03ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath
2017-11-30ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong
2017-09-27ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-09-27ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-07-21net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern
2017-05-14ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong
2017-05-14ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-05-02net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern
2017-04-21net: ipv6: check route protocol when deleting routesMantas M
2017-02-04net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern
2016-11-15ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-05-18net/route: enforce hoplimit max valuePaolo Abeni
2016-03-03ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel
2015-11-15ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau
2015-11-15ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau
2015-11-15ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-02ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed sourceMatthias Schiffer
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern
2015-10-21net: Really fix vti6 with oif in dst lookupsDavid Ahern
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-16ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau
2015-10-16ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern
2015-10-13ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman
2015-10-12ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-10-08ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman
2015-10-08dst: Pass a sk into .local_outEric W. Biederman
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-29net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern
2015-09-28net: Remove redundant oif checks in rt6_device_matchDavid Ahern
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsJiri Benc
2015-09-23ipv6 Use get_hash_from_flowi6 for rt6 hashTom Herbert
2015-09-20net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró
2015-09-17ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu
2015-09-15ipv6: Avoid double dst_freeMartin KaFai Lau
2015-09-09ipv6: fix ifnullfree.cocci warningsWu Fengguang
2015-09-09ipv6: fix multipath route replace error recoveryRoopa Prabhu