summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Add uprobe ref counter offset support for USDT semaphoresAndrii Nakryiko2021-08-172-4/+17
* libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIsAndrii Nakryiko2021-08-173-25/+127
* libbpf: Add bpf_cookie support to bpf_link_create() APIAndrii Nakryiko2021-08-173-18/+54
* libbpf: Use BPF perf link when supported by kernelAndrii Nakryiko2021-08-171-21/+90
* libbpf: Remove unused bpf_link's destroy operation, but add deallocAndrii Nakryiko2021-08-171-4/+5
* libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko2021-08-171-5/+5
* libbpf: Support weak typed ksyms.Hao Luo2021-08-131-7/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-132-3/+4
|\
| * libbpf: Do not close un-owned FD 0 on errorsDaniel Xu2021-08-071-2/+1
| * libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge2021-08-071-1/+3
* | libbpf: Add btf__load_vmlinux_btf/btf__load_module_btfHengqi Chen2021-07-304-6/+20
* | libbpf: Add split BTF support for btf__load_from_kernel_by_id()Quentin Monnet2021-07-293-2/+9
* | libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()Quentin Monnet2021-07-294-11/+24
* | libbpf: Rename btf__load() as btf__load_into_kernel()Quentin Monnet2021-07-294-2/+5
* | libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()Quentin Monnet2021-07-291-1/+3
* | libbpf: Fix race when pinning maps in parallelMartynas Pumputis2021-07-271-1/+14
* | libbpf: Fix comment typoJason Wang2021-07-271-3/+3
* | libbpf: Split CO-RE logic into relo_core.c.Alexei Starovoitov2021-07-265-1297/+1319
* | libbpf: Move CO-RE types into relo_core.h.Alexei Starovoitov2021-07-263-93/+102
* | libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.Alexei Starovoitov2021-07-261-46/+71
* | libbpf: Cleanup the layering between CORE and bpf_program.Alexei Starovoitov2021-07-261-36/+38
* | libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko2021-07-233-0/+7
* | libbpf: Export bpf_program__attach_kprobe_opts functionJiri Olsa2021-07-223-14/+33
* | libbpf: Allow decimal offset for kprobesJiri Olsa2021-07-221-1/+1
* | libbpf: Fix func leak in attach_kprobeJiri Olsa2021-07-221-0/+1
* | libbpf: Propagate errors when retrieving enum value for typed data displayAlan Maguire2021-07-201-2/+3
* | libbpf: Avoid use of __int128 in typed dump displayAlan Maguire2021-07-201-33/+65
* | libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis2021-07-191-6/+4
* | libbpf: Btf typed dump does not need to allocate dump dataAlan Maguire2021-07-161-5/+4
* | libbpf: Fix compilation errors on ppc64le for btf dump typed dataAlan Maguire2021-07-161-2/+2
* | libbpf: Clarify/fix unaligned data issues for btf typed dumpAlan Maguire2021-07-161-4/+24
* | libbpf: BTF dumper support for typed dataAlan Maguire2021-07-163-5/+834
* | libbpf: Fix the possible memory leak on errorShuyi Cheng2021-07-161-2/+4
* | libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'Shuyi Cheng2021-07-162-5/+32
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-151-13/+91
|\ \ | |/ |/|
| * libbpf: Allow specification of "kprobe/function+offset"Alan Maguire2021-07-151-2/+22
| * libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa2021-07-151-9/+25
| * libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis2021-07-121-3/+45
* | libbpf: Restore errno return for functions that were already returning itToke Høiland-Jørgensen2021-07-061-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-285-254/+73
|\
| * libbpf: Switch to void * casting in netlink helpersKumar Kartikeya Dwivedi2021-06-223-6/+6
| * libbpf: Add request buffer type for netlink messagesKumar Kartikeya Dwivedi2021-06-222-82/+65
| * libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loadingJonathan Edwards2021-06-211-0/+4
| * bpf: Add documentation for libbpf including API autogenGrant Seltzer2021-06-181-168/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-1/+1
|\ \ | |/ |/|
| * libbpf: Fixes incorrect rx_ring_setup_doneKev Jackson2021-06-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-1717-598/+916
|\ \
| * | libbpf: Fail compilation if target arch is missingLorenz Bauer2021-06-161-4/+42
| * | libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima2021-06-151-1/+4
| * | libbpf: Set NLM_F_EXCL when creating qdiscKumar Kartikeya Dwivedi2021-06-151-1/+1