summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-08-03selftests: openvswitch: support key masksAdrian Moreno
2023-08-03selftests: openvswitch: add an initial flow programming caseAaron Conole
2023-08-02selftests/bpf: Add testcase for xdp attaching failure tracepointLeon Hwang
2023-08-02selftests/bpf: fix static assert compilation issue for test_cls_*.cAlan Maguire
2023-08-02libbpf: fix typos in MakefileRandy Dunlap
2023-08-02selftests: riscv: Fix compilation error with vstate_exec_nolibc.cAlexandre Ghiti
2023-08-02selftests/riscv: fix potential build failure during the "emit_tests" stepJohn Hubbard
2023-08-02selftests/net: report rcv_mss in tcp_mmapWillem de Bruijn
2023-08-02selftests: mlxsw: rif_bridge: Add a new selftestPetr Machata
2023-08-02selftests: mlxsw: rif_lag_vlan: Add a new selftestPetr Machata
2023-08-02selftests: mlxsw: rif_lag: Add a new selftestPetr Machata
2023-08-02selftests: router_bridge_1d_lag: Add a new selftestPetr Machata
2023-08-02selftests: router_bridge_lag: Add a new selftestPetr Machata
2023-08-02selftests: router_bridge_vlan_upper: Add a new selftestPetr Machata
2023-08-02selftests: router_bridge_1d: Add a new selftestPetr Machata
2023-08-02selftests: router_bridge: Add remastering testsPetr Machata
2023-08-01selftest: net: Assert on a proper value in so_incoming_cpu.c.Kuniyuki Iwashima
2023-08-01perf test parse-events: Test complex name has required event formatIan Rogers
2023-08-01perf pmus: Create placholder regardless of scanning core_onlyIan Rogers
2023-07-31selftests: mptcp: userspace_pm: unmute unexpected errorsMatthieu Baerts
2023-07-31selftests: mptcp: pm_nl_ctl: always look for errorsMatthieu Baerts
2023-07-31selftests: mptcp: join: colored resultsMatthieu Baerts
2023-07-31selftests: mptcp: join: rework detailed reportMatthieu Baerts
2023-07-31selftests: connector: Fix input argument error paths to skipShuah Khan
2023-07-31selftests: connector: Add .gitignore and poupulate it with testShuah Khan
2023-07-31selftests: connector: Fix Makefile to include KHDR_INCLUDESShuah Khan
2023-07-31net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-07-29KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson
2023-07-29KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson
2023-07-29KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson
2023-07-29KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson
2023-07-29KVM: selftests: Explicitly free vcpus array in binary stats testSean Christopherson
2023-07-29KVM: selftests: Clean up stats fd in common stats_test() helperSean Christopherson
2023-07-29KVM: selftests: Use pread() to read binary stats headerSean Christopherson
2023-07-29selftests/rseq: Play nice with binaries statically linked against glibc 2.35+Sean Christopherson
2023-07-28bpf: selftests: Add defrag selftestsDaniel Xu
2023-07-28bpf: selftests: Support custom type and proto for client socketsDaniel Xu
2023-07-28bpf: selftests: Support not connecting client socketDaniel Xu
2023-07-28netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu
2023-07-28perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller
2023-07-28Merge tag 'cxl-fixes-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-07-28ynl: print xdp-zc-max-segs in the sampleStanislav Fomichev
2023-07-28ynl: regenerate all headersStanislav Fomichev
2023-07-28ynl: mark max/mask as private for kdocStanislav Fomichev
2023-07-28selftests/bpf: Enable test test_progs-cpuv4 for gcc build kernelYonghong Song
2023-07-28selftests/ptp: Add -X option for testing PTP_SYS_OFFSET_PRECISEAlex Maftei
2023-07-28selftests/ptp: Add -x option for testing PTP_SYS_OFFSET_EXTENDEDAlex Maftei
2023-07-27Merge branch 'net-tls-fixes-for-nvme-over-tls'Jakub Kicinski