aboutsummaryrefslogtreecommitdiff
path: root/sys/net/flowtable.h
Commit message (Expand)AuthorAgeFilesLines
* Add my copyright to flowtable.Gleb Smirnoff2014-02-171-1/+1
* Bring copyright notice to standard style.Gleb Smirnoff2014-02-171-30/+30
* o Remove at compile time the HASH_ALL code, that was neverGleb Smirnoff2014-02-171-25/+3
* Whenever flowtable lookup fails, we do route lookup and then try toGleb Smirnoff2014-02-141-0/+1
* Don't insert a flowtable entry if the lle isn't yet valid.Adrian Chadd2014-02-141-0/+1
* Remove unused FL_NOAUTO.Gleb Smirnoff2014-02-131-1/+0
* o Axe non-pcpu flowtable implementation. It wasn't enabled or used,Gleb Smirnoff2014-02-131-1/+0
* Fix comment.Gleb Smirnoff2014-02-071-1/+1
* o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff2014-02-071-21/+16
* allocate ipv6 flows from the ipv6 flow zoneKip Macy2010-05-161-0/+1
* - restructure flowtable to support ipv6Kip Macy2010-03-121-5/+30
* The flow-table associates TCP/UDP flows and IP destinations withQing Li2009-10-011-0/+2
* - 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