summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | selftests/bpf: Do not attach kprobe_multi bench to bpf_dispatcher_xdp_funcJiri Olsa2022-07-141-0/+2
| * | | | selftests/bpf: Return true/false (not 1/0) from bool functionsLinkui Xiao2022-07-131-15/+15
| * | | | libbpf: Fix the name of a reused mapAnquan Wu2022-07-131-2/+7
| * | | | libbpf: Error out when binary_path is NULL for uprobe and USDTHengqi Chen2022-07-131-6/+7
| * | | | selftests/bpf: add a ksym iter subtestAlan Maguire2022-07-123-0/+97
* | | | | ping: support ipv6 ping socket flow labelsAlan Brady2022-07-222-15/+76
* | | | | selftests: tls: add a test for timeo vs lockJakub Kicinski2022-07-211-0/+32
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-216-20/+47
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | perf trace: Fix SIGSEGV when processing syscall argsNaveen N. Rao2022-07-171-0/+2
| * | | | perf tests: Fix Convert perf time to TSC test for hybridAdrian Hunter2022-07-171-14/+4
| * | | | perf tests: Stop Convert perf time to TSC test opening events twiceAdrian Hunter2022-07-171-3/+6
| * | | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-07-171-0/+4