summaryrefslogtreecommitdiff
path: root/sys/net/toeplitz.c
AgeCommit message (Expand)Author
2021-02-21add stoeplitz_eaddr, for getting a hash value from an ethernet address.David Gwynne
2020-09-01zap nasty whitespaceTheo Buehler
2020-07-17Randomize the system stoeplitz keyTheo Buehler
2020-06-19let stoeplitz_to_key take a void * argument instead of uint8_t *.David Gwynne
2020-06-18Introduce stoeplitz_hash_n32() and use it to simplify the hash_ip*Theo Buehler
2020-06-18The same simplification can be done a second time: widen the type,Theo Buehler
2020-06-18Now that the calls to stoeplitz_cache_entry() are out of the way, we canTheo Buehler
2020-06-18The next step is to use that we have cached the result of the matrixTheo Buehler
2020-06-17Remove some of the unnecessary complications in the calculation of theTheo Buehler
2020-06-16Add a symmetric toeplitz implementation, with integration for nics.David Gwynne