summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-06-27selftests: drv-net: rss_ctx: add tests for RSS configuration and contextsJakub Kicinski5-5/+399
2024-06-27selftests: drv-net: add ability to wait for at least N packets to load genJakub Kicinski1-7/+23
2024-06-27selftests: drv-net: add helper to wait for HW stats to syncJakub Kicinski2-1/+22
2024-06-27selftests: drv-net: try to check if port is in useJakub Kicinski1-2/+13
2024-06-25selftests: net: remove unneeded IP_GRE configYujie Liu1-1/+0
2024-06-21selftests: net: change shebang to bash in amt.shTaehee Yoo1-1/+1
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-37/+811
2024-06-20Merge tag 'net-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-21/+759
2024-06-20selftests: virtio_net: add forgotten config optionsJiri Pirko1-1/+7
2024-06-19selftests: add selftest for the SRv6 End.DX6 behavior with netfilterJianguo Wu3-0/+342
2024-06-19selftests: add selftest for the SRv6 End.DX4 behavior with netfilterJianguo Wu3-0/+337
2024-06-19selftests: openvswitch: Set value to nla flags.Adrian Moreno1-1/+1
2024-06-18Merge tag 'linux_kselftest-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-8/+35
2024-06-18selftests: openvswitch: Use bash as interpreterSimon Horman1-1/+1
2024-06-18selftests: mptcp: userspace_pm: fixed subtest namesMatthieu Baerts (NGI0)1-18/+28
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds1-8/+16
2024-06-17Merge tag 'hyperv-fixes-signed-20240616' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2024-06-15selftests: mm: make map_fixed_noreplace test names stableMark Brown1-8/+16
2024-06-15selftests: forwarding: Add test for minimum and maximum MTUAmit Cohen2-0/+284
2024-06-15Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-0/+43
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-31/+233
2024-06-13selftests/bpf: Add test coverage for reg_set_min_max handlingDaniel Borkmann2-0/+43
2024-06-13Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+3
2024-06-13selftests: forwarding: router_mpath_hash: Add a new selftestPetr Machata2-0/+334
2024-06-13selftests: forwarding: lib: Split sysctl_save() out of sysctl_set()Petr Machata1-1/+8
2024-06-12selftests: mptcp: lib: use wait_local_port_listen helperGeliang Tang1-14/+2
2024-06-12selftests: mptcp: lib: use setup/cleanup_ns helpersGeliang Tang1-9/+8
2024-06-12selftests: net: lib: remove 'ns' var in setup_nsGeliang Tang1-8/+12
2024-06-12selftests: net: lib: do not set ns var as readonlyMatthieu Baerts (NGI0)1-3/+3
2024-06-12selftests: net: lib: remove ns from list after clean-upMatthieu Baerts (NGI0)1-4/+17
2024-06-12selftests: net: lib: ignore possible errorsMatthieu Baerts (NGI0)1-9/+1
2024-06-12selftests/fchmodat2: fix clang build failure due to -static-libasanJohn Hubbard1-1/+10
2024-06-12selftests/openat2: fix clang build failures: -static-libasan, LOCAL_HDRSJohn Hubbard1-2/+12
2024-06-11selftests: seccomp: fix format-zero-length warningsAmer Al Shanawany1-3/+3
2024-06-11selftests: filesystems: fix warn_unused_result build warningsAmer Al Shanawany1-2/+10
2024-06-11mptcp: pm: update add_addr counters after connectYonglongLi1-2/+2
2024-06-11mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi1-1/+2
2024-06-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski37-385/+1410
2024-06-10mlxsw: spectrum_acl: Fix ACL scale regression and firmware errorsIdo Schimmel1-4/+51
2024-06-09Merge tag 'perf-tools-fixes-for-v6.10-2-2024-06-09' of git://git.kernel.org/p...Linus Torvalds19-29/+118
2024-06-09tools: ynl: make user space policies constJakub Kicinski4-13/+13
2024-06-08Merge tag 's390-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-0/+112
2024-06-07selftests/bpf: Drop useless arguments of do_test in bpf_tcp_caGeliang Tang1-11/+9
2024-06-07selftests/bpf: Use start_test in test_dctcp in bpf_tcp_caGeliang Tang1-12/+15
2024-06-07selftests/bpf: Use start_test in test_dctcp_fallback in bpf_tcp_caGeliang Tang1-11/+9
2024-06-07selftests/bpf: Add start_test helper in bpf_tcp_caGeliang Tang1-9/+33
2024-06-07selftests/bpf: Use connect_to_fd_opts in do_test in bpf_tcp_caGeliang Tang1-27/+34
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-29/+129
2024-06-06libbpf: Auto-attach struct_ops BPF maps in BPF skeletonMykyta Yatsenko4-7/+113
2024-06-06Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-11/+13