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