summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| * | | net/ipv6: fix LOCKDEP issue in rt6_remove_exception_rt()Eric Dumazet2018-04-241-2/+1Star
| * | | net/ipv6: Fix missing rcu dereferences on fromDavid Ahern2018-04-231-5/+10
| * | | net/ipv6: add rcu locking to ip6_negative_adviceDavid Ahern2018-04-231-0/+2
| * | | net/ipv6: Remove unncessary check on f6i in fib6_checkDavid Ahern2018-04-211-2/+1Star
| * | | net/ipv6: Make from in rt6_info rcu protectedDavid Ahern2018-04-211-27/+69
| * | | net/ipv6: Move rcu locking to callers of fib6_get_cookie_safeDavid Ahern2018-04-211-3/+10
| * | | net/ipv6: Move rcu_read_lock to callers of ip6_rt_cache_allocDavid Ahern2018-04-211-7/+6Star
| * | | net/ipv6: Rename rt6_get_cookie_safeDavid Ahern2018-04-211-2/+2
| * | | net/ipv6: Clean up rt expires helpersDavid Ahern2018-04-211-0/+9
| * | | net/ipv6: Fix ip6_convert_metrics() bugEric Dumazet2018-04-201-11/+9Star
| * | | net/ipv6: Remove fib6_idevDavid Ahern2018-04-191-19/+47
| * | | net/ipv6: Remove unnecessary checks on fib6_idevDavid Ahern2018-04-191-22/+2Star
| * | | net/ipv6: Rename addrconf_dst_allocDavid Ahern2018-04-191-22/+22
| * | | net/ipv6: Rename fib6_info struct elementsDavid Ahern2018-04-191-136/+136
| * | | net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern2018-04-181-25/+2Star
| * | | net/ipv6: Flip FIB entries to fib6_infoDavid Ahern2018-04-181-129/+130
| * | | net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-181-110/+61Star
| * | | net/ipv6: Cleanup exception and cache route handlingDavid Ahern2018-04-181-62/+80
| * | | net/ipv6: Add gfp_flags to route add functionsDavid Ahern2018-04-181-8/+10
| * | | net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2018-04-181-13/+20
| * | | net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2018-04-181-5/+24
| * | | net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern2018-04-181-4/+25
| * | | net/ipv6: Add fib6_null_entryDavid Ahern2018-04-181-19/+43
| * | | net/ipv6: move expires into rt6_infoDavid Ahern2018-04-181-9/+11