summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)AuthorFilesLines
2021-09-28libbpf: Fix segfault in static linker for objects without BTFKumar Kartikeya Dwivedi1-1/+7
2021-08-17libbpf: Add uprobe ref counter offset support for USDT semaphoresAndrii Nakryiko2-4/+17
2021-08-17libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIsAndrii Nakryiko3-25/+127
2021-08-17libbpf: Add bpf_cookie support to bpf_link_create() APIAndrii Nakryiko3-18/+54
2021-08-17libbpf: Use BPF perf link when supported by kernelAndrii Nakryiko1-21/+90
2021-08-17libbpf: Remove unused bpf_link's destroy operation, but add deallocAndrii Nakryiko1-4/+5
2021-08-17libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko1-5/+5
2021-08-14libbpf: Support weak typed ksyms.Hao Luo1-7/+9
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+4
2021-08-07libbpf: Do not close un-owned FD 0 on errorsDaniel Xu1-2/+1
2021-08-07libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge1-1/+3
2021-07-30libbpf: Add btf__load_vmlinux_btf/btf__load_module_btfHengqi Chen4-6/+20
2021-07-30libbpf: Add split BTF support for btf__load_from_kernel_by_id()Quentin Monnet3-2/+9
2021-07-30libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()Quentin Monnet4-11/+24
2021-07-30libbpf: Rename btf__load() as btf__load_into_kernel()Quentin Monnet4-2/+5
2021-07-30libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()Quentin Monnet1-1/+3
2021-07-28libbpf: Fix race when pinning maps in parallelMartynas Pumputis1-1/+14
2021-07-28libbpf: Fix comment typoJason Wang1-3/+3
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-24libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko3-0/+7
2021-07-23libbpf: Export bpf_program__attach_kprobe_opts functionJiri Olsa3-14/+33
2021-07-23libbpf: Allow decimal offset for kprobesJiri Olsa1-1/+1
2021-07-23libbpf: 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-20libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis1-6/+4
2021-07-17libbpf: Btf typed dump does not need to allocate dump dataAlan Maguire1-5/+4
2021-07-17libbpf: Fix compilation errors on ppc64le for btf dump typed dataAlan Maguire1-2/+2
2021-07-17libbpf: 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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-13/+91
2021-07-16libbpf: Allow specification of "kprobe/function+offset"Alan Maguire1-2/+22
2021-07-16libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa1-9/+25
2021-07-13libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis1-3/+45
2021-07-07libbpf: Restore errno return for functions that were already returning itToke Høiland-Jørgensen1-2/+2
2021-06-29Merge 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-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-19bpf: 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-17libbpf: 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