summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: Fix raw socket bind tests with VRFDavid Ahern2021-12-121-1/+2
* selftests: Add duplicate config only for MD5 VRF testsDavid Ahern2021-12-121-6/+20
* selftests: icmp_redirect: pass xfail=0 to log_test()Po-Hsu Lin2021-12-121-1/+1
* selftests: net: Correct ping6 expected rc from 2 to 1Jie2x Zhou2021-12-091-1/+1
* Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-0911-61/+766
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-12-083-13/+60
| |\
| | * selftests: netfilter: switch zone stress to socatFlorian Westphal2021-12-081-6/+13
| | * selftests: netfilter: Add correctness test for mac,net set typeStefano Brivio2021-12-081-3/+21
| | * vrf: don't run conntrack on vrf with !dflt qdiscNicolas Dichtel2021-12-081-4/+26
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-082-35/+605
| |\ \
| | * | bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy2021-12-081-16/+584
| | * | bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy2021-12-031-16/+16
| | * | tools/resolve_btfids: Skip unresolved symbol warning for empty BTF setsKumar Kartikeya Dwivedi2021-12-021-3/+5
| * | | selftests: tls: add missing AES256-GCM cipherVadim Fedorenko2021-12-071-0/+18
| * | | selftests: tls: add missing AES-CCM cipher testsVadim Fedorenko2021-12-071-0/+18
| * | | selftests: net/fcnal-test.sh: add exit codeLi Zhijian2021-12-031-0/+8
| * | | selftests/tc-testing: Fix cannot create /sys/bus/netdevsim/new_device: Direct...Li Zhijian2021-12-032-0/+2
| * | | selftests/tc-testing: add missing configLi Zhijian2021-12-031-0/+1
| * | | selftests/tc-testing: add exit codeLi Zhijian2021-12-031-3/+5
| * | | selftests/fib_tests: Rework fib_rp_filter_test()Peilin Ye2021-12-021-10/+49
* | | | tools/lib/lockdep: drop leftover liblockdep headersSasha Levin2021-12-097-176/+0
* | | | perf bpf_skel: Do not use typedef to avoid error on old clangSong Liu2021-12-063-20/+26
* | | | perf bpf: Fix building perf with BUILD_BPF_SKEL=1 by default in more distrosSong Liu2021-12-063-5/+3
* | | | perf header: Fix memory leaks when processing feature headersIan Rogers2021-12-061-5/+10
* | | | perf test: Reset shadow counts before loadingIan Rogers2021-12-061-0/+1
* | | | perf test: Fix 'Simple expression parser' test on arch without CPU die topolo...Thomas Richter2021-12-061-1/+3
* | | | tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo2021-12-065-23/+0
* | | | perf tools: Fix SMT detection fast read pathIan Rogers2021-12-061-1/+1
* | | | tools headers UAPI: Sync powerpc syscall table file changed by new futex_wait...Arnaldo Carvalho de Melo2021-12-061-0/+1
* | | | perf inject: Fix itrace space allowed for new attributesAdrian Hunter2021-12-061-1/+1
* | | | tools headers UAPI: Sync s390 syscall table file changed by new futex_waitv s...Arnaldo Carvalho de Melo2021-12-061-0/+1
* | | | Revert "perf bench: Fix two memory leaks detected with ASan"Jiri Olsa2021-12-061-4/+0
* | | | Merge tag 'x86_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-12-052-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | objtool: Fix pv_ops noinstr validationPeter Zijlstra2021-12-032-0/+5
* | | | Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-024-5/+32
|\ \ \ \
| * | | | selftests: net: Correct case nameLi Zhijian2021-12-021-2/+2
| | |_|/ | |/| |
| * | | wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-11-291-1/+23
| * | | wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLISTLi Zhijian2021-11-291-1/+1
| * | | wireguard: selftests: actually test for routing loopsJason A. Donenfeld2021-11-291-1/+5
| * | | wireguard: selftests: increase default dmesg log sizeJason A. Donenfeld2021-11-291-0/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-304-80/+257
|\ \ \ \
| * | | | KVM: SEV: Prohibit migration of a VM that has mirrorsPaolo Bonzini2021-11-301-0/+37
| * | | | selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROMPaolo Bonzini2021-11-301-7/+105
| * | | | KVM: selftests: page_table_test: fix calculation of guest_test_phys_memMaciej S. Szmigiero2021-11-301-1/+1
| * | | | KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILEVitaly Kuznetsov2021-11-261-0/+30
| * | | | KVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN in hyperv_features testVitaly Kuznetsov2021-11-261-69/+71
| * | | | selftests: sev_migrate_tests: free all VMsPaolo Bonzini2021-11-261-1/+8
| * | | | selftests: fix check for circular KVM_CAP_VM_MOVE_ENC_CONTEXT_FROMPaolo Bonzini2021-11-261-2/+5
| | |/ / | |/| |
* | | | tools: Fix math.h breakageMatthew Wilcox (Oracle)2021-11-303-21/+29
| |/ / |/| |
* | | Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-2610-184/+1017
|\ \ \ | |/ / |/| |