summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Fix print error when show bpf mapYafang Shao2022-04-081-5/+2
* selftests/bpf/test_lirc_mode2.sh: Exit with proper codeHangbin Liu2022-04-081-1/+4
* selftests/bpf: Fix error reporting from sock_fields programsJakub Sitnicki2022-04-081-1/+1
* selftests/bpf: Make test_lwt_ip_encap more stable and fasterFelix Maurer2022-04-081-1/+9
* libbpf: Unmap rings when umem deletedlic1212022-04-081-0/+11
* libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai2022-04-081-0/+5
* libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinningStijn Tintel2022-04-081-19/+25
* selftests: mptcp: add csum mib check for mptcp_connectGeliang Tang2022-04-081-0/+19
* cxl/core/port: Rename bus.c to port.cDan Williams2022-04-081-1/+1
* libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko2022-04-081-3/+5
* bpftool: Fix pretty print dump for maps without BTF loadedJiri Olsa2022-04-081-16/+15
* bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang2022-04-081-4/+2
* libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen2022-04-081-4/+51
* libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0Andrii Nakryiko2022-04-081-1/+1
* libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko2022-04-081-1/+2
* tools/testing/cxl: Fix root port to host bridge assignmentDan Williams2022-04-081-1/+1
* libbpf: Fix riscv register namesIlya Leoshkevich2022-04-081-2/+2
* libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter2022-04-081-2/+3
* selftests/bpf: Use "__se_" prefix on architectures without syscall wrapperNaveen N. Rao2022-04-081-1/+1
* selftests/bpf: Extract syscall wrapperKenta Tada2022-04-082-14/+20
* selftests/net: timestamping: Fix bind_phc checkGerhard Engleder2022-04-081-2/+2
* selftests/bpf/test_xdp_redirect_multi: use temp netns for testingHangbin Liu2022-04-081-29/+31
* selftests, xsk: Fix rx_full stats testMagnus Karlsson2022-04-081-1/+4
* selftests: bpf: Fix bind on used portFelix Maurer2022-04-081-3/+17
* bpftool: Only set obj->skeleton on complete successWei Fu2022-04-081-1/+1
* libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao2022-04-081-0/+3
* bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez2022-04-085-5/+7
* rtla/osnoise: Fix osnoise hist stop tracing messageDaniel Bristot de Oliveira2022-04-081-1/+1
* selftests/lkdtm: Add UBSAN configMuhammad Usama Anjum2022-04-081-0/+1
* selftests: vm: remove dependecy from internal kernel macrosMuhammad Usama Anjum2022-04-081-0/+3
* selftests, x86: fix how check_cc.sh is being invokedGuillaume Tucker2022-04-082-6/+6
* selftests/sgx: Treat CC as one argumentMuhammad Usama Anjum2022-04-081-1/+1
* selftests/x86: Add validity check and allow field splittingMuhammad Usama Anjum2022-04-081-1/+1
* selftests/sgx: Ensure enclave data available during debug printReinette Chatre2022-04-081-2/+2
* selftests/sgx: Do not attempt enclave build without valid enclaveReinette Chatre2022-04-081-0/+1
* selftests/sgx: Fix NULL-pointer-dereference upon early test failureReinette Chatre2022-04-081-4/+5
* perf parse-events: Ignore case in topdown.slots checkIan Rogers2022-03-181-1/+1
* perf evlist: Avoid iteration for empty evlist.Ian Rogers2022-03-181-11/+17
* perf symbols: Fix symbol size calculation conditionMichael Petlan2022-03-181-1/+1
* Merge tag 'net-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2022-03-171-3/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-03-141-3/+2
| |\
| | * Revert "netfilter: nat: force port remap to prevent shadowing well-known ports"Florian Westphal2022-03-081-3/+2
* | | selftests: vm: fix clang build error multiple output filesYosry Ahmed2022-03-171-4/+2
* | | perf parse: Fix event parser error for hybrid systemsZhengjun Xing2022-03-121-2/+4
* | | perf bench: Fix NULL check against wrong variableWeiguo Li2022-03-121-1/+1
* | | perf parse-events: Fix NULL check against wrong variableWeiguo Li2022-03-121-1/+1
* | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-03-121-1/+1
* | | tools kvm headers arm64: Update KVM headers from the kernel sourcesArnaldo Carvalho de Melo2022-03-121-0/+5
|/ /
* | Merge tag 'net-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-101-4/+17
|\ \
| * | selftests: pmtu.sh: Kill nettest processes launched in subshell.Guillaume Nault2022-03-091-2/+12