aboutsummaryrefslogtreecommitdiff
path: root/sys/net/flowtable.h
Commit message (Expand)AuthorAgeFilesLines
* - change the interface to flowtable_lookup so that we don't rely onKip Macy2009-08-181-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-3/+2
* V_irtualize flowtable state.Marko Zec2009-06-221-0/+2
* Garbage collect an extern for a non-existent variable.Bjoern A. Zeeb2009-06-121-4/+2
* Move the kernel option FLOWTABLE chacking from the header file to theBjoern A. Zeeb2009-06-121-17/+0
* revert to opt-in flowtableKip Macy2009-06-091-1/+1
* make flowtable opt-outKip Macy2009-06-091-1/+1
* Remove two unneeded, hidden includes.Bjoern A. Zeeb2009-06-081-2/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* - Import infrastructure for caching flows as a means of accelerating L3 and L...Kip Macy2009-04-191-0/+77