summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-02-16selftests: cmsg_ipv6: repeat the exact packetJakub Kicinski1-2/+2
2024-02-16selftests: net: let big_tcp test cope with slow envPaolo Abeni1-1/+3
2024-02-16selftests: net: avoid just another constant waitPaolo Abeni1-5/+13
2024-02-16selftests: net: fix tcp listener handling in pmtu.shPaolo Abeni1-1/+4
2024-02-16selftests/net: change shebang to bash to support "source"Yujie Liu2-4/+4
2024-02-16selftests/net: convert pmtu.sh to run it in unique namespaceHangbin Liu1-18/+9
2024-02-16selftests/net: convert unicast_extensions.sh to run it in unique namespaceHangbin Liu1-53/+46
2024-02-16selftests: net: cut more slack for gro fwd tests.Paolo Abeni2-3/+13
2024-02-16perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark1-1/+8
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-02-01selftests: bonding: do not test arp/ns target with mode balance-alb/tlbHangbin Liu1-4/+4
2024-02-01selftests: netdevsim: fix the udp_tunnel_nic testJakub Kicinski1-0/+9
2024-02-01selftests: net: fix rps_default_mask with >32 CPUsJakub Kicinski1-1/+5
2024-02-01selftests: fill in some missing configs for netJakub Kicinski1-0/+28
2024-02-01selftest: Don't reuse port for SO_INCOMING_CPU test.Kuniyuki Iwashima1-18/+50
2024-02-01selftests: bonding: Increase timeout to 1200sBenjamin Poirier1-1/+1
2024-02-01selftests/bpf: check if max number of bpf_loop iterations is trackedEduard Zingerman1-0/+75
2024-02-01bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-10/+25
2024-02-01selftests/bpf: test widening for iterating callbacksEduard Zingerman1-0/+20
2024-02-01selftests/bpf: tests for iterating callbacksEduard Zingerman2-0/+149
2024-02-01bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman2-14/+58
2024-02-01selftests/bpf: track string payload offset as scalar in strobemetaEduard Zingerman1-30/+48