aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge remote-tracking branch 'wireless-next/main'Bob Copeland285-6073/+15334
3 daysMerge tag 'kselftest-fix-vfork-2024-05-12' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-67/+147
4 daysselftests/harness: Handle TEST_F()'s explicit exit codesMickaël Salaün1-1/+5
4 daysselftests/harness: Fix vfork() side effectsMickaël Salaün2-25/+57
4 daysselftests/harness: Share _metadata between forked processesMickaël Salaün1-11/+15
4 daysselftests/pidfd: Fix wrong expectationMickaël Salaün1-1/+1
4 daysselftests/harness: Constify fixture variantsMickaël Salaün1-2/+2
4 daysselftests/landlock: Do not allocate memory in fixture dataMickaël Salaün1-22/+35
4 daysselftests/harness: Fix interleaved scheduling leading to race conditionsMickaël Salaün1-1/+14
4 daysselftests/harness: Fix fixture teardownMickaël Salaün1-5/+9
4 daysselftests/landlock: Fix FS tests when run on a private mount pointMickaël Salaün1-1/+9
4 daysselftests/pidfd: Fix config for pidfd_setns_testMickaël Salaün1-0/+2
5 daysMerge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds5-33/+23
5 daysselftests/mm: fix powerpc ARCH checkMichael Ellerman1-3/+3
6 daysMerge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-11/+3
7 daysnet: selftest: add test for netdev netlink queue-get APIDavid Wei5-8/+77
7 daysselftests: drv-net: add checksum testsWillem de Bruijn7-2/+132
7 daysselftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MACIdo Schimmel1-11/+3
7 daystest: hsr: Call cleanup_all_ns when hsr_redbox.sh script exitsLukasz Majewski1-0/+2
7 daysselftests: microchip: add test for QoS support on KSZ9477 switch familyOleksij Rempel1-0/+668
8 daysselftests/net: fix uninitialized variablesJohn Hubbard3-2/+5
8 daysselftests: netfilter: conntrack_tcp_unreplied.sh: wait for initial connection...Florian Westphal1-7/+18
10 daysselftests/vDSO: fix runtime errors on LoongArchTiezhu Yang2-29/+13
10 daysselftests/vDSO: fix building errors on LoongArchTiezhu Yang1-1/+5
10 daystools: fix userspace compilation with new test_xarray changesLuis Chamberlain1-0/+2
12 daysMerge tag 'cxl-fixes-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
12 daystools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski2-0/+11
13 daysselftests/net: skip partial checksum packets in csum testWillem de Bruijn1-3/+15
13 daysselftests: net: py: check process exit code in bkg() and background cmd()Jakub Kicinski1-2/+6
13 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-45/+90
13 daysMerge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+3
14 daysselftests: netfilter: nft_concat_range.sh: reduce debug kernel run timeFlorian Westphal4-6/+34
2024-04-30Merge tag 'kvmarm-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-0/+49
2024-04-30selftests: drv-net-hw: add test for memory allocation failures with page poolJakub Kicinski3-0/+134
2024-04-30selftests: drv-net: support generating iperf3 loadJakub Kicinski2-0/+42
2024-04-30selftests: net: py: avoid all ports < 10kJakub Kicinski1-1/+1
2024-04-30selftests: net: py: extract tool logicJakub Kicinski1-3/+9
2024-04-30selftests: drv-net-hw: support using Python from net hw testsJakub Kicinski4-3/+26
2024-04-30selftests: netfilter: avoid test timeouts on debug kernelsFlorian Westphal4-3/+10
2024-04-30netdev: add queue statsXuan Zhuo1-0/+19
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski114-1882/+7165
2024-04-29cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCHDave Jiang1-0/+7
2024-04-27Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-2/+26
2024-04-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+3
2024-04-26tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski1-3/+2
2024-04-26selftests: drv-net: validate the environmentJakub Kicinski1-0/+25
2024-04-26selftests: drv-net: reimplement the config parserJakub Kicinski1-12/+14
2024-04-26selftests: drv-net: extend the README with more info and exampleJakub Kicinski1-12/+85
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds5-43/+12
2024-04-26RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2Andrew Jones2-1/+11
2024-04-26perf riscv: Fix the warning due to the incompatible typeBen Zong-You Xie1-1/+1
2024-04-26selftests/bpf: Test PROBE_MEM of VSYSCALL_ADDR on x86-64Puranjay Mohan1-0/+3
2024-04-26bpf_helpers.h: Define bpf_tail_call_static when building with GCCJose E. Marchesi1-1/+3
2024-04-26selftests: virtio_net: add initial testsJiri Pirko5-0/+248
2024-04-26selftests: forwarding: add wait_for_dev() helperJiri Pirko1-0/+13
2024-04-26selftests: forwarding: add check_driver() helperJiri Pirko1-0/+12
2024-04-26selftests: forwarding: add ability to assemble NETIFS array by driver nameJiri Pirko1-0/+37
2024-04-26test: hsr: Add test for HSR RedBOX (HSR-SAN) mode of operationLukasz Majewski2-1/+93
2024-04-26test: hsr: Extract version agnostic information from ping command outputLukasz Majewski1-1/+2
2024-04-26test: hsr: Move common code to hsr_common.sh fileLukasz Majewski3-78/+88
2024-04-26test: hsr: Remove script code already implemented in lib.shLukasz Majewski1-25/+3
2024-04-25selftests/bpf: extend BPF_SOCK_OPS_RTT_CB test for srtt and mrtt_usPhilo Lu2-0/+20
2024-04-25bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu1-0/+2
2024-04-25selftests/bpf: dummy_st_ops should reject 0 for non-nullable paramsEduard Zingerman1-0/+27
2024-04-25selftests/bpf: do not pass NULL for non-nullable params in dummy_st_opsEduard Zingerman2-3/+6
2024-04-25selftests/bpf: adjust dummy_st_ops_success to detect additional errorEduard Zingerman1-2/+11
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-768/+893
2024-04-25selftests/bpf: Add ring_buffer__consume_n test.Andrea Righi3-1/+113
2024-04-25Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+1
2024-04-25bpf: Add bpf_guard_preempt() convenience macroAlexei Starovoitov2-5/+24
2024-04-25selftests: mm: protection_keys: save/restore nr_hugepages value from launch s...Muhammad Usama Anjum2-38/+2
2024-04-25selftests: sud_test: return correct emulated syscall value on RISC-VClément Léger1-0/+14
2024-04-25tools: testing: selftests: prefer TEST_PROGS for conntrack_dump_flushFlorian Westphal1-2/+1
2024-04-24selftests: net: extract BPF building logic from the MakefileJakub Kicinski2-52/+54
2024-04-24selftests: net: name bpf objects consistently and simplify MakefileJakub Kicinski8-14/+11
2024-04-24selftests: mm: fix unused and uninitialized variable warningMuhammad Usama Anjum1-1/+1
2024-04-24selftests/harness: remove use of LINE_MAXEdward Liaw2-4/+9
2024-04-24selftests: netfilter: fix conntrack_dump_flush retval on unsupported kernelFlorian Westphal1-5/+3
2024-04-24selftests: netfilter: nft_zones_many.sh: set ct sysctl after ruleset loadFlorian Westphal1-1/+3
2024-04-24selftests: netfilter: conntrack_vrf.sh: prefer socat, not iperf3Florian Westphal1-19/+21
2024-04-24selftests: netfilter: skip tests on early errorsFlorian Westphal3-3/+14
2024-04-24selftests: netfilter: nft_flowtable.sh: shellcheck cleanupsFlorian Westphal1-121/+136
2024-04-24selftests: netfilter: nft_flowtable.sh: re-run with random mtu sizesFlorian Westphal1-0/+19
2024-04-24selftests: netfilter: nft_concat_range.sh: shellcheck cleanupsFlorian Westphal1-28/+25
2024-04-24selftests: netfilter: nft_concat_range.sh: drop netcat supportFlorian Westphal1-61/+13
2024-04-24selftests: netfilter: nft_concat_range.sh: move to lib.sh infraFlorian Westphal1-25/+37
2024-04-24selftests: bpf: crypto: add benchmark for crypto functionsVadim Fedorenko4-0/+302
2024-04-24selftests: bpf: crypto skcipher algo selftestsVadim Fedorenko5-0/+505
2024-04-24selftests/bpf: Fix wq test.Alexei Starovoitov2-1/+16
2024-04-24selftests/bpf: Use make_sockaddr in test_sock_addrGeliang Tang1-52/+12
2024-04-24selftests/bpf: Use connect_to_addr in test_sock_addrGeliang Tang1-34/+2
2024-04-24selftests/bpf: Use start_server_addr in test_sock_addrGeliang Tang3-35/+7
2024-04-24selftests/bpf: Use log_err in open_netns/close_netnsGeliang Tang6-6/+39
2024-04-24selftests/bpf: Fix a fd leak in error paths in open_netnsGeliang Tang1-0/+2
2024-04-24KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIFOliver Upton1-0/+49
2024-04-24selftests/bpf: Add tests for preempt kfuncsKumar Kartikeya Dwivedi2-0/+144
2024-04-23selftests/bpf: wq: add bpf_wq_start() checksBenjamin Tissoires3-3/+40
2024-04-23selftests/bpf: add checks for bpf_wq_set_callback()Benjamin Tissoires5-7/+111
2024-04-23selftests/bpf: wq: add bpf_wq_init() checksBenjamin Tissoires4-0/+97
2024-04-23selftests/bpf: add bpf_wq testsBenjamin Tissoires2-0/+140
2024-04-23tools: sync include/uapi/linux/bpf.hBenjamin Tissoires1-0/+4
2024-04-23selftests: drv-net: add require_XYZ() helpers for validating envJakub Kicinski2-1/+34
2024-04-23selftests: drv-net: add a TCP ping test case (and useful helpers)Jakub Kicinski3-1/+68
2024-04-23selftests: net: support matching cases by name prefixJakub Kicinski2-3/+13
2024-04-23selftests: drv-net: add a trivial ping testJakub Kicinski2-1/+31
2024-04-23selftests: drv-net: construct environment for running tests which require an ...Jakub Kicinski4-1/+162
2024-04-23selftests: drv-net: factor out parsing of the envJakub Kicinski1-18/+27
2024-04-23selftests: drv-net: define endpoint structuresJakub Kicinski5-8/+85
2024-04-23selftests: drv-net: test dumping qstats per deviceJakub Kicinski2-3/+77
2024-04-23tools: ynl: don't ignore errors in NLMSG_DONE messagesJakub Kicinski1-0/+1
2024-04-22tools/net/ynl: Add multi message support to ynlDonald Hunter2-22/+71
2024-04-22tools/net/ynl: Fix extack decoding for directional opsDonald Hunter1-8/+6
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-25/+72
2024-04-20Merge tag 'powerpc-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2024-04-19selftests: netfilter: update makefiles and kernel configFlorian Westphal3-1/+57
2024-04-19selftests: netfilter: nft_audit.sh: add more skip checksFlorian Westphal1-4/+26
2024-04-19selftests: netfilter: nft_meta.sh: small shellcheck cleanupFlorian Westphal1-2/+2
2024-04-19selftests: netfilter: nft_fib.sh: shellcheck cleanupsFlorian Westphal1-67/+61
2024-04-19selftests: netfilter: conntrack_ipip_mtu.sh: shellcheck cleanupsFlorian Westphal1-37/+37
2024-04-19selftests: netfilter: nft_nat_zones.sh: shellcheck cleanupsFlorian Westphal1-118/+75
2024-04-19selftests: netfilter: xt_string.sh: shellcheck cleanupsFlorian Westphal1-17/+17
2024-04-19selftests: netfilter: xt_string.sh: move to lib.sh infraFlorian Westphal1-25/+30
2024-04-19selftests: netfilter: nft_zones_many.sh: move to lib.sh infraFlorian Westphal1-48/+45
2024-04-19selftests: netfilter: nft_synproxy.sh: move to lib.sh infraFlorian Westphal1-49/+28
2024-04-19selftests: netfilter: nft_queue.sh: shellcheck cleanupsFlorian Westphal1-108/+103
2024-04-19selftests: netfilter: nft_queue.sh: move to lib.sh infraFlorian Westphal1-61/+34
2024-04-19selftests/bpf: Use connect_to_addr in sk_assignGeliang Tang1-25/+1
2024-04-19selftests/bpf: Use connect_to_addr in cls_redirectGeliang Tang1-17/+1
2024-04-19selftests/bpf: Update arguments of connect_to_addrGeliang Tang3-7/+15
2024-04-19selftests/bpf: Use start_server_addr in sk_assignGeliang Tang1-25/+4
2024-04-19selftests/bpf: Use start_server_addr in cls_redirectGeliang Tang1-18/+2
2024-04-19selftests/bpf: Add start_server_addr helperGeliang Tang2-2/+14
2024-04-19Merge tag 'perf-tools-fixes-for-v6.9-2024-04-19' of git://git.kernel.org/pub/...Linus Torvalds19-742/+817
2024-04-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2024-04-18selftests: net: set the exit code correctly in Python testsJakub Kicinski3-2/+16
2024-04-18selftests: net: fix counting totals when some checks failJakub Kicinski1-1/+4
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-173/+325
2024-04-18Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds7-24/+29
2024-04-17selftests: kselftest_harness: fix Clang warning about zero-length formatJakub Kicinski2-5/+7
2024-04-17selftests: openvswitch: Fix escape chars in regexp.Adrian Moreno1-8/+8
2024-04-17selftests: adopt BPF's approach to quieter buildsJakub Kicinski3-16/+23
2024-04-17libbpf: Fix dump of subsequent char arraysQuentin Deslandes1-0/+4
2024-04-17libbpf: Fix misaligned array closing bracketQuentin Deslandes1-0/+1
2024-04-17selftests: fix netfilter path in MakefileYujie Liu1-1/+1
2024-04-16selftests: drv-net: add config for netdevsimJakub Kicinski1-0/+2
2024-04-16selftests: drv-net: add stdout to the command failed exceptionJakub Kicinski1-1/+2
2024-04-16bpftool: Address minor issues in bash completionQuentin Monnet1-36/+25
2024-04-16bpftool: Update documentation where progs/maps can be passed by nameQuentin Monnet4-4/+4
2024-04-16selftests/tcp_ao: Printing fixes to confirm with format-securityDmitry Safonov1-6/+6
2024-04-16selftests/tcp_ao: Fix fscanf() call for format-securityDmitry Safonov1-1/+1
2024-04-16selftests/tcp_ao: Zero-init tcp_ao_info_optDmitry Safonov1-1/+1
2024-04-16selftests/tcp_ao: Make RST tests less flakyDmitry Safonov1-10/+13
2024-04-16selftests: forwarding: router_nh: Add a diagramPetr Machata1-0/+14
2024-04-16selftests: forwarding: router_mpath_nh_res: Add a diagramPetr Machata1-0/+35
2024-04-16selftests: forwarding: router_mpath_nh: Add a diagramPetr Machata1-0/+35
2024-04-16selftests: mlxsw: ethtool_lanes: Wait for lanes parameter dump explicitlyDanielle Ratson1-6/+8
2024-04-16selftests: drivers: hw: Include tc_common.sh in hw_stats_l3Petr Machata2-0/+2
2024-04-16selftests: drivers: hw: ethtool.sh: Adjust outputPetr Machata1-9/+6
2024-04-16selftests: drivers: hw: Fix ethtool_rmonPetr Machata1-0/+1
2024-04-16selftests: forwarding: bail_on_lldpad() should SKIPPetr Machata1-1/+4
2024-04-16selftests: forwarding: lib.sh: Validate NETIFSPetr Machata1-5/+17
2024-04-16selftests: net: Unify code of busywait() and slowwait()Petr Machata2-23/+15
2024-04-15selftests: net: exercise page pool reporting via netlinkJakub Kicinski3-2/+87
2024-04-15selftests: net: support use of NetdevSimDev under "with" in pythonJakub Kicinski1-1/+14
2024-04-15selftests: net: print full exception on failureJakub Kicinski1-1/+3
2024-04-15selftests: net: print report check location in python testsJakub Kicinski1-11/+14
2024-04-15tools: ynl: don't return None for dumpsJakub Kicinski1-1/+3
2024-04-15Merge tag 'linux_kselftest-fixes-6.9-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-4/+7
2024-04-14Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-100/+111
2024-04-14iommufd: Add config needed for iommufd_fail_nthMuhammad Usama Anjum1-0/+2
2024-04-14net: change maximum number of UDP segments to 128Yuri Benditovich1-1/+1
2024-04-12selftests: netfilter: nft_nat.sh: move to lib.sh infraFlorian Westphal1-274/+206
2024-04-12selftests: netfilter: nft_flowtable.sh: move test to lib.sh infraFlorian Westphal1-72/+36
2024-04-12selftests: netfilter: nft_fib.sh: move to lib.sh infraFlorian Westphal1-52/+19
2024-04-12selftests: netfilter: nft_conntrack_helper.sh: test to lib.sh infraFlorian Westphal1-79/+53
2024-04-12selftests: netfilter: nf_nat_edemux.sh: move to lib.sh infraFlorian Westphal1-56/+26
2024-04-12selftests: netfilter: ipvs.sh: move to lib.sh infraFlorian Westphal1-85/+68
2024-04-12selftests: netfilter: place checktool helper in lib.shFlorian Westphal3-12/+8
2024-04-12selftests: netfilter: conntrack_ipip_mtu.sh" move to lib.sh infraFlorian Westphal1-23/+14
2024-04-12selftests: netfilter: conntrack_vrf.sh: move to lib.sh infraFlorian Westphal1-62/+39
2024-04-12selftests: netfilter: conntrack_sctp_collision.sh: move to lib.sh infraFlorian Westphal1-34/+32
2024-04-12selftests: netfilter: conntrack_tcp_unreplied.sh: move to lib.sh infraFlorian Westphal1-69/+55
2024-04-12selftests: netfilter: conntrack_icmp_related.sh: move to lib.sh infraFlorian Westphal1-108/+71
2024-04-12selftests: netfilter: br_netfilter.sh: move to lib.sh infraFlorian Westphal1-76/+55
2024-04-12selftests: netfilter: bridge_brouter.sh: move to lib.sh infraFlorian Westphal1-76/+52
2024-04-12selftests: netfilter: move to net subdirFlorian Westphal35-194/+96
2024-04-12selftests/bpf: Add read_trace_pipe_iter functionJiri Olsa4-77/+60
2024-04-12bpftool: Fix typo in error messageThorsten Blum1-1/+1
2024-04-12selftests: kselftest: Fix build failure with NOLIBCOleg Nesterov1-0/+5
2024-04-12selftests: timers: Fix abs() warning in posix_timers testJohn Stultz1-1/+1
2024-04-12selftests: kselftest: Mark functions that unconditionally call exit() as __no...Nathan Chancellor1-6/+9
2024-04-12selftests: timers: Fix posix_timers ksft_print_msg() warningJohn Stultz1-1/+1
2024-04-12selftests/powerpc/papr-vpd: Fix missing variable initializationNathan Lynch1-1/+1
2024-04-11Merge tag 'cxl-fixes-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+6
2024-04-11Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-41/+172
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-370/+1752
2024-04-11KVM: selftests: Add coverage of EPT-disabled to vmx_dirty_log_testDavid Matlack1-14/+46
2024-04-11selftests/bpf: Export send_recv_data helperGeliang Tang3-80/+104
2024-04-11selftests/bpf: Add struct send_recv_argGeliang Tang1-12/+22
2024-04-11tools/include: Sync arm64 asm/cputype.h with the kernel sourcesNamhyung Kim1-0/+4