summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutil')
0 files changed, 0 insertions, 0 deletions
td> 2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej 2008-04-08Change IPv6 stats from a structure to an array of uint64_t's.thorpej 2008-01-04Constify.dyoung 2008-01-04Replace rtcache_down() with rtcache_validate() and update rtcache_down()dyoung 2007-12-20Poison struct route->ro_rt uses in the kernel by changing the namedyoung 2007-12-11use __KERNEL_RCSID()lukem 2007-08-20Don't call rtcache_check() from the fast-forward code, which runsdyoung 2007-05-02Remove obsolete files netinet/in_route.[ch].dyoung 2007-05-02Eliminate address family-specific route caches (struct route, structdyoung 2007-04-05use size_t for indexesliamjfoy 2007-03-23caddr_t -> void *macallan 2007-03-23Add a new sysctl net.inet6.ip6.hashsize to control the hash table size.liamjfoy 2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad 2007-03-08Use ip6flowtable when looking upliamjfoy 2007-03-07Add IPv6 Fast Forward - the IPv4 counterpart:liamjfoy