summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-1/+6
|\
| * ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet2018-05-011-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-241-0/+2
|\|
| * ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-04-231-0/+2
* | net/ipv6: fix LOCKDEP issue in rt6_remove_exception_rt()Eric Dumazet2018-04-241-2/+1
* | 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/+1
* | 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/+6
* | 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/+9
* | net/ipv6: Remove fib6_idevDavid Ahern2018-04-191-19/+47
* | net/ipv6: Remove unnecessary checks on fib6_idevDavid Ahern2018-04-191-22/+2
* | 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-171-25/+2
* | net/ipv6: Flip FIB entries to fib6_infoDavid Ahern2018-04-171-129/+130
* | net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-171-110/+61
* | net/ipv6: Cleanup exception and cache route handlingDavid Ahern2018-04-171-62/+80
* | net/ipv6: Add gfp_flags to route add functionsDavid Ahern2018-04-171-8/+10
* | net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2018-04-171-13/+20
* | net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2018-04-171-5/+24
* | net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern2018-04-171-4/+25
* | net/ipv6: Add fib6_null_entryDavid Ahern2018-04-171-19/+43
* | net/ipv6: move expires into rt6_infoDavid Ahern2018-04-171-9/+11
* | net/ipv6: move metrics from dst to rt6_infoDavid Ahern2018-04-171-159/+98
* | net/ipv6: Defer initialization of dst to data pathDavid Ahern2018-04-171-41/+74
* | net/ipv6: Move nexthop data to fib6_nhDavid Ahern2018-04-171-73/+89
* | net/ipv6: Save route type in rt6_infoDavid Ahern2018-04-171-26/+20
* | net/ipv6: Move support functions up in route.cDavid Ahern2018-04-171-60/+59
* | net/ipv6: Pass net namespace to route functionsDavid Ahern2018-04-171-26/+28
* | net/ipv6: Pass net to fib6_update_sernumDavid Ahern2018-04-171-5/+5
* | ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-171-1/+2
|/
* ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev2018-04-041-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-6/+10
|\
| * net/ipv6: Fix route leaking between VRFsDavid Ahern2018-03-301-0/+3
| * ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet2018-03-231-6/+7
* | ipv6: do not set routes if disable_ipv6 has been enabledLorenzo Bianconi2018-03-301-0/+6
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-3/+0
* | net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-31/+45
|\|
| * net/ipv6: Handle onlink flag with multipath routesDavid Ahern2018-03-221-0/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-131-2/+2
| |\
| | * xfrm: reuse uncached_list to track xdstsXin Long2018-02-161-2/+2
| * | ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio2018-03-071-29/+42