summaryrefslogtreecommitdiff
path: root/sys/net/toeplitz.h
AgeCommit message (Expand)Author
2023-05-17fix stoeplitz_hash_h32.David Gwynne
2022-12-27Fix array bounds mismatch with clang 15Patrick Wildt
2022-12-22provide stoeplitz_n32()David Gwynne
2021-02-24add support for hashing 64 and 32 bit numbers in host byte order.David Gwynne
2021-02-24white space tweak, no functional changeDavid Gwynne
2021-02-24fix stoeplitz_n16 and stoeplitz_h16David Gwynne
2021-02-21how about sticking to standard C.Theo de Raadt
2021-02-21add stoeplitz_eaddr, for getting a hash value from an ethernet address.David Gwynne
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-16Add a symmetric toeplitz implementation, with integration for nics.David Gwynne