summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: rename rt6_next to fib6_nextDavid Ahern2018-05-051-3/+3
* net/ipv6: Make from in rt6_info rcu protectedDavid Ahern2018-04-211-4/+6
* net/ipv6: Move rcu locking to callers of fib6_get_cookie_safeDavid Ahern2018-04-211-2/+4
* net/ipv6: Rename rt6_get_cookie_safeDavid Ahern2018-04-211-3/+3
* net/ipv6: Clean up rt expires helpersDavid Ahern2018-04-211-21/+0
* net/ipv6: Remove fib6_idevDavid Ahern2018-04-191-1/+0
* net/ipv6: Remove aca_idevDavid Ahern2018-04-191-0/+5
* net/ipv6: Rename fib6_info struct elementsDavid Ahern2018-04-191-19/+19
* net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern2018-04-181-57/+3
* net/ipv6: Flip FIB entries to fib6_infoDavid Ahern2018-04-181-21/+21
* net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-181-3/+1
* net/ipv6: introduce fib6_info struct and helpersDavid Ahern2018-04-181-0/+55
* net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2018-04-181-1/+4
* net/ipv6: move expires into rt6_infoDavid Ahern2018-04-181-4/+23
* net/ipv6: move metrics from dst to rt6_infoDavid Ahern2018-04-181-8/+9
* net/ipv6: Move nexthop data to fib6_nhDavid Ahern2018-04-181-4/+12
* net/ipv6: Save route type in rt6_infoDavid Ahern2018-04-181-0/+1
* net/ipv6: Pass net to fib6_update_sernumDavid Ahern2018-04-181-1/+1
* net/ipv6: Pass skb to route lookupDavid Ahern2018-03-041-1/+3
* ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu2018-03-011-0/+25
* ipv6: Add support for non-equal-cost multipathIdo Schimmel2018-01-101-0/+1
* ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel2018-01-101-0/+1
* ipv6: Export sernum update functionIdo Schimmel2018-01-081-0/+1
* ipv6: Add explicit flush indication to routesIdo Schimmel2018-01-081-1/+2
* ipv6: Move dst->from into struct rt6_info.David Miller2017-11-301-5/+4
* ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller2017-11-301-2/+3
* ipv6: take care of rt6_statsWei Wang2017-10-071-6/+9
* ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang2017-10-071-8/+16
* ipv6: update fn_sernum after route is inserted to treeWei Wang2017-10-071-0/+2
* ipv6: hook up exception table to store dst cacheWei Wang2017-10-071-1/+0
* ipv6: prepare fib6_locate() for exception tableWei Wang2017-10-071-1/+2
* ipv6: prepare fib6_age() for exception tableWei Wang2017-10-071-0/+13
* ipv6: introduce a hash table to store dst cacheWei Wang2017-10-071-0/+19
* ipv6: introduce a new function fib6_update_sernum()Wei Wang2017-10-071-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-2/+30
|\
| * ipv6: fix sparse warning on rt6i_nodeWei Wang2017-08-291-1/+1
| * ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-08-221-1/+29
* | ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel2017-08-161-0/+2
* | ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel2017-08-041-0/+16
* | ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel2017-08-041-0/+4
* | ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel2017-08-041-0/+10
* | ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel2017-08-041-0/+5
* | ipv6: fib: Add FIB notifiers callbacksIdo Schimmel2017-08-041-0/+11
* | ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel2017-08-041-0/+5
|/
* net: remove DST_NOCACHE flagWei Wang2017-06-181-1/+1
* net: ipv6: Plumb extack through route add functionsDavid Ahern2017-05-221-1/+2
* net: ipv6: Allow shorthand delete of all nexthops in multipath routeDavid Ahern2017-02-051-1/+3
* net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern2016-10-271-0/+2
* ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau2015-11-151-1/+2
* ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-181-1/+2