summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern2019-07-281-1/+1
* ipv6: Fix redirect with VRFDavid Ahern2019-06-041-0/+6
* ipv6: prevent possible fib6 leaksEric Dumazet2019-05-251-0/+7
* ipv6: fix src addr routing with the exception tableWei Wang2019-05-251-24/+27
* ipv6: fix races in ip6_dst_destroy()Eric Dumazet2019-05-051-7/+2Star
* ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau2019-05-051-20/+18Star
* route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon2019-04-271-0/+4
* ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long2019-04-031-8/+10
* ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni2019-03-191-1/+5
* ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni2019-03-191-5/+6
* ipv6: route: purge exception on removalPaolo Abeni2019-03-191-1/+12
* net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-03-191-1/+1
* ipv6: Return error for RTA_VIA attributeDavid Ahern2019-03-101-0/+4
* ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-101-1/+2
* ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio2019-01-091-1/+3
* ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern2018-11-231-2/+5
* ipv6: fix a dst leak when removing its exceptionXin Long2018-11-231-4/+3Star
* net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...David Ahern2018-11-041-0/+2
* ipv6: rate-limit probes for neighbourless routesSabrina Dubroca2018-10-161-6/+6
* net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern2018-09-271-5/+0Star
* ipv6: fix memory leak on dst->_metricsWei Wang2018-09-191-1/+4
* Revert "ipv6: fix double refcount of fib6_metrics"Wei Wang2018-09-191-0/+4
* net/ipv6: do not copy dst flags on rt initPeter Oskolkov2018-09-181-2/+0Star
* ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long2018-09-131-12/+30
* ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev2018-09-021-1/+0Star
* net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu2018-08-231-1/+1
* ipv6: fix double refcount of fib6_metricsCong Wang2018-08-061-4/+0Star
* ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-231-10/+31
* net/ipv6: Do not allow device only routes via the multipath APIDavid Ahern2018-07-161-0/+7
* net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern2018-07-041-2/+1Star
* ipv6: allow PMTU exceptions to local routesJulian Anastasov2018-06-111-3/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-867/+1028
|\
| * net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern2018-06-051-4/+8
| * ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-2/+2
| * Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller2018-06-041-2/+2
| * ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-2/+2
| * net/ipv6: Udate fib6_table_lookup tracepointDavid Ahern2018-05-251-2/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-251-0/+48
| |\
| | * net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern2018-05-221-0/+48
| * | ipv6: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu2018-05-231-0/+17
| * | net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern2018-05-221-1/+2
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-171-33/+43
| |\
| | * net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern2018-05-111-8/+6Star
| | * net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern2018-05-111-14/+25
| | * net/ipv6: Rename rt6_multipath_selectDavid Ahern2018-05-111-8/+9
| | * net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern2018-05-111-4/+4
| * | net/ipv6: fix lock imbalance in ip6_route_del()Eric Dumazet2018-05-101-1/+3
| |/
| * net/ipv6: rename rt6_next to fib6_nextDavid Ahern2018-05-051-6/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-1/+6
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-0/+2
| |\ \