summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-02-05selftests/bpf: Remove flaky test_btf_id testYonghong Song1-5/+0
2024-02-05selftests: net: enable some more knobsPaolo Abeni1-0/+3
2024-02-05selftests: net: add missing config for NF_TARGET_TTLJakub Kicinski1-0/+1
2024-02-05selftests: bonding: Check initial stateBenjamin Poirier1-0/+11
2024-02-05selftests: team: Add missing config optionsBenjamin Poirier1-1/+3
2024-02-05selftests: net: don't access /dev/stdout in pmtu.shPaolo Abeni1-1/+1
2024-02-05selftests: net: fix available tunnels detectionPaolo Abeni1-8/+8
2024-02-05selftests: net: add missing config for pmtu.sh testsPaolo Abeni1-0/+3
2024-02-05selftests: net: add missing config for nftables-backed iptablesJakub Kicinski1-0/+1
2024-02-05selftests: net: add missing config for GENEVEMatthias May1-0/+1
2024-02-05selftests: net: Add missing matchall classifierIdo Schimmel1-0/+1
2024-02-05selftests: net: give more time for GRO aggregationPaolo Abeni1-1/+1
2024-02-05selftests: net: add missing required classifierPaolo Abeni1-0/+1
2024-02-05selftests: net: add missing config for big tcp testsPaolo Abeni1-0/+5
2024-02-05selftests: net: explicitly wait for listener readyPaolo Abeni1-2/+4
2024-02-05selftests: net: remove dependency on ebpf testsPaolo Abeni7-12/+26
2024-02-05libsubcmd: Fix memory leak in uniq()Ian Rogers1-4/+14
2024-02-05selftests/sgx: Fix linker script assertsJo Van Bulck1-5/+1
2024-02-05perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is presentJames Clark1-2/+2
2024-02-05libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang1-0/+2
2024-02-05selftests/bpf: fix compiler warnings in RELEASE=1 modeAndrii Nakryiko2-2/+2
2024-02-05bpf: Fix a few selftest failures due to llvm18 changeYonghong Song1-0/+1
2024-02-05selftests/bpf: Fix issues in setup_classid_environment()Yafang Shao1-4/+14
2024-02-05selftests/bpf: Fix pyperf180 compilation failure with clang18Yonghong Song1-0/+22
2024-02-05libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESETYonghong Song1-5/+8
2024-02-05selftests/bpf: satisfy compiler by having explicit return in btf testAndrii Nakryiko1-0/+1
2024-02-05selftests/bpf: fix RELEASE=1 build for tc_optsAndrii Nakryiko1-5/+1
2024-02-05kunit: tool: fix parsing of test attributesRae Moar1-1/+3
2024-02-05selftests/nolibc: fix testcase status alignmentThomas Weißschuh1-2/+2
2024-01-31selftests: bonding: do not test arp/ns target with mode balance-alb/tlbHangbin Liu1-4/+4
2024-01-31selftests: netdevsim: fix the udp_tunnel_nic testJakub Kicinski1-0/+9
2024-01-31selftests: net: fix rps_default_mask with >32 CPUsJakub Kicinski1-1/+5
2024-01-31selftests: fill in some missing configs for netJakub Kicinski1-0/+28
2024-01-31selftest: Don't reuse port for SO_INCOMING_CPU test.Kuniyuki Iwashima1-18/+50
2024-01-31selftests: bonding: Increase timeout to 1200sBenjamin Poirier1-1/+1
2024-01-31selftests: mm: hugepage-vmemmap fails on 64K page size systemsDonet Tom1-11/+18
2024-01-31RISC-V: selftests: cbo: Ensure asm operands match constraintsAndrew Jones1-10/+8
2024-01-25selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanesAmit Cohen1-1/+17
2024-01-25mlxsw: spectrum_acl_tcam: Fix stack corruptionIdo Schimmel1-1/+55
2024-01-25mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failureAmit Cohen1-1/+51
2024-01-25selftests: bonding: Change script interpreterBenjamin Poirier2-2/+2
2024-01-25perf db-export: Fix missing reference count get in call_path_from_sample()Ben Gainey1-2/+2
2024-01-25perf stat: Fix hard coded LL miss unitsIan Rogers1-1/+1
2024-01-25perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers5-32/+50
2024-01-25perf vendor events: Remove UTF-8 characters from cmn.jsonJing Zhang1-1/+1
2024-01-25perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim1-1/+1
2024-01-25perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim1-4/+17
2024-01-25perf genelf: Set ELF program header addresses properlyNamhyung Kim1-3/+3
2024-01-25perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang1-0/+1
2024-01-25perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang1-2/+3