aboutsummaryrefslogtreecommitdiff
path: root/sys/net/flowtable.c
Commit message (Expand)AuthorAgeFilesLines
* 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