summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* netlink: specs: devlink: add info-get dump opJiri Pirko2023-08-042-0/+63
* ynl-gen-c.py: render netlink policies static for split opsJiri Pirko2023-08-041-2/+6
* ynl-gen-c.py: allow directional model for kernel modeJiri Pirko2023-08-041-1/+1
* ynl-gen-c.py: filter rendering of validate field values for split opsJiri Pirko2023-08-041-1/+9
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-0326-24/+2571
|\
| * selftests/bpf: Add testcase for xdp attaching failure tracepointLeon Hwang2023-08-022-0/+119
| * selftests/bpf: fix static assert compilation issue for test_cls_*.cAlan Maguire2023-08-021-0/+9
| * libbpf: fix typos in MakefileRandy Dunlap2023-08-021-2/+2
| * bpf: selftests: Add defrag selftestsDaniel Xu2023-07-285-2/+536
| * bpf: selftests: Support custom type and proto for client socketsDaniel Xu2023-07-282-6/+17
| * bpf: selftests: Support not connecting client socketDaniel Xu2023-07-282-2/+4
| * netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu2023-07-281-0/+5
| * selftests/bpf: Enable test test_progs-cpuv4 for gcc build kernelYonghong Song2023-07-281-2/+3
| * selftests/bpf: Test ldsx with more complex casesYonghong Song2023-07-273-1/+265
| * selftests/bpf: Add unit tests for new gotol insnYonghong Song2023-07-272-0/+46
| * selftests/bpf: Add unit tests for new sdiv/smod insnsYonghong Song2023-07-272-0/+783
| * selftests/bpf: Add unit tests for new bswap insnsYonghong Song2023-07-272-0/+61
| * selftests/bpf: Add unit tests for new sign-extension mov insnsYonghong Song2023-07-272-0/+215
| * selftests/bpf: Add unit tests for new sign-extension load insnsYonghong Song2023-07-272-0/+133
| * selftests/bpf: Add a cpuv4 test runner for cpu=v4 testingYonghong Song2023-07-272-4/+26
| * selftests/bpf: Fix a test_verifier failureYonghong Song2023-07-271-3/+3
| * bpf: Support new sign-extension load insnsYonghong Song2023-07-271-0/+1
| * selftests/xsk: Fix spelling mistake "querrying" -> "querying"Colin Ian King2023-07-251-1/+1
| * selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helperDaniel Borkmann2023-07-253-0/+344
| * bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-039-69/+138
|\ \
| * \ Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-033-2/+27
| |\ \
| | * | test/vsock: remove vsock_perf executable on `make clean`Stefano Garzarella2023-08-031-1/+1
| | * | selftest: net: Assert on a proper value in so_incoming_cpu.c.Kuniyuki Iwashima2023-08-011-1/+1
| | * | net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima2023-07-311-0/+25
| * | | Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-301-1/+1
| |\ \ \
| | * | | selftests/ftrace: Fix to check fprobe event eneblementMasami Hiramatsu (Google)2023-07-261-1/+1
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-304-62/+110
| |\ \ \ \
| | * | | | KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson2023-07-291-31/+39
| | * | | | KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson2023-07-291-2/+8
| | * | | | KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson2023-07-291-1/+7
| | * | | | KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson2023-07-291-2/+23
| | * | | | KVM: selftests: Explicitly free vcpus array in binary stats testSean Christopherson2023-07-291-0/+1
| | * | | | KVM: selftests: Clean up stats fd in common stats_test() helperSean Christopherson2023-07-291-18/+4
| | * | | | KVM: selftests: Use pread() to read binary stats headerSean Christopherson2023-07-292-4/+8
| | * | | | selftests/rseq: Play nice with binaries statically linked against glibc 2.35+Sean Christopherson2023-07-291-6/+22
| | |/ / /
| * | | | Merge tag 'cxl-fixes-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-281-4/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | tools/testing/cxl: Remove unused SZ_512G macroXiao Yang2023-07-201-4/+0
* | | | | selftests: openvswitch: add ct-nat test case with ipv4Aaron Conole2023-08-032-0/+126
* | | | | selftests: openvswitch: add basic ct test case parsingAaron Conole2023-08-032-0/+107
* | | | | selftests: openvswitch: add a test for ipv4 forwardingAaron Conole2023-08-031-0/+40
* | | | | selftests: openvswitch: support key masksAdrian Moreno2023-08-031-32/+64
* | | | | selftests: openvswitch: add an initial flow programming caseAaron Conole2023-08-032-0/+458
* | | | | selftests/net: report rcv_mss in tcp_mmapWillem de Bruijn2023-08-021-2/+16
* | | | | selftests: mlxsw: rif_bridge: Add a new selftestPetr Machata2023-08-021-0/+183