aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-11net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern1-14/+25
2018-05-11net/ipv6: Rename rt6_multipath_selectDavid Ahern1-8/+9
2018-05-11net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern1-4/+4
2018-05-10net/ipv6: fix lock imbalance in ip6_route_del()Eric Dumazet1-1/+3
2018-05-04net/ipv6: rename rt6_next to fib6_nextDavid Ahern1-6/+6
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2018-05-01ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet1-1/+6
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-04-24net/ipv6: fix LOCKDEP issue in rt6_remove_exception_rt()Eric Dumazet1-2/+1
2018-04-23net/ipv6: Fix missing rcu dereferences on fromDavid Ahern1-5/+10
2018-04-23net/ipv6: add rcu locking to ip6_negative_adviceDavid Ahern1-0/+2
2018-04-23ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet1-0/+2
2018-04-21net/ipv6: Remove unncessary check on f6i in fib6_checkDavid Ahern1-2/+1
2018-04-21net/ipv6: Make from in rt6_info rcu protectedDavid Ahern1-27/+69
2018-04-21net/ipv6: Move rcu locking to callers of fib6_get_cookie_safeDavid Ahern1-3/+10
2018-04-21net/ipv6: Move rcu_read_lock to callers of ip6_rt_cache_allocDavid Ahern1-7/+6
2018-04-21net/ipv6: Rename rt6_get_cookie_safeDavid Ahern1-2/+2
2018-04-21net/ipv6: Clean up rt expires helpersDavid Ahern1-0/+9
2018-04-20net/ipv6: Fix ip6_convert_metrics() bugEric Dumazet1-11/+9
2018-04-19net/ipv6: Remove fib6_idevDavid Ahern1-19/+47
2018-04-19net/ipv6: Remove unnecessary checks on fib6_idevDavid Ahern1-22/+2
2018-04-19net/ipv6: Rename addrconf_dst_allocDavid Ahern1-22/+22
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern1-136/+136
2018-04-17net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern1-25/+2
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern1-129/+130
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern1-110/+61
2018-04-17net/ipv6: Cleanup exception and cache route handlingDavid Ahern1-62/+80
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern1-8/+10
2018-04-17net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern1-13/+20
2018-04-17net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern1-5/+24
2018-04-17net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern1-4/+25
2018-04-17net/ipv6: Add fib6_null_entryDavid Ahern1-19/+43
2018-04-17net/ipv6: move expires into rt6_infoDavid Ahern1-9/+11
2018-04-17net/ipv6: move metrics from dst to rt6_infoDavid Ahern1-159/+98
2018-04-17net/ipv6: Defer initialization of dst to data pathDavid Ahern1-41/+74
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern1-73/+89
2018-04-17net/ipv6: Save route type in rt6_infoDavid Ahern1-26/+20
2018-04-17net/ipv6: Move support functions up in route.cDavid Ahern1-60/+59
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern1-26/+28
2018-04-17net/ipv6: Pass net to fib6_update_sernumDavid Ahern1-5/+5
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra1-1/+2
2018-04-04ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev1-0/+17
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+10
2018-03-30net/ipv6: Fix route leaking between VRFsDavid Ahern1-0/+3
2018-03-30ipv6: do not set routes if disable_ipv6 has been enabledLorenzo Bianconi1-0/+6
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-3/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-23ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet1-6/+7
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+45
2018-03-22net/ipv6: Handle onlink flag with multipath routesDavid Ahern1-0/+1