aboutsummaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)AuthorFilesLines
2021-07-26libbpf: Split CO-RE logic into relo_core.c.Alexei Starovoitov5-1297/+1319
2021-07-26libbpf: Move CO-RE types into relo_core.h.Alexei Starovoitov3-93/+102
2021-07-26libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.Alexei Starovoitov1-46/+71
2021-07-26libbpf: Cleanup the layering between CORE and bpf_program.Alexei Starovoitov1-36/+38
2021-07-23libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko3-0/+7
2021-07-22libbpf: Export bpf_program__attach_kprobe_opts functionJiri Olsa3-14/+33
2021-07-22libbpf: Allow decimal offset for kprobesJiri Olsa1-1/+1
2021-07-22libbpf: Fix func leak in attach_kprobeJiri Olsa1-0/+1
2021-07-20libbpf: Propagate errors when retrieving enum value for typed data displayAlan Maguire1-2/+3
2021-07-20libbpf: Avoid use of __int128 in typed dump displayAlan Maguire1-33/+65
2021-07-19libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis1-6/+4
2021-07-16libbpf: Btf typed dump does not need to allocate dump dataAlan Maguire1-5/+4
2021-07-16libbpf: Fix compilation errors on ppc64le for btf dump typed dataAlan Maguire1-2/+2
2021-07-16libbpf: Clarify/fix unaligned data issues for btf typed dumpAlan Maguire1-4/+24
2021-07-16libbpf: BTF dumper support for typed dataAlan Maguire3-5/+834
2021-07-16libbpf: Fix the possible memory leak on errorShuyi Cheng1-2/+4
2021-07-16libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'Shuyi Cheng2-5/+32
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-13/+91
2021-07-15libbpf: Allow specification of "kprobe/function+offset"Alan Maguire1-2/+22
2021-07-15libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa1-9/+25
2021-07-12libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis1-3/+45
2021-07-06libbpf: Restore errno return for functions that were already returning itToke Høiland-Jørgensen1-2/+2
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-254/+73
2021-06-22libbpf: Switch to void * casting in netlink helpersKumar Kartikeya Dwivedi3-6/+6
2021-06-22libbpf: Add request buffer type for netlink messagesKumar Kartikeya Dwivedi2-82/+65
2021-06-21libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loadingJonathan Edwards1-0/+4
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-18bpf: Add documentation for libbpf including API autogenGrant Seltzer1-168/+0
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller17-598/+916
2021-06-16libbpf: Fail compilation if target arch is missingLorenz Bauer1-4/+42
2021-06-15libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima1-1/+4
2021-06-15libbpf: Set NLM_F_EXCL when creating qdiscKumar Kartikeya Dwivedi1-1/+1
2021-06-15libbpf: Remove unneeded check for flags during tc detachKumar Kartikeya Dwivedi1-2/+0
2021-06-11libbpf: Simplify the return expression of bpf_object__init_maps functionWang Hai1-3/+1
2021-06-08libbpf: Fix pr_warn type warnings on 32bitMichal Suchanek1-2/+2
2021-06-07libbpf: Fixes incorrect rx_ring_setup_doneKev Jackson1-1/+1
2021-06-03libbpf: Install skel_internal.h header used from light skeletonsAndrii Nakryiko1-1/+1
2021-06-03libbpf: Refactor header installation portions of MakefileAndrii Nakryiko1-12/+7
2021-06-03libbpf: Move few APIs from 0.4 to 0.5 versionAndrii Nakryiko1-3/+3
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+8
2021-05-26libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest2-54/+74
2021-05-25libbpf: Streamline error reporting for high-level APIsAndrii Nakryiko9-468/+531
2021-05-25libbpf: Streamline error reporting for low-level APIsAndrii Nakryiko3-50/+156
2021-05-25libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviorsAndrii Nakryiko5-0/+71
2021-05-24libbpf: Add support for new llvm bpf relocationsYonghong Song2-1/+8
2021-05-24bpf: Extend libbpf with bpf_map_lookup_and_delete_elem_flagsDenis Salopek3-0/+16
2021-05-24libbpf: Skip bpf_object__probe_loading for light skeletonStanislav Fomichev1-0/+3
2021-05-19bpf: Add cmd alias BPF_PROG_RUNAlexei Starovoitov1-1/+1
2021-05-19libbpf: Introduce bpf_map__initial_value().Alexei Starovoitov3-0/+10
2021-05-19libbpf: Cleanup temp FDs when intermediate sys_bpf fails.Alexei Starovoitov2-4/+45