summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-07-02bpf: selftests: A few improvements to network_helpers.cMartin KaFai Lau
2020-07-01selftests: mptcp: add option to specify size of file to transferFlorian Westphal
2020-07-01selftests/bpf: Test_progs option for listing test namesJesper Dangaard Brouer
2020-07-01selftests/bpf: Test_progs option for getting number of testsJesper Dangaard Brouer
2020-07-01selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer
2020-07-02tools/bpftool: Turn off -Wnested-externs warningAndrii Nakryiko
2020-07-01selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns.Hao Luo
2020-07-01selftests/bpf: Add bpf_iter test with bpf_get_task_stack()Song Liu
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu
2020-07-01selftests/x86: Consolidate and fix get/set_eflags() helpersAndy Lutomirski
2020-07-01selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski
2020-07-01selftests/x86/syscall_nt: Add more flag combinationsAndy Lutomirski
2020-07-01selftests/bpf: Add byte swapping selftestAndrii Nakryiko
2020-07-01libbpf: Make bpf_endian co-exist with vmlinux.hAndrii Nakryiko
2020-06-30selftests/bpf: Allow substituting custom vmlinux.h for selftests buildAndrii Nakryiko
2020-06-30tools/bpftool: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-30bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song
2020-06-30selftests: bpf: Pass program to bpf_prog_detach in flow_dissectorLorenz Bauer
2020-06-30selftests: bpf: Pass program and target_fd in flow_dissector_reattachLorenz Bauer
2020-06-30selftests/bpf: Test updating flow_dissector link with same programJakub Sitnicki
2020-06-29selftests: forwarding: Add tests for ethtool extended stateAmit Cohen
2020-06-29selftests: forwarding: forwarding.config.sample: Add port with no cable conne...Amit Cohen
2020-06-29selftests: forwarding: ethtool: Move different_speeds_get() to ethtool_libAmit Cohen
2020-06-29selftests: forwarding: Add a RED test for SW datapathPetr Machata
2020-06-29selftests: tpm: Use /bin/sh instead of /bin/bashJarkko Sakkinen
2020-06-29selftests: tpm: Use 'test -e' instead of 'test -f'Jarkko Sakkinen
2020-06-29Revert "tpm: selftest: cleanup after unseal with wrong auth/policy test"Jarkko Sakkinen
2020-06-28Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2020-06-28selftests/bpf: Test auto-load disabling logic for BPF programsAndrii Nakryiko
2020-06-28libbpf: Support disabling auto-loading BPF programsAndrii Nakryiko
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-28bpf, sockmap: Add ingres skb tests that utilize merge skbsJohn Fastabend
2020-06-27Merge tag 'powerpc-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-06-26kunit: kunit_tool: Fix invalid result when build failsDavid Gow
2020-06-26kunit: show error if kunit results are not presentUriel Guajardo
2020-06-26kunit: kunit_config: Fix parsing of CONFIG options with spaceRikard Falkeborn
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar
2020-06-26selftests/powerpc: Fix build failure in ebb testsHarish
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-25tc-testing: avoid action cookies with odd length.Briana Oursler
2020-06-25bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell
2020-06-25libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAPJesper Dangaard Brouer
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-06-25tools, bpftool: Define attach_type_name array only onceTobias Klauser
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser
2020-06-25objtool: Don't consider vmlinux a C-filePeter Zijlstra
2020-06-24selftests/bpf: Add tcp/udp iterator programs to selftestsYonghong Song