summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple2022-01-271-0/+42
* perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-01-271-0/+3
* perf script: Fix hex dump character outputAdrian Hunter2022-01-271-1/+1
* perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez2022-01-271-8/+17
* bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2022-01-272-2/+0
* selftests/powerpc/spectre_v2: Return skip code when miss_percent is highThadeu Lima de Souza Cascardo2022-01-271-1/+1
* selftests/ftrace: make kprobe profile testcase description uniqueHeiko Carstens2022-01-271-1/+1
* selftests/bpf: Fix bpf_object leak in skb_ctx selftestAndrii Nakryiko2022-01-271-0/+2
* bpftool: Enable line buffering for stdoutPaul Chaignon2022-01-271-0/+2
* selftests: harness: avoid false negatives if test has no ASSERTsJakub Kicinski2022-01-271-1/+1
* selftests: clone3: clone3: add case CLONE3_ARGS_NO_TESTAnders Roxell2022-01-271-0/+6
* tools/nolibc: fix incorrect truncation of exit codeWilly Tarreau2022-01-271-8/+5
* tools/nolibc: i386: fix initial stack alignmentWilly Tarreau2022-01-271-1/+9
* tools/nolibc: x86-64: Fix startup code bugAmmar Faizi2022-01-271-2/+8
* selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()Shuah Khan2022-01-111-1/+1
* perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter2022-01-051-1/+1
* selftests/net: udpgso_bench_tx: fix dst ip argumentwujianguo2022-01-051-1/+7
* selftests: Calculate udpgso segment count without header adjustmentCoco Li2022-01-051-6/+6
* bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau2021-12-221-2/+14
* selftest/net/forwarding: declare NETIFS p9 p10Hangbin Liu2021-12-221-0/+2
* selftests: Fix IPv6 address bind testsDavid Ahern2021-12-221-5/+13
* selftests: Fix raw socket bind tests with VRFDavid Ahern2021-12-221-1/+2
* selftests: Add duplicate config only for MD5 VRF testsDavid Ahern2021-12-221-6/+20
* selftests: net: Correct ping6 expected rc from 2 to 1Jie2x Zhou2021-12-221-1/+1
* bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann2021-12-221-0/+23
* KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILEVitaly Kuznetsov2021-12-221-0/+30
* perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter2021-12-171-0/+1
* perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter2021-12-171-3/+8
* perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter2021-12-171-0/+1
* perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter2021-12-171-4/+28
* perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter2021-12-171-19/+13
* perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter2021-12-171-1/+1
* perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...Adrian Hunter2021-12-171-2/+3
* perf inject: Fix itrace space allowed for new attributesAdrian Hunter2021-12-171-1/+1
* netfilter: selftest: conntrack_vrf.sh: fix file permissionGreg Kroah-Hartman2021-12-161-0/+0
* bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy2021-12-141-16/+584
* selftests/fib_tests: Rework fib_rp_filter_test()Peilin Ye2021-12-141-10/+49
* tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo2021-12-145-23/+0
* perf tools: Fix SMT detection fast read pathIan Rogers2021-12-141-1/+1
* bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy2021-12-141-16/+16
* vrf: don't run conntrack on vrf with !dflt qdiscNicolas Dichtel2021-12-141-4/+26
* selftests: netfilter: add a vrf+conntrack testcaseFlorian Westphal2021-12-142-1/+221
* selftests: net: Correct case nameLi Zhijian2021-12-081-2/+2
* wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-12-081-1/+23
* wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLISTLi Zhijian2021-12-081-1/+1
* wireguard: selftests: actually test for routing loopsJason A. Donenfeld2021-12-081-1/+5
* wireguard: selftests: increase default dmesg log sizeJason A. Donenfeld2021-12-081-0/+1
* perf report: Fix memory leaks around perf_tip()Ian Rogers2021-12-083-14/+17
* perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2021-12-082-15/+14
* perf inject: Fix ARM SPE handlingGerman Gomez2021-12-081-0/+15