summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | libbpf: improve handling of unresolved kfuncsAndrii Nakryiko2023-04-181-3/+69
* | | libbpf: report vmlinux vs module name when dealing with ksymsAndrii Nakryiko2023-04-181-4/+5
* | | libbpf: misc internal libbpf clean ups around log fixupAndrii Nakryiko2023-04-181-12/+14
* | | Daniel Borkmann says:Jakub Kicinski2023-04-1310-98/+278
|\ \ \
| * | | libbpf: Wire through log_true_size for bpf_btf_load() APIAndrii Nakryiko2023-04-112-4/+13
| * | | libbpf: Wire through log_true_size returned from kernel for BPF_PROG_LOADAndrii Nakryiko2023-04-112-4/+14
| * | | libbpf: Don't enforce unnecessary verifier log restrictions on libbpf sideAndrii Nakryiko2023-04-111-4/+0
| * | | libbpf: disassociate section handler on explicit bpf_program__set_type() callAndrii Nakryiko2023-03-291-0/+1
| * | | libbpf: Fix double-free when linker processes empty sectionsEduard Zingerman2023-03-271-1/+13
| * | | libbpf: Ensure print callback usage is thread-safeJP Kobryn2023-03-272-3/+8
| * | | libbpf: Use .struct_ops.link section to indicate a struct_ops with a link.Kui-Feng Lee2023-03-221-16/+44
| * | | libbpf: Update a bpf_link with another struct_ops.Kui-Feng Lee2023-03-225-2/+46
| * | | libbpf: Create a bpf_link in bpf_map__attach_struct_ops().Kui-Feng Lee2023-03-221-24/+71
| * | | libbpf: Support kfunc detection in light skeleton.Alexei Starovoitov2023-03-223-22/+27
| * | | libbpf: Rename RELO_EXTERN_VAR/FUNC.Alexei Starovoitov2023-03-221-9/+9
| * | | libbpf: Explicitly call write to append content to fileLiu Pan2023-03-201-5/+9
| * | | libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.Alexei Starovoitov2023-03-201-4/+6
| * | | libbpf: Introduce bpf_ksym_exists() macro.Alexei Starovoitov2023-03-171-0/+5
| * | | libbpf: Fix relocation of kfunc ksym in ld_imm64 insn.Alexei Starovoitov2023-03-171-0/+6
| * | | libbpf: Ignore warnings about "inefficient alignment"Daniel Müller2023-03-161-0/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / libbpf: Revert poisoning of strlcpyJesus Sanchez-Palencia2023-03-101-2/+2
| |/
* | libbpf: USDT arm arg parsing supportPuranjay Mohan2023-03-071-0/+80
* | libbpf: Refactor parse_usdt_arg() to re-use codePuranjay Mohan2023-03-071-82/+42
* | libbpf: Fix theoretical u32 underflow in find_cd() functionDaniel Müller2023-03-071-2/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-0612-65/+657
|\ \ | |/ |/|
| * libbpf: Add support to set kprobe/uprobe attach modeMenglong Dong2023-03-062-14/+84
| * bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.Alexei Starovoitov2023-03-031-1/+1
| * libbpf: Add support for attaching uprobes to shared objects in APKsDaniel Müller2023-03-011-7/+84
| * libbpf: Introduce elf_find_func_offset_from_file() functionDaniel Müller2023-03-011-21/+36
| * libbpf: Implement basic zip archive parsing supportDaniel Müller2023-03-013-1/+376
| * libbpf: Cleanup linker_append_elf_relosViktor Malik2023-03-011-9/+2
| * libbpf: Remove several dead assignmentsViktor Malik2023-03-013-6/+0
| * libbpf: Remove unnecessary ternary operatorViktor Malik2023-03-011-1/+1
| * libbpf: Fix bpf_xdp_query() in old kernelsYonghong Song2023-02-271-1/+7
| * libbpf: Document bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-271-5/+64
| * libbpf: Fix arm syscall regs spec in bpf_tracing.hPuranjay Mohan2023-02-271-0/+1
| * libbpf: Use struct user_pt_regs to define __PT_REGS_CAST() for LoongArchTiezhu Yang2023-02-271-0/+2
* | Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-02-231-2/+2
|\ \ | |/ |/|
| * tracing: Always use canonical ftrace pathRoss Zwisler2023-02-181-2/+2
* | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-2119-177/+856
|\ \
| * | libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-164-14/+14
| * | libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-163-0/+34
| * | libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich2023-02-101-1/+1
| * | libbpf: Add sample_period to creation optionsJon Doron2023-02-082-3/+10
| * | libbpf: Always use libbpf_err to return an error in bpf_xdp_query()Lorenzo Bianconi2023-02-071-1/+1
| * | libbpf: Correctly set the kernel code version in Debian kernel.Hao Xiang2023-02-062-37/+83
| * | libbpf: add API to get XDP/XSK supported featuresLorenzo Bianconi2023-02-023-1/+110
| * | libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recvLorenzo Bianconi2023-02-021-10/+12
| * | libbpf: Fix BPF_PROBE_READ{_STR}_INTO() on s390xIlya Leoshkevich2023-01-281-2/+2