Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libbpf: Remove HASHMAP_INIT static initialization helper | John Sanpe | 2023-07-11 | 1 | -10/+0 |
* | libbpf: Hashmap.h update to fix build issues using LLVM14 | Eduard Zingerman | 2022-11-11 | 1 | -1/+2 |
* | libbpf: Hashmap interface update to allow both long and void* keys/values | Eduard Zingerman | 2022-11-09 | 1 | -34/+56 |
* | libbpf, hashmap: Fix undefined behavior in hash_bits | Ian Rogers | 2020-11-02 | 1 | -6/+9 |
* | libbpf: Extract generic string hashing function for reuse | Andrii Nakryiko | 2020-09-28 | 1 | -0/+12 |
* | libbpf: Fix libbpf hashmap on (I)LP32 architectures | Jakub Bogusz | 2020-07-09 | 1 | -4/+8 |
* | libbpf: Define __WORDSIZE if not available | Arnaldo Carvalho de Melo | 2020-06-10 | 1 | -4/+3 |
* | libbpf, hashmap: Remove unused #include | Ian Rogers | 2020-05-16 | 1 | -1/+0 |
* | libbpf: fix missing __WORDSIZE definition | Andrii Nakryiko | 2019-07-29 | 1 | -0/+5 |
* | libbpf: add resizable non-thread safe internal hashmap | Andrii Nakryiko | 2019-05-24 | 1 | -0/+173 |