summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Fix crash in core_reloc when bpftool btfgen failsYucong Sun2022-02-171-2/+2
* selftests/bpf: Fix vmtest.sh to launch smp vm.Yucong Sun2022-02-171-1/+1
* libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko2022-02-171-3/+5
* bpftool: Fix C++ additions to skeletonAndrii Nakryiko2022-02-171-7/+7
* bpftool: Fix pretty print dump for maps without BTF loadedJiri Olsa2022-02-171-16/+15
* selftests/bpf: Test "bpftool gen min_core_btf"Mauricio Vásquez2022-02-161-2/+48
* bpftool: Gen min_core_btf explanation and examplesRafael David Tinoco2022-02-161-0/+90
* bpftool: Implement btfgen_get_btf()Mauricio Vásquez2022-02-161-1/+99
* bpftool: Implement "gen min_core_btf" logicMauricio Vásquez2022-02-162-6/+457
* bpftool: Add gen min_core_btf commandMauricio Vásquez2022-02-162-4/+44
* libbpf: Expose bpf_core_{add,free}_cands() to bpftoolMauricio Vásquez2022-02-162-7/+19
* libbpf: Split bpf_core_apply_relo()Mauricio Vásquez2022-02-163-93/+99
* selftests/bpf: Add Skeleton templated wrapper as an exampleAndrii Nakryiko2022-02-151-2/+85
* bpftool: Add C++-specific open/load/etc skeleton wrappersAndrii Nakryiko2022-02-151-2/+22
* selftests/bpf: Fix GCC11 compiler warnings in -O2 modeAndrii Nakryiko2022-02-153-3/+3
* bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang2022-02-151-4/+2
* libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen2022-02-121-4/+51
* libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0Andrii Nakryiko2022-02-111-1/+1
* bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet2022-02-112-4/+23
* bpftool: Add libbpf's version number to "bpftool version" outputQuentin Monnet2022-02-112-6/+11
* selftest/bpf: Check invalid length in test_xdp_update_fragsLorenzo Bianconi2022-02-111-1/+37
* bpftool: Generalize light skeleton generation.Alexei Starovoitov2022-02-101-19/+20
* libbpf: Prepare light skeleton for the kernel.Alexei Starovoitov2022-02-102-21/+179
* selftests: net: test standard socket cmsgs across UDP and ICMP socketsJakub Kicinski2022-02-102-0/+84
* selftests: net: cmsg_sender: support Tx timestampingJakub Kicinski2022-02-101-1/+122
* selftests: net: cmsg_sender: support setting SO_TXTIMEJakub Kicinski2022-02-101-3/+46
* selftests: net: cmsg_so_mark: test with SO_MARK set by setsockoptJakub Kicinski2022-02-102-11/+31
* selftests: net: cmsg_so_mark: test ICMP and RAW socketsJakub Kicinski2022-02-101-8/+16
* selftests: net: cmsg_sender: support icmp and raw socketsJakub Kicinski2022-02-101-9/+55
* selftests: net: make cmsg_so_mark ready for more optionsJakub Kicinski2022-02-102-26/+117
* selftests: net: rename cmsg_so_markJakub Kicinski2022-02-104-6/+6
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-10135-1310/+2290
|\
| * selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookupJakub Sitnicki2022-02-092-1/+8
| * libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko2022-02-091-1/+2
| * selftests/bpf: Test BPF_KPROBE_SYSCALL macroHengqi Chen2022-02-092-0/+29
| * libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen2022-02-091-0/+35
| * libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich2022-02-091-0/+6
| * libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich2022-02-091-0/+6
| * libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich2022-02-091-8/+12
| * selftests/bpf: Skip test_bpf_syscall_macro's syscall_arg1 on arm64 and s390Ilya Leoshkevich2022-02-092-1/+7
| * libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich2022-02-091-0/+2
| * libbpf: Fix riscv register namesIlya Leoshkevich2022-02-091-2/+2
| * libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich2022-02-091-0/+2
| * selftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_macroIlya Leoshkevich2022-02-091-1/+1
| * libbpf: Add PT_REGS_SYSCALL_REGS macroIlya Leoshkevich2022-02-091-0/+10
| * selftests/bpf: Fix an endianness issue in bpf_syscall_macro testIlya Leoshkevich2022-02-091-1/+4
| * libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter2022-02-081-2/+3
| * selftests/bpf: Do not export subtest as standalone testHou Tao2022-02-085-8/+8
| * selftests/bpf: Fix strict mode calculationMauricio Vásquez2022-02-071-1/+1
| * bpftool: Fix strict mode calculationMauricio Vásquez2022-02-071-4/+1