summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-2919-106/+738
|\
| * libbpf: Add bpf_obj_get_opts()Joe Burton2022-07-293-0/+21
| * selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeoutDaniel Müller2022-07-292-6/+3
| * bpftool: Don't try to return value from void function in skeletonJörn-Thorben Hinz2022-07-291-1/+1
| * bpftool: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE macroRongguang Wei2022-07-291-1/+1
| * libbpf: Support PPC in arch_specific_syscall_pfxDaniel Müller2022-07-281-1/+10
| * selftests/bpf: Adjust vmtest.sh to use local kernel configurationDaniel Müller2022-07-271-19/+34
| * selftests/bpf: Copy over libbpf configsDaniel Müller2022-07-274-0/+471
| * selftests/bpf: Sort configurationDaniel Müller2022-07-271-50/+49
| * selftests/bpf: Attach to socketcall() in test_probe_userIlya Leoshkevich2022-07-262-13/+51
| * libbpf: Extend BPF_KSYSCALL documentationIlya Leoshkevich2022-07-261-4/+11
| * selftests/bpf: Don't assign outer source IP to hostPaul Chaignon2022-07-262-11/+86
* | selftests: seg6: add selftest for SRv6 H.L2Encaps.Red behaviorAndrea Mayer2022-07-292-0/+822
* | selftests: seg6: add selftest for SRv6 H.Encaps.Red behaviorAndrea Mayer2022-07-292-0/+880
* | selftests: net: dsa: Add a Makefile which installs the selftestsMartin Blumenstingl2022-07-281-0/+17
* | selftests: tls: handful of memrnd() and length checksJakub Kicinski2022-07-281-9/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-284-6/+17
|\ \
| * \ Merge tag 'asm-generic-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-07-271-1/+10
| |\ \
| | * | tools: Fixed MIPS builds due to struct flock re-definitionFlorian Fainelli2022-07-201-1/+10
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-07-232-4/+6
| |\ \ \
| | * | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesPaolo Bonzini2022-07-191-1/+2
| | * | | KVM: selftests: Fix target thread to be migrated in rseq_testGavin Shan2022-07-191-3/+5
| * | | | selftests: gpio: fix include path to kernel headers for out of tree buildsKent Gibson2022-07-201-1/+1
* | | | | selftests: net: Fix typo 'the the' in commentSlark Xiao2022-07-261-1/+1
* | | | | selftests: mlxsw: Check line card info on activated line cardJiri Pirko2022-07-261-0/+24
* | | | | selftests: mlxsw: Check line card info on provisioned line cardJiri Pirko2022-07-261-0/+30
| |_|_|/ |/| | |
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-2232-226/+926
|\ \ \ \
| * | | | bpf/selftests: Fix couldn't retrieve pinned program in xdp veth testJie2x Zhou2022-07-221-3/+3
| * | | | selftests/bpf: Fix test_verifier failed test in unprivileged modeKumar Kartikeya Dwivedi2022-07-211-0/+1
| * | | | selftests/bpf: Add negative tests for new nf_conntrack kfuncsKumar Kartikeya Dwivedi2022-07-212-1/+189
| * | | | selftests/bpf: Add tests for new nf_conntrack kfuncsLorenzo Bianconi2022-07-212-12/+81
| * | | | selftests/bpf: Add verifier tests for trusted kfunc argsKumar Kartikeya Dwivedi2022-07-211-0/+53
| * | | | bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2022-07-211-5/+5
| * | | | tools/resolve_btfids: Add support for 8-byte BTF setsKumar Kartikeya Dwivedi2022-07-211-6/+34
| * | | | libbpf: Fix str_has_sfx()'s return valueDan Carpenter2022-07-211-3/+3
| * | | | libbpf: Fix sign expansion bug in btf_dump_get_enum_value()Dan Carpenter2022-07-211-1/+1
| * | | | libbpf: fix an snprintf() overflow checkDan Carpenter2022-07-191-1/+1
| * | | | selftests/bpf: fix a test for snprintf() overflowDan Carpenter2022-07-191-1/+1
| * | | | selftests/bpf: test eager BPF ringbuf size adjustment logicAndrii Nakryiko2022-07-191-0/+11
| * | | | libbpf: make RINGBUF map size adjustments more eagerlyAndrii Nakryiko2022-07-191-35/+42
| * | | | bpf: fix bpf_skb_pull_data documentationJoanne Koong2022-07-191-1/+2
| * | | | libbpf: fallback to tracefs mount point if debugfs is not mountedAndrii Nakryiko2022-07-191-21/+40
| * | | | selftests/bpf: validate .bss section bigger than 8MB is possible nowAndrii Nakryiko2022-07-192-0/+6
| * | | | selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftestsAndrii Nakryiko2022-07-193-32/+16
| * | | | libbpf: add ksyscall/kretsyscall sections support for syscall kprobesAndrii Nakryiko2022-07-194-9/+157
| * | | | libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALLAndrii Nakryiko2022-07-192-13/+40
| * | | | selftests/bpf: add test of __weak unknown virtual __kconfig externAndrii Nakryiko2022-07-192-10/+10
| * | | | libbpf: generalize virtual __kconfig externs and use it for USDTAndrii Nakryiko2022-07-192-45/+66
| * | | | libbpf: perfbuf: Add API to get the ring bufferJon Doron2022-07-153-0/+33
| * | | | tools: runqslower: Build and use lightweight bootstrap version of bpftoolPu Lehui2022-07-151-4/+3