summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests: tc-testing: Fix typo errorKaran Sanghavi2024-10-294-8/+8
* selftest/tcp-ao: Add filter testsLeo Stone2024-10-281-5/+181
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-2533-63/+859
|\
| * KVM: selftests: Fix build on on non-x86 architecturesMark Brown2024-10-221-1/+3
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-10-213-4/+15
| |\
| | * Merge tag 'kvmarm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2024-10-201-3/+13
| | |\
| | | * Merge branch kvm-arm64/idregs-6.12 into kvmarm/fixesMarc Zyngier2024-10-081-3/+13
| | | |\
| | | | * KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1Shaoqin Huang2024-08-251-3/+11
| | | | * KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from users...Shameer Kolothum2024-08-221-0/+2
| | * | | KVM: selftests: Fix out-of-bounds reads in CPUID test's array lookupsSean Christopherson2024-10-201-1/+1
| | * | | KVM: selftests: x86: Avoid using SSE/AVX instructionsVitaly Kuznetsov2024-10-201-0/+1
| * | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-1924-48/+711
| |\ \ \ \
| | * | | | selftests/bpf: Add test case for delta propagationDaniel Borkmann2024-10-172-0/+36
| | * | | | bpf: Properly test iter/task tid filteringJordan Rome2024-10-171-5/+22
| | * | | | selftests/bpf: Add asserts for netfilter link infoTyrone Wu2024-10-161-2/+40
| | * | | | selftests/bpf: Add test for sign extension in coerce_subreg_to_size_sx()Dimitar Kanaliev2024-10-151-0/+20
| | * | | | selftests/bpf: Add test for truncation after sign extension in coerce_reg_to_...Dimitar Kanaliev2024-10-151-0/+20
| | * | | | selftests/bpf: Assert link info uprobe_multi count & path_size if unsetTyrone Wu2024-10-111-0/+9
| | * | | | selftests/bpf: Fix cross-compiling urandom_readTony Ambardar2024-10-111-1/+1
| | * | | | selftests/bpf: Add test for kfunc module orderSimon Sundberg2024-10-107-1/+220
| | * | | | selftests/bpf: Provide a generic [un]load_module helperSimon Sundberg2024-10-102-12/+24
| | * | | | selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libcTony Ambardar2024-10-101-1/+1
| | * | | | selftests/bpf: fix perf_event link info name_len assertionTyrone Wu2024-10-101-3/+6
| | * | | | selftests/bpf: Add more test case for field flatteningHou Tao2024-10-104-2/+117
| | * | | | bpf: selftests: send packet to devmap redirect XDPFlorian Kauer2024-10-022-9/+118
| | * | | | bpf: Sync uapi bpf.h header to tools directoryDaniel Borkmann2024-10-011-12/+10
| | * | | | selftests/bpf: Verify that sync_linked_regs preserves subreg_defEduard Zingerman2024-10-011-0/+67
| * | | | | Merge tag 'linux_kselftest-fixes-6.12-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-10-191-0/+1
| |\ \ \ \ \
| | * | | | | selftest: hid: add the missing tests directoryYun Lu2024-10-161-0/+1
| * | | | | | Merge tag 'mm-hotfixes-stable-2024-10-17-16-08' of git://git.kernel.org/pub/s...Linus Torvalds2024-10-185-11/+130
| |\ \ \ \ \ \
| | * | | | | | maple_tree: add regression test for spanning store bugLorenzo Stoakes2024-10-171-0/+84
| | * | | | | | selftests: mm: fix the incorrect usage() info of khugepagedNanyong Sun2024-10-171-1/+1
| | * | | | | | maple_tree: check for MA_STATE_BULK on setting wr_rebalanceSidhartha Kumar2024-10-171-0/+26
| | * | | | | | selftests/mm: fix deadlock for fork after pthread_create on ARMEdward Liaw2024-10-171-0/+7
| | * | | | | | selftests/mm: replace atomic_bool with pthread_barrier_tEdward Liaw2024-10-173-10/+12
* | | | | | | | selftests: tls: add a selftest for wrapping rec_seqSabrina Dubroca2024-10-241-0/+19
* | | | | | | | tools/net/ynl: improve async notification handlingDonald Hunter2024-10-242-23/+36
* | | | | | | | tools: ynl-gen: use big-endian netlink attribute typesAsbjørn Sloth Tønnesen2024-10-221-1/+4
* | | | | | | | selftests: mlxsw: devlink_trap_police: Use defer for test cleanupPetr Machata2024-10-221-49/+36
* | | | | | | | selftests: mlxsw: qos_max_descriptors: Use defer for test cleanupPetr Machata2024-10-221-77/+41
* | | | | | | | selftests: mlxsw: qos_ets_strict: Use defer for test cleanupPetr Machata2024-10-221-82/+85
* | | | | | | | selftests: mlxsw: qos_mc_aware: Use defer for test cleanupPetr Machata2024-10-221-74/+64
* | | | | | | | selftests: ETS: Use defer for test cleanupPetr Machata2024-10-224-78/+50
* | | | | | | | selftests: TBF: Use defer for test cleanupPetr Machata2024-10-223-65/+36
* | | | | | | | selftests: RED: Use defer for test cleanupPetr Machata2024-10-224-181/+149
* | | | | | | | selftests: forwarding: lib: Allow passing PID to stop_traffic()Petr Machata2024-10-221-1/+3
* | | | | | | | selftests: forwarding: Add a fallback cleanup()Petr Machata2024-10-221-0/+6
* | | | | | | | selftests: net: lib: Introduce deferred commandsPetr Machata2024-10-224-2/+121
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-2117-183/+310
|\| | | | | | |
| * | | | | | | Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-173-31/+90
| |\ \ \ \ \ \ \