aboutsummaryrefslogtreecommitdiff
path: root/sys/net/flowtable.c
Commit message (Expand)AuthorAgeFilesLines
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-78/+65
* V_irtualize flowtable state.Marko Zec2009-06-221-100/+190
* revert to opt-in flowtableKip Macy2009-06-091-3/+2
* make flowtable opt-outKip Macy2009-06-091-1/+2
* move jenkins hash to its own header in libkernKip Macy2009-06-091-145/+2
* Remove one INET dependency by calling the generalBjoern A. Zeeb2009-06-091-1/+1
* remove gratuitous memory barrier, a remnant of unified L2 / L3Kip Macy2009-04-271-1/+0
* simplify code by removing bit_fns and replacing with the use of a temporary maskKip Macy2009-04-201-56/+20
* update TODO listKip Macy2009-04-191-1/+4
* - put larger flowtable members at the endKip Macy2009-04-191-13/+17
* - Import infrastructure for caching flows as a means of accelerating L3 and L...Kip Macy2009-04-191-0/+1105