aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-16ipv6: route: place a warning with duplicated string with correct extackJakub Kicinski1-12/+2
2019-01-02ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio1-1/+3
2018-12-27ipv6/route: Add a missing check on proc_dointvecAditya Pakki1-1/+5
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+8
2018-11-18ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern1-2/+5
2018-11-16ipv6: fix a dst leak when removing its exceptionXin Long1-4/+3
2018-11-06net: Add extack argument to ip_fib_metrics_initDavid Ahern1-2/+3
2018-10-24net/ipv6: Allow onlink routes to have a device mismatch if it is the default routeDavid Ahern1-0/+2
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2018-10-16net/ipv6: Plumb support for filtering route dumpsDavid Ahern1-8/+32
2018-10-15ipv6: rate-limit probes for neighbourless routesSabrina Dubroca1-6/+6
2018-10-12net/ipv6: Add knob to skip DELROUTE message on device downDavid Ahern1-1/+19
2018-10-10net/ipv6: Make ipv6_route_table_template staticDavid Ahern1-1/+1
2018-10-08net: Add extack to nlmsg_parseDavid Ahern1-1/+1
2018-10-05ipv6: do not leave garbage in rt->fib6_metricsEric Dumazet1-0/+2
2018-10-04net: Move free of dst_metrics to helperDavid Ahern1-4/+1
2018-10-04net: common metrics init helper for dst_entryDavid Ahern1-5/+1
2018-10-04net: common metrics init helper for FIB entriesDavid Ahern1-22/+7
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+0
2018-10-02net: inet6_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski1-2/+1
2018-10-02net: rtm_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski1-11/+12
2018-10-02net: rtmsg_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski1-16/+16
2018-10-02net: ip6_update_pmtu() - use new style struct initializer instead of memsetMaciej Żenczykowski1-9/+8
2018-10-02net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski1-3/+1
2018-10-02net: ip6_redirect_no_header() - use new style struct initializer instead of memsetMaciej Żenczykowski1-9/+8
2018-10-02net: ip6_redirect() - use new style struct initializer instead of memsetMaciej Żenczykowski1-10/+9
2018-09-26net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern1-5/+0
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2018-09-19ipv6: Allow the l3mdev to be a loopbackRobert Shearman1-1/+2
2018-09-18ipv6: fix memory leak on dst->_metricsWei Wang1-1/+4
2018-09-18Revert "ipv6: fix double refcount of fib6_metrics"Wei Wang1-0/+4
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+30
2018-09-17net/ipv6: do not copy dst flags on rt initPeter Oskolkov1-2/+0
2018-09-13ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long1-12/+30
2018-09-10net/ipv6: Remove rt6i_prefsrcDavid Ahern1-27/+0
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2018-09-01ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev1-1/+0
2018-08-31net/ipv6: Do not reset nl_net in ip6_route_info_createDavid Ahern1-2/+0
2018-08-22net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu1-1/+1
2018-08-05ipv6: fix double refcount of fib6_metricsCong Wang1-4/+0
2018-07-23ipv6: use fib6_info_hold_safe() when necessaryWei Wang1-10/+31
2018-07-16net/ipv6: Do not allow device only routes via the multipath APIDavid Ahern1-0/+7
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern1-2/+1
2018-06-11ipv6: allow PMTU exceptions to local routesJulian Anastasov1-3/+0
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-867/+1028
2018-06-05net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern1-4/+8
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek1-2/+2
2018-06-04Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller1-2/+2
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek1-2/+2
2018-05-24net/ipv6: Udate fib6_table_lookup tracepointDavid Ahern1-2/+7