summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)Author
2022-11-17libbpf: Handle size overflow for ringbuf mmapHou Tao
2022-11-17libbpf: Use page size as max_entries when probing ring buffer mapHou Tao
2022-11-14libbpf: checkpatch: Fixed code alignments in ringbuf.cKang Minchul
2022-11-14libbpf: Fixed various checkpatch issues in libbpf.cKang Minchul
2022-11-14libbpf: checkpatch: Fixed code alignments in btf.cKang Minchul
2022-11-14libbpf: Use correct return pointer in attach_raw_tpJiri Olsa
2022-11-14libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael
2022-11-11libbpf: Hashmap.h update to fix build issues using LLVM14Eduard Zingerman
2022-11-09libbpf: Resolve unambigous forward declarationsEduard Zingerman
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-11-04libbpf: Resolve enum fwd as full enum64 and vice versaEduard Zingerman
2022-10-25libbpf: Support new cgroup local storageYonghong Song
2022-10-25libbpf: Btf dedup identical struct test needs check for nested structs/arraysAlan Maguire
2022-10-21libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()Xu Kuohai
2022-10-19libbpf: only add BPF_F_MMAPABLE flag for data maps with global varsAndrii Nakryiko
2022-10-19libbpf: clean up and refactor BTF fixup stepAndrii Nakryiko
2022-10-13libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu
2022-10-13libbpf: Deal with section with no data gracefullyShung-Hsi Yu
2022-10-13libbpf: Use elf_getshdrnum() instead of e_shnumShung-Hsi Yu
2022-10-13libbpf: Fix memory leak in parse_usdt_arg()Xu Kuohai
2022-10-13libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai
2022-10-10libbpf: Introduce bpf_link_get_fd_by_id_opts()Roberto Sassu
2022-10-10libbpf: Introduce bpf_btf_get_fd_by_id_opts()Roberto Sassu
2022-10-10libbpf: Introduce bpf_prog_get_fd_by_id_opts()Roberto Sassu
2022-10-10libbpf: Introduce bpf_get_fd_by_id_opts and bpf_map_get_fd_by_id_opts()Roberto Sassu
2022-10-10libbpf: Fix LIBBPF_1.0.0 declaration in libbpf.mapRoberto Sassu
2022-10-05bpftool: Print newline before '}' for struct with padding only fieldsEduard Zingerman
2022-09-30libbpf: Fix overrun in netlink attribute iterationXin Liu
2022-09-27libbpf: Don't require full struct enum64 in UAPI headersAndrii Nakryiko
2022-09-26libbpf: Fix the case of running as non-root with capabilitiesJon Doron
2022-09-23libbpf: restore memory layout of bpf_object_open_optsAndrii Nakryiko
2022-09-23libbpf: Add pathname_concat() helperWang Yufen
2022-09-21libbpf: Support raw BTF placed in the default search pathTao Chen
2022-09-21libbpf: Improve BPF_PROG2 macro code quality and descriptionYonghong Song
2022-09-21bpf: Add libbpf logic for user-space ring bufferDavid Vernet
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet
2022-09-20libbpf: Fix NULL pointer exception in API btf_dump__dump_type_dataXin Liu
2022-09-16libbpf: Clean up legacy bpf maps declaration in bpf_helpersXin Liu
2022-09-16libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd setAndrii Nakryiko
2022-09-09libbpf: Remove gcc support for bpf_tail_call_static for nowDaniel Borkmann
2022-09-06libbpf: Add new BPF_PROG2 macroYonghong Song
2022-08-31libbpf: Add GCC support for bpf_tail_call_staticJames Hilliard
2022-08-25libbpf: add map_get_fd_by_id and map_delete_elem in light skeletonBenjamin Tissoires
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-08-17libbpf: Clean up deprecated and legacy aliasesAndrii Nakryiko
2022-08-17libbpf: Streamline bpf_attr and perf_event_attr initializationAndrii Nakryiko
2022-08-17libbpf: Fix potential NULL dereference when parsing ELFAndrii Nakryiko
2022-08-17libbpf: Allows disabling auto attachHao Luo
2022-08-15libbpf: Making bpf_prog_load() ignore name if kernel doesn't supportHangbin Liu
2022-08-11libbpf: Add names for auxiliary mapsHangbin Liu