aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-02-01libbpf: Remove unnecessary null check in kernel_supports()Eduard Zingerman1-1/+1
2024-01-31tools/net/ynl: Add type info to struct members in generated docsDonald Hunter1-1/+8
2024-01-31tools/net/ynl: Add support for nested structsDonald Hunter2-6/+22
2024-01-31tools/net/ynl: Move formatted_string method out of NlAttrDonald Hunter1-16/+15
2024-01-31tools/net/ynl: Rename _fixed_header_size() to _struct_size()Donald Hunter1-6/+6
2024-01-31tools/net/ynl: Combine struct decoding logic in ynlDonald Hunter1-33/+14
2024-01-31tools/net/ynl: Encode default values for binary blobsDonald Hunter1-2/+7
2024-01-31tools/net/ynl: Add support for encoding sub-messagesDonald Hunter1-4/+23
2024-01-31tools/net/ynl: Refactor fixed header encoding into separate methodDonald Hunter1-11/+15
2024-01-31tools/net/ynl: Support sub-messages in nested attribute spacesDonald Hunter1-9/+29
2024-01-31tools/net/ynl: Add --output-json arg to ynl cliDonald Hunter1-3/+19
2024-01-31selftests: Declare local variable for pause in fcnal-test.shDavid Ahern1-4/+5
2024-01-31selftests: net: don't access /dev/stdout in pmtu.shPaolo Abeni1-1/+1
2024-01-31selftests: net: fix available tunnels detectionPaolo Abeni1-8/+8
2024-01-31selftests: net: add missing config for pmtu.sh testsPaolo Abeni1-0/+3
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-4/+4
2024-01-31selftests/net: Repair RST passive reset selftestDmitry Safonov2-52/+98
2024-01-31selftests/net: Rectify key counters checksDmitry Safonov1-19/+25
2024-01-31selftests/net: Argument value mismatch when calling verify_counters()Mohammad Nassiri1-1/+1
2024-01-31x86/cpu: Add MSR numbers for FRED configurationH. Peter Anvin (Intel)1-1/+12
2024-01-31x86/objtool: Teach objtool about ERET[US]H. Peter Anvin (Intel)1-5/+14
2024-01-31x86/opcode: Add ERET[US] instructions to the x86 opcode mapH. Peter Anvin (Intel)1-1/+1
2024-01-31selftests/net: calibrate txtimestampWillem de Bruijn1-5/+7
2024-01-31selftests/bpf: Disable IPv6 for lwt_redirect testManu Bretelle1-0/+1
2024-01-31perf tools headers: update the asm-generic/unaligned.h copy with the kernel s...Arnaldo Carvalho de Melo1-12/+12
2024-01-31selftests: net: add missing config for GENEVEMatthias May1-0/+1
2024-01-31selftests/net: calibrate fq_band_pktlimitWillem de Bruijn1-6/+8
2024-01-31selftests: forwarding: Remove duplicated lib.sh contentPetr Machata5-28/+10
2024-01-31selftests: forwarding: Redefine relative_path variableBenjamin Poirier3-8/+5
2024-01-31selftests: dsa: Replace test symlinks by wrapper scriptBenjamin Poirier14-14/+34
2024-01-31selftests: team: Add shared library scripts to TEST_INCLUDESBenjamin Poirier4-7/+5
2024-01-31selftests: bonding: Add net/forwarding/lib.sh to TEST_INCLUDESBenjamin Poirier7-8/+9
2024-01-31selftests: Introduce Makefile variable to list shared bash scriptsBenjamin Poirier2-1/+25
2024-01-30selftests: net: Add missing matchall classifierIdo Schimmel1-0/+1
2024-01-30selftests/bpf: convert bpf_rdonly_cast() uses to bpf_core_cast() macroAndrii Nakryiko8-18/+12
2024-01-30libbpf: add bpf_core_cast() macroAndrii Nakryiko4-6/+15
2024-01-30KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSRSean Christopherson1-0/+41
2024-01-30KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBVSean Christopherson1-12/+26
2024-01-30KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()Sean Christopherson1-2/+28
2024-01-30KVM: selftests: Test PMC virtualization with forced emulationSean Christopherson1-14/+30
2024-01-30KVM: selftests: Move KVM_FEP macro into common library headerSean Christopherson2-2/+3
2024-01-30KVM: selftests: Query module param to detect FEP in MSR filtering testSean Christopherson2-18/+14
2024-01-30KVM: selftests: Add helpers to read integer module paramsSean Christopherson2-6/+60
2024-01-30KVM: selftests: Add a helper to query if the PMU module param is enabledSean Christopherson4-3/+8
2024-01-30KVM: selftests: Expand PMU counters test to verify LLC eventsSean Christopherson1-19/+40
2024-01-30KVM: selftests: Add functional test for Intel's fixed PMU countersJinrong Liang1-1/+30
2024-01-30KVM: selftests: Test consistency of CPUID with num of fixed countersJinrong Liang1-3/+57
2024-01-30KVM: selftests: Test consistency of CPUID with num of gp countersJinrong Liang1-0/+99
2024-01-30KVM: selftests: Test Intel PMU architectural events on fixed countersJinrong Liang1-9/+45
2024-01-30KVM: selftests: Test Intel PMU architectural events on gp countersJinrong Liang2-0/+322