summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-12-08selftests: net: Correct case nameLi Zhijian
2021-12-08wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld
2021-12-08wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLISTLi Zhijian
2021-12-08wireguard: selftests: actually test for routing loopsJason A. Donenfeld
2021-12-08wireguard: selftests: increase default dmesg log sizeJason A. Donenfeld
2021-12-08perf report: Fix memory leaks around perf_tip()Ian Rogers
2021-12-08perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers
2021-12-08perf inject: Fix ARM SPE handlingGerman Gomez
2021-12-08perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim
2021-12-08perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim
2021-12-08perf sort: Fix the 'weight' sort key behaviorNamhyung Kim
2021-11-25tools build: Fix removal of feature-sync-compare-and-swap feature detectionArnaldo Carvalho de Melo
2021-11-25selftests: gpio: fix gpio compiling errorLi Zhijian
2021-11-25selftests: net: switch to socat in the GSO GRE testJakub Kicinski
2021-11-25perf tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark
2021-11-25perf bench futex: Fix memory leak of perf_cpu_map__new()Sohaib Mohamed
2021-11-25perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers
2021-11-18selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko
2021-11-18selftests/x86/iopl: Adjust to the faked iopl CLI/STI usageBorislav Petkov
2021-11-18selftests/net: udpgso_bench_rx: fix port argumentWillem de Bruijn
2021-11-18perf bpf: Add missing free to bpf_event__print_bpf_prog_info()Ian Rogers
2021-11-18selftests/bpf/xdp_redirect_multi: Limit the tests in netnsHangbin Liu
2021-11-18selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanlyHangbin Liu
2021-11-18selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp numberHangbin Liu
2021-11-18selftests/bpf/xdp_redirect_multi: Put the logs to tmp folderHangbin Liu
2021-11-18libbpf: Fix lookup_and_delete_elem_flags error reportingMehrdad Arshad Rad
2021-11-18selftests: net: properly support IPv6 in GSO GRE testAndrea Righi
2021-11-18kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to MakefileHangbin Liu
2021-11-18kselftests/net: add missed vrf_strict_mode_test.sh test to MakefileHangbin Liu
2021-11-18kselftests/net: add missed SRv6 testsHangbin Liu
2021-11-18kselftests/net: add missed setup_loopback.sh/setup_veth.sh to MakefileHangbin Liu
2021-11-18kselftests/net: add missed icmp.sh test to MakefileHangbin Liu
2021-11-18bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov
2021-11-18selftests: mptcp: fix proto type in link_failure testsGeliang Tang
2021-11-18selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi
2021-11-18selftests: net: bridge: update IGMP/MLD membership interval valueNikolay Aleksandrov
2021-11-18selftests/bpf: Fix memory leak in test_imaKumar Kartikeya Dwivedi
2021-11-18selftests/bpf: Fix fd cleanup in sk_lookup testKumar Kartikeya Dwivedi
2021-11-18libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich
2021-11-18libbpf: Fix off-by-one bug in bpf_core_apply_relo()Andrii Nakryiko
2021-11-18libbpf: Fix BTF header parsing checksAndrii Nakryiko
2021-11-18libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko
2021-11-18bpftool: Avoid leaking the JSON writer prepared for program metadataQuentin Monnet
2021-11-18libbpf: Fix memory leak in btf__dedup()Mauricio Vásquez
2021-11-18KVM: selftests: Fix nested SVM tests when built with clangJim Mattson
2021-11-18x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov
2021-11-18libbpf: Fix skel_internal.h to set errno on loader retval < 0Kumar Kartikeya Dwivedi
2021-11-18objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra
2021-11-18x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra
2021-11-18libbpf: Don't crash on object files with no symbol tablesToke Høiland-Jørgensen