summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-05ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier1-0/+1
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-7/+15
2019-11-12ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet1-3/+10
2019-09-06ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern1-1/+1
2019-07-28ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern1-1/+1
2019-06-04ipv6: Fix redirect with VRFDavid Ahern1-0/+6
2019-05-25ipv6: prevent possible fib6 leaksEric Dumazet1-0/+7
2019-05-25ipv6: fix src addr routing with the exception tableWei Wang1-24/+27
2019-05-05ipv6: fix races in ip6_dst_destroy()Eric Dumazet1-7/+2
2019-05-05ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau1-20/+18
2019-04-27route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon1-0/+4
2019-04-03ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long1-8/+10
2019-03-19ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni1-1/+5
2019-03-19ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni1-5/+6
2019-03-19ipv6: route: purge exception on removalPaolo Abeni1-1/+12
2019-03-19net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal1-1/+1
2019-03-10ipv6: Return error for RTA_VIA attributeDavid Ahern1-0/+4
2019-03-10ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu1-1/+2
2019-01-09ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio1-1/+3
2018-11-23ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern1-2/+5
2018-11-23ipv6: fix a dst leak when removing its exceptionXin Long1-4/+3
2018-11-04net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...David Ahern1-0/+2
2018-10-16ipv6: rate-limit probes for neighbourless routesSabrina Dubroca1-6/+6
2018-09-27net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern1-5/+0
2018-09-19ipv6: fix memory leak on dst->_metricsWei Wang1-1/+4
2018-09-19Revert "ipv6: fix double refcount of fib6_metrics"Wei Wang1-0/+4
2018-09-18net/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-02ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev1-1/+0
2018-08-23net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu1-1/+1
2018-08-06ipv6: fix double refcount of fib6_metricsCong Wang1-4/+0
2018-07-23ipv6: use fib6_info_hold_safe() when necessaryWei Wang1-10/+31
2018-07-17net/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-12ipv6: allow PMTU exceptions to local routesJulian Anastasov1-3/+0
2018-06-07Merge 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-25net/ipv6: Udate fib6_table_lookup tracepointDavid Ahern1-2/+7
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+48
2018-05-23ipv6: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu1-0/+17
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern1-1/+2
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern1-0/+48
2018-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-33/+43
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig1-13/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-9/+2
2018-05-11net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern1-8/+6
2018-05-11net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern1-14/+25