summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)Author
2021-08-07libbpf: Do not close un-owned FD 0 on errorsDaniel Xu
2021-08-07libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge
2021-07-30libbpf: Add btf__load_vmlinux_btf/btf__load_module_btfHengqi Chen
2021-07-29libbpf: Add split BTF support for btf__load_from_kernel_by_id()Quentin Monnet
2021-07-29libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()Quentin Monnet
2021-07-29libbpf: Rename btf__load() as btf__load_into_kernel()Quentin Monnet
2021-07-29libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()Quentin Monnet
2021-07-27libbpf: Fix race when pinning maps in parallelMartynas Pumputis
2021-07-27libbpf: Fix comment typoJason Wang
2021-07-26libbpf: Split CO-RE logic into relo_core.c.Alexei Starovoitov
2021-07-26libbpf: Move CO-RE types into relo_core.h.Alexei Starovoitov
2021-07-26libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.Alexei Starovoitov
2021-07-26libbpf: Cleanup the layering between CORE and bpf_program.Alexei Starovoitov
2021-07-23libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko
2021-07-22libbpf: Export bpf_program__attach_kprobe_opts functionJiri Olsa
2021-07-22libbpf: Allow decimal offset for kprobesJiri Olsa
2021-07-22libbpf: Fix func leak in attach_kprobeJiri Olsa
2021-07-20libbpf: Propagate errors when retrieving enum value for typed data displayAlan Maguire
2021-07-20libbpf: Avoid use of __int128 in typed dump displayAlan Maguire
2021-07-19libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis
2021-07-16libbpf: Btf typed dump does not need to allocate dump dataAlan Maguire
2021-07-16libbpf: Fix compilation errors on ppc64le for btf dump typed dataAlan Maguire
2021-07-16libbpf: Clarify/fix unaligned data issues for btf typed dumpAlan Maguire
2021-07-16libbpf: BTF dumper support for typed dataAlan Maguire
2021-07-16libbpf: Fix the possible memory leak on errorShuyi Cheng
2021-07-16libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'Shuyi Cheng
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15libbpf: Allow specification of "kprobe/function+offset"Alan Maguire
2021-07-15libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa
2021-07-12libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis
2021-07-06libbpf: Restore errno return for functions that were already returning itToke Høiland-Jørgensen
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-22libbpf: Switch to void * casting in netlink helpersKumar Kartikeya Dwivedi
2021-06-22libbpf: Add request buffer type for netlink messagesKumar Kartikeya Dwivedi
2021-06-21libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loadingJonathan Edwards
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-18bpf: Add documentation for libbpf including API autogenGrant Seltzer
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-16libbpf: Fail compilation if target arch is missingLorenz Bauer
2021-06-15libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima
2021-06-15libbpf: Set NLM_F_EXCL when creating qdiscKumar Kartikeya Dwivedi
2021-06-15libbpf: Remove unneeded check for flags during tc detachKumar Kartikeya Dwivedi
2021-06-11libbpf: Simplify the return expression of bpf_object__init_maps functionWang Hai
2021-06-08libbpf: Fix pr_warn type warnings on 32bitMichal Suchanek
2021-06-07libbpf: Fixes incorrect rx_ring_setup_doneKev Jackson
2021-06-03libbpf: Install skel_internal.h header used from light skeletonsAndrii Nakryiko
2021-06-03libbpf: Refactor header installation portions of MakefileAndrii Nakryiko
2021-06-03libbpf: Move few APIs from 0.4 to 0.5 versionAndrii Nakryiko
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-26libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest