Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libbpf: Hashmap interface update to allow both long and void* keys/values | Eduard Zingerman | 2022-11-09 | 1 | -9/+9 |
* | libbpf: Use IS_ERR_OR_NULL() in hashmap__free() | Mauricio Vásquez | 2022-01-12 | 1 | -2/+1 |
* | libbpf: Centralize poisoning and poison reallocarray() | Andrii Nakryiko | 2020-08-18 | 1 | -0/+3 |
* | libbpf, hashmap: Fix signedness warnings | Ian Rogers | 2020-05-16 | 1 | -3/+2 |
* | libbpf: Fix memory leak and possible double-free in hashmap__clear | Andrii Nakryiko | 2020-04-28 | 1 | -0/+7 |
* | libbpf: Poison kernel-only integer types | Andrii Nakryiko | 2020-01-10 | 1 | -0/+3 |
* | libbpf: add resizable non-thread safe internal hashmap | Andrii Nakryiko | 2019-05-24 | 1 | -0/+229 |