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