summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: net: fib_nexthops: Wait before checking reported idle timePetr Machata2021-09-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-2312-66/+170
|\
| * Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-233-7/+5
| |\
| | * selftests: net: af_unix: Fix makefile to use TEST_GEN_PROGSShuah Khan2021-09-191-4/+1
| | * selftests: net: af_unix: Fix incorrect args in test result msgShuah Khan2021-09-191-2/+3
| | * net: update NXP copyright textVladimir Oltean2021-09-171-1/+1
| * | Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-192-8/+65
| |\ \
| | * | selftests/powerpc: Add scv versions of the basic TM syscall testsNicholas Piggin2021-09-132-8/+65
| * | | perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()Andrii Nakryiko2021-09-181-0/+3
| * | | libperf evsel: Make use of FD robust.Ian Rogers2021-09-181-23/+41
| * | | perf machine: Initialize srcline string member in add_location structMichael Petlan2021-09-181-0/+1
| * | | perf script: Fix ip display when type != attr->typeAdrian Hunter2021-09-181-11/+13
| * | | perf annotate: Fix fused instr logic for assembly functionsRavi Bangoria2021-09-183-17/+42
| | |/ | |/|
* | | selftests: mptcp: add mptcp getsockopt test casesFlorian Westphal2021-09-184-3/+714
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-09-1749-671/+2238
|\ \ \
| * | | selftests/bpf: Fix a few compiler warningsYonghong Song2021-09-172-5/+3
| * | | libbpf: Constify all high-level program attach APIsAndrii Nakryiko2021-09-172-52/+52
| * | | libbpf: Schedule open_opts.attach_prog_fd deprecation since v0.7Andrii Nakryiko2021-09-173-0/+10
| * | | selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() APIAndrii Nakryiko2021-09-171-17/+26
| * | | libbpf: Allow skipping attach_func_name in bpf_program__set_attach_target()Andrii Nakryiko2021-09-171-1/+12
| * | | libbpf: Deprecated bpf_object_open_opts.relaxed_core_relocsAndrii Nakryiko2021-09-171-0/+1
| * | | selftests/bpf: Stop using relaxed_core_relocs which has no effectAndrii Nakryiko2021-09-171-2/+1
| * | | libbpf: Use pre-setup sec_def in libbpf_find_attach_btf_id()Andrii Nakryiko2021-09-171-9/+5
| * | | bpf: Update bpf_get_smp_processor_id() documentationMatteo Croce2021-09-151-1/+1
| * | | libbpf: Add sphinx code documentation commentsGrant Seltzer2021-09-151-0/+70
| * | | selftests/bpf: Skip btf_tag test if btf_tag attribute not supportedYonghong Song2021-09-153-1/+31
| * | | selftests/bpf: Add a test with a bpf program with btf_tag attributesYonghong Song2021-09-142-0/+53
| * | | selftests/bpf: Test BTF_KIND_TAG for deduplicationYonghong Song2021-09-141-17/+175
| * | | selftests/bpf: Add BTF_KIND_TAG unit testsYonghong Song2021-09-142-0/+248
| * | | selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG formatYonghong Song2021-09-141-2/+2
| * | | selftests/bpf: Test libbpf API function btf__add_tag()Yonghong Song2021-09-142-1/+27
| * | | bpftool: Add support for BTF_KIND_TAGYonghong Song2021-09-141-0/+12
| * | | libbpf: Add support for BTF_KIND_TAGYonghong Song2021-09-146-3/+118
| * | | libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tagYonghong Song2021-09-141-8/+8
| * | | bpf: Support for new btf kind BTF_KIND_TAGYonghong Song2021-09-141-1/+13
| * | | btf: Change BTF_KIND_* macros to enumsYonghong Song2021-09-141-19/+22
| * | | selftests/bpf: Fix .gitignore to not ignore test_progs.cAndrii Nakryiko2021-09-141-2/+3
| * | | bpf,x64 Emit IMUL instead of MUL for x86-64Jie Meng2021-09-141-3/+19
| * | | libbpf: Minimize explicit iterator of section definition arrayAndrii Nakryiko2021-09-141-27/+19
| * | | libbpf: Simplify BPF program auto-attach codeAndrii Nakryiko2021-09-141-39/+22
| * | | libbpf: Ensure BPF prog types are set before relocationsAndrii Nakryiko2021-09-141-42/+51
| * | | selftests/bpf: Update selftests to always provide "struct_ops" SECAndrii Nakryiko2021-09-141-9/+3
| * | | libbpf: Introduce legacy kprobe events supportRafael David Tinoco2021-09-141-4/+124
| * | | libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko2021-09-136-15/+33
| * | | bpf, selftests: Replicate tailcall limit test for indirect call caseDaniel Borkmann2021-09-132-5/+54
| * | | selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu2021-09-139-52/+243
| * | | bpf: Introduce helper bpf_get_branch_snapshotSong Liu2021-09-131-0/+22
| * | | selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko2021-09-103-0/+63
| * | | bpf: Add hardware timestamp field to __sk_buffVadim Fedorenko2021-09-101-0/+2
| * | | selftests: xsk: Add tests for 2K frame sizeMagnus Karlsson2021-09-102-0/+25