summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/hashmap.h
Commit message (Expand)AuthorAgeFilesLines
* libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers2020-11-021-6/+9
* libbpf: Extract generic string hashing function for reuseAndrii Nakryiko2020-09-281-0/+12
* libbpf: Fix libbpf hashmap on (I)LP32 architecturesJakub Bogusz2020-07-091-4/+8
* libbpf: Define __WORDSIZE if not availableArnaldo Carvalho de Melo2020-06-101-4/+3
* libbpf, hashmap: Remove unused #includeIan Rogers2020-05-161-1/+0
* libbpf: fix missing __WORDSIZE definitionAndrii Nakryiko2019-07-291-0/+5
* libbpf: add resizable non-thread safe internal hashmapAndrii Nakryiko2019-05-241-0/+173