summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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-161-33/+43
| |\
| | * net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern2018-05-111-8/+6
| | * 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-041-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-241-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
* | | | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-13/+2
* | | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-9/+2
| |_|/ |/| |
* | | ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet2018-05-011-1/+6
| |/ |/|
* | ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-04-231-0/+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
|\