summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/hashmap.c
AgeCommit message (Expand)Author
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-01-12libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez
2020-08-18libbpf: Centralize poisoning and poison reallocarray()Andrii Nakryiko
2020-05-16libbpf, hashmap: Fix signedness warningsIan Rogers
2020-04-28libbpf: Fix memory leak and possible double-free in hashmap__clearAndrii Nakryiko
2020-01-10libbpf: Poison kernel-only integer typesAndrii Nakryiko
2019-05-24libbpf: add resizable non-thread safe internal hashmapAndrii Nakryiko