summaryrefslogtreecommitdiff
path: root/include/net/ip6_fib.h
AgeCommit message (Expand)Author
2018-05-11net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern
2018-05-04net/ipv6: rename rt6_next to fib6_nextDavid Ahern
2018-04-21net/ipv6: Make from in rt6_info rcu protectedDavid Ahern
2018-04-21net/ipv6: Move rcu locking to callers of fib6_get_cookie_safeDavid Ahern
2018-04-21net/ipv6: Rename rt6_get_cookie_safeDavid Ahern
2018-04-21net/ipv6: Clean up rt expires helpersDavid Ahern
2018-04-19net/ipv6: Remove fib6_idevDavid Ahern
2018-04-19net/ipv6: Remove aca_idevDavid Ahern
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern
2018-04-17net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern
2018-04-17net/ipv6: introduce fib6_info struct and helpersDavid Ahern
2018-04-17net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern
2018-04-17net/ipv6: move expires into rt6_infoDavid Ahern
2018-04-17net/ipv6: move metrics from dst to rt6_infoDavid Ahern
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern
2018-04-17net/ipv6: Save route type in rt6_infoDavid Ahern
2018-04-17net/ipv6: Pass net to fib6_update_sernumDavid Ahern
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu
2018-01-10ipv6: Add support for non-equal-cost multipathIdo Schimmel
2018-01-10ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel
2018-01-07ipv6: Export sernum update functionIdo Schimmel
2018-01-07ipv6: Add explicit flush indication to routesIdo Schimmel
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller
2017-10-07ipv6: take care of rt6_statsWei Wang
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang
2017-10-07ipv6: update fn_sernum after route is inserted to treeWei Wang
2017-10-07ipv6: hook up exception table to store dst cacheWei Wang
2017-10-07ipv6: prepare fib6_locate() for exception tableWei Wang
2017-10-07ipv6: prepare fib6_age() for exception tableWei Wang
2017-10-07ipv6: introduce a hash table to store dst cacheWei Wang
2017-10-07ipv6: introduce a new function fib6_update_sernum()Wei Wang
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-28ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-08-22ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-08-15ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel
2017-08-03ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel
2017-08-03ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel
2017-08-03ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel
2017-08-03ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel
2017-08-03ipv6: fib: Add FIB notifiers callbacksIdo Schimmel
2017-08-03ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel
2017-06-17net: remove DST_NOCACHE flagWei Wang
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern
2017-02-04net: ipv6: Allow shorthand delete of all nexthops in multipath routeDavid Ahern
2016-10-27net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern
2015-11-15ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau