summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* self-tests: introduce self-tests for RPS default maskPaolo Abeni2023-02-093-0/+61
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-097-106/+128
|\
| * Merge tag 'net-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-094-21/+25
| |\
| | * selftests: forwarding: lib: quote the sysctl valuesHangbin Liu2023-02-091-2/+2
| | * selftests: Fix failing VXLAN VNI filtering testIdo Schimmel2023-02-081-13/+5
| | * selftests: mptcp: stop tests earlierMatthieu Baerts2023-02-081-4/+10
| | * selftests: mptcp: allow more slack for slow test-casePaolo Abeni2023-02-081-2/+8
| | * selftests: ocelot: tc_flower_chains: make test_vlan_ingress_modify() more com...Vladimir Oltean2023-02-071-1/+1
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-041-84/+103
| |\ \
| | * \ Merge tag 'kvmarm-fixes-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-02-041-84/+103
| | |\ \
| | | * | KVM: selftests: aarch64: Test read-only PT memory regionsRicardo Koller2023-01-291-7/+11
| | | * | KVM: selftests: aarch64: Fix check of dirty log PT writeRicardo Koller2023-01-291-2/+5
| | | * | KVM: selftests: aarch64: Do not default to dirty PTE pages on all S1PTWsRicardo Koller2023-01-291-33/+60
| | | * | KVM: selftests: aarch64: Relax userfaultfd read vs. write checksRicardo Koller2023-01-291-49/+34
| * | | | Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds2023-02-032-1/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | selftests/filesystems: grant executable permission to run_fat_tests.shPengfei Xu2023-01-191-0/+0
| | * | | selftests/vm: remove __USE_GNU in hugetlb-madvise.cPeter Xu2023-01-181-1/+0
| | * | | Sync with v6.2-rc4Andrew Morton2023-01-1824-157/+299
| | |\ \ \
* | | | | | selftests: forwarding: bridge_mdb_max: Add a new selftestPetr Machata2023-02-062-0/+1337
* | | | | | selftests: forwarding: lib: Add helpers to build IGMP/MLD leave packetsPetr Machata2023-02-061-0/+50
* | | | | | selftests: forwarding: lib: Allow list of IPs for IGMPv3/MLDv2Petr Machata2023-02-061-7/+15
* | | | | | selftests: forwarding: lib: Parameterize IGMPv3/MLDv2 generationPetr Machata2023-02-062-14/+31
* | | | | | selftests: forwarding: lib: Add helpers for checksum handlingPetr Machata2023-02-061-0/+56
* | | | | | selftests: forwarding: lib: Add helpers for IP address handlingPetr Machata2023-02-061-0/+37
* | | | | | selftests: forwarding: bridge_mdb: Fix a typoPetr Machata2023-02-061-1/+1
* | | | | | selftests: forwarding: Move IGMP- and MLD-related functions to libPetr Machata2023-02-062-49/+49
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-0217-41/+199
|\| | | | |
| * | | | | Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-026-31/+152
| |\ \ \ \ \
| | * | | | | selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchma...Andrei Gherzan2023-02-021-7/+27
| | * | | | | selftests: net: udpgso_bench: Fix racing bug between the rx/tx programsAndrei Gherzan2023-02-021-4/+20
| | * | | | | selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are providedAndrei Gherzan2023-02-022-0/+4
| | * | | | | selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warningAndrei Gherzan2023-02-021-1/+1
| | * | | | | selftest: net: Improve IPV6_TCLASS/IPV6_HOPLIMIT tests apparmor compatibilityAndrei Gherzan2023-01-281-1/+1
| | * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-272-18/+99
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | selftests/bpf: Cover listener cloning with progs attached to sockmapJakub Sitnicki2023-01-241-2/+28
| | | * | | | selftests/bpf: Pass BPF skeleton to sockmap_listen ops testsJakub Sitnicki2023-01-241-18/+37
| | | * | | | selftests/bpf: Verify copy_register_state() preserves parent/live fieldsEduard Zingerman2023-01-191-0/+36
| * | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-02-018-5/+45
| |\ \ \ \ \ \
| | * | | | | | tools/virtio: fix the vringh test for virtio ring changesShunsuke Mie2023-01-278-5/+45
| * | | | | | | cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long2023-01-311-0/+1
| * | | | | | | Merge tag 'gpio-fixes-for-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-271-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | tools: gpio: fix -c option of gpio-event-monIvo Borisov Shopov2023-01-271-0/+1
| | |/ / / / / /
| * | | | | | | Merge tag 'linux-kselftest-fixes-6.2-rc6' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-01-271-5/+0
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | selftests: amd-pstate: Don't delete source files via MakefileDoug Smythies2023-01-251-5/+0
* | | | | | | | selftests: net: forwarding: lib: Drop lldpad_app_wait_set(), _del()Petr Machata2023-01-311-21/+0
* | | | | | | | selftests: mlxsw: qos_defprio: Convert from lldptool to dcbPetr Machata2023-01-311-52/+16
* | | | | | | | selftests: mlxsw: qos_dscp_router: Convert from lldptool to dcbPetr Machata2023-01-311-21/+6
* | | | | | | | selftests: mlxsw: qos_dscp_bridge: Convert from lldptool to dcbPetr Machata2023-01-311-18/+5
* | | | | | | | tools: net: use python3 explicitlyJakub Kicinski2023-01-312-2/+2
* | | | | | | | tools: ynl: load jsonschema on demandJakub Kicinski2023-01-312-1/+14