summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+1Star
| * 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
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-1/+9
|/
* 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/+4Star
* 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/+0Star
* 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
* route: move lwtunnel state to dst_entryJiri Benc2015-08-211-1/+0Star
* ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu2015-07-211-0/+3
* ipv6: Create percpu rt6_infoMartin KaFai Lau2015-05-251-1/+2
* ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau2015-05-251-0/+3
* ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau2015-05-251-0/+3
* ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-251-0/+5
* ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2015-05-021-31/+0Star
* ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau2015-05-021-9/+1Star