summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-10-25selftests/bpf: Add load_kallsyms_refresh functionJiri Olsa2-7/+15
2022-10-25bpftool: Add llvm feature to "bpftool version"Quentin Monnet2-4/+11
2022-10-25bpftool: Support setting alternative arch for JIT disasm with LLVMQuentin Monnet4-18/+16
2022-10-25bpftool: Add LLVM as default library for disassembling JIT-ed programsQuentin Monnet3-23/+141
2022-10-25bpftool: Refactor disassembler for JIT-ed programsQuentin Monnet1-45/+88
2022-10-25bpftool: Group libbfd defs in Makefile, only pass them if we use libbfdQuentin Monnet1-12/+15
2022-10-25bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in MakefileQuentin Monnet1-5/+14
2022-10-25bpftool: Remove asserts from JIT disassemblerQuentin Monnet4-35/+57
2022-10-25bpftool: Define _GNU_SOURCE only onceQuentin Monnet7-0/+14
2022-10-22selftests/bpf: Add write to hashmap to array_map iter testDave Marchevsky2-7/+34
2022-10-22selftests/bpf: Add test verifying bpf_ringbuf_reserve retval use in map opsDave Marchevsky3-4/+140
2022-10-22selftests/bpf: Initial DENYLIST for aarch64Manu Bretelle1-0/+81
2022-10-22selftests/bpf: Update vmtests.sh to support aarch64Manu Bretelle1-0/+6
2022-10-22selftests/bpf: Add config.aarch64Manu Bretelle1-0/+181
2022-10-22selftests/bpf: Remove entries from config.s390x already present in configManu Bretelle1-3/+0
2022-10-22bpftool: Add "bootstrap" feature to version outputQuentin Monnet1-32/+49
2022-10-22bpftool: Set binary name to "bpftool" in help and version outputQuentin Monnet1-1/+1
2022-10-22libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()Xu Kuohai1-10/+6
2022-10-21selftests/bpf: fix task_local_storage/exit_creds rcu usageDelyan Kratunov2-3/+18
2022-10-21bpftool: Update the bash completion(add autoattach to prog load)Wang Yufen1-0/+1
2022-10-21bpftool: Update doc (add autoattach to prog load)Wang Yufen1-2/+13
2022-10-21bpftool: Add autoattach for bpf prog load|loadallWang Yufen1-2/+74
2022-10-21selftests/bpf: fix missing BPF object filesWang Yufen9-29/+40
2022-10-20bpf: add selftests for lsh, rsh, arsh with reg operandJie Meng1-0/+24
2022-10-20libbpf: add non-mmapable data section selftestAndrii Nakryiko2-1/+27
2022-10-20libbpf: only add BPF_F_MMAPABLE flag for data maps with global varsAndrii Nakryiko1-19/+78
2022-10-20libbpf: clean up and refactor BTF fixup stepAndrii Nakryiko1-54/+42
2022-10-19bpf/docs: Summarize CI system and deny listsDaniel Müller1-1/+41
2022-10-19selftests: bridge_igmp: Remove unnecessary address deletionIdo Schimmel1-3/+0
2022-10-19selftests: bridge_vlan_mcast: Delete qdiscs during cleanupIdo Schimmel1-0/+3
2022-10-19Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski23-301/+580
2022-10-18bpf/docs: Update README for most recent vmtest.shDaniel Müller1-5/+6
2022-10-13selftests/bpf: Use sys_pidfd_open() helper when possibleHou Tao2-7/+7
2022-10-13libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu1-0/+3
2022-10-13libbpf: Deal with section with no data gracefullyShung-Hsi Yu1-1/+5
2022-10-13libbpf: Use elf_getshdrnum() instead of e_shnumShung-Hsi Yu1-4/+9
2022-10-13selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.cXu Kuohai1-3/+3
2022-10-13selftests/bpf: Fix error failure of case test_xdp_adjust_tail_growXu Kuohai1-0/+1
2022-10-13selftest/bpf: Fix memory leak in kprobe_multi_testXu Kuohai1-12/+14
2022-10-13selftests/bpf: Fix memory leak caused by not destroying skeletonXu Kuohai2-2/+4
2022-10-13libbpf: Fix memory leak in parse_usdt_arg()Xu Kuohai1-7/+4
2022-10-13libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai1-3/+26
2022-10-13Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-1/+154
2022-10-13selftests/bpf: S/iptables/iptables-legacy/ in the bpf_nf and xdp_synproxy testMartin KaFai Lau2-6/+6
2022-10-13Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-11/+7
2022-10-13Merge tag 'linux-kselftest-next-6.1-rc1-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-8/+28
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-40/+404
2022-10-12selftests: netfilter: Fix nft_fib.sh for all.rp_filter=1Phil Sutter1-0/+1
2022-10-12selftests: netfilter: Test reverse path filteringPhil Sutter2-1/+148
2022-10-12selftests/bpf: Alphabetize DENYLISTsDavid Vernet2-21/+23