summaryrefslogtreecommitdiffstats
path: root/sys/net/flowtable.c
Commit message (Expand)AuthorAgeFilesLines
* Verify "smp_started" is true before callingqingli2009-10-221-6/+10
* The flow-table function flowtable_route_flush() may be calledqingli2009-10-201-7/+11
* The flow-table associates TCP/UDP flows and IP destinations withqingli2009-10-011-5/+35
* In ip_output(), the flow-table module must not try to cache L2/L3qingli2009-08-281-0/+6
* Don't allow access to the internals until it has all been set up.julian2009-08-211-1/+2
* This change fixes a comment and addresses a complaint by kib@ bykmacy2009-08-191-2/+6
* - change the interface to flowtable_lookup so that we don't rely onkmacy2009-08-181-41/+194
* fix netboot issue by disabling flowtable lookups until initialization has bee...kmacy2009-08-171-1/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-30/+10
* Garbage collect vnet module registrations that have neither constructorsrwatson2009-07-201-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-17/+17
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-78/+65
* V_irtualize flowtable state.zec2009-06-221-100/+190
* revert to opt-in flowtablekmacy2009-06-091-3/+2
* make flowtable opt-outkmacy2009-06-091-1/+2
* move jenkins hash to its own header in libkernkmacy2009-06-091-145/+2
* Remove one INET dependency by calling the generalbz2009-06-091-1/+1
* remove gratuitous memory barrier, a remnant of unified L2 / L3kmacy2009-04-271-1/+0
* simplify code by removing bit_fns and replacing with the use of a temporary maskkmacy2009-04-201-56/+20
* update TODO listkmacy2009-04-191-1/+4
* - put larger flowtable members at the endkmacy2009-04-191-13/+17
* - Import infrastructure for caching flows as a means of accelerating L3 and L...kmacy2009-04-191-0/+1105
OpenPOWER on IntegriCloud