summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: seg6: add selftest for NEXT-C-SID flavor in SRv6 End behaviorAndrea Mayer2022-09-202-0/+1146
* selftests: mlxsw: Remove qos_burst testAmit Cohen2022-09-191-480/+0
* selftests: mlxsw: Add QOS test for maximum use of descriptorsAmit Cohen2022-09-192-0/+296
* selftests: devlink_lib: Add function for querying maximum pool sizeAmit Cohen2022-09-191-0/+5
* selftests: mlxsw: Use shapers in QOS RED tests instead of forcing speedAmit Cohen2022-09-193-16/+15
* selftests: mlxsw: Use shapers in QOS tests instead of forcing speedAmit Cohen2022-09-193-13/+16
* selftests/tc-testings: add tunnel_key action deleting test caseZhengchao Shao2022-09-161-0/+50
* selftests/tc-testings: add sample action deleting test caseZhengchao Shao2022-09-161-0/+50
* selftests/tc-testings: add nat action deleting test caseZhengchao Shao2022-09-161-0/+50
* selftests/tc-testings: add ife action deleting test caseZhengchao Shao2022-09-161-0/+50
* selftests/tc-testings: add connmark action deleting test caseZhengchao Shao2022-09-161-0/+50
* selftests/tc-testings: add selftests for xt actionZhengchao Shao2022-09-161-0/+219
* selftests/tc-testings: add selftests for gate actionZhengchao Shao2022-09-161-0/+315
* selftests/tc-testings: add selftests for ctinfo actionZhengchao Shao2022-09-161-0/+316
* selftests: mptcp: move prefix tests of addr_nr_ns2 togetherGeliang Tang2022-09-151-6/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-085-92/+214
|\
| * Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-081-10/+26
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-09-021-10/+26
| | |\
| | | * netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso2022-08-311-10/+26
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-09-041-2/+2
| |\ \ \
| | * \ \ Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2022-09-0152-512/+1444
| | |\ \ \
| | * | | | KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()David Matlack2022-08-191-1/+1
| | * | | | KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with ClangDavid Matlack2022-08-191-1/+1
| * | | | | Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-09-022-70/+41
| |\ \ \ \ \
| | * | | | | selftests/net: return back io_uring zc send testsPavel Begunkov2022-09-012-79/+41
| | * | | | | selftests/net: temporarily disable io_uring zc testPavel Begunkov2022-09-011-0/+9
| * | | | | | Merge tag 'landlock-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-021-10/+145
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFERMickaël Salaün2022-09-021-10/+145
* | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-06112-507/+3020
|\ \ \ \ \ \ \
| * | | | | | | bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov2022-09-051-11/+0
| * | | | | | | selftests/bpf: Improve test coverage of test_mapsAlexei Starovoitov2022-09-051-14/+24
| * | | | | | | selftest/bpf: Add test for bpf_getsockopt()Martin KaFai Lau2022-09-022-106/+43
| * | | | | | | selftests/xsk: Avoid use-after-free on ctxIan Rogers2022-09-021-3/+3
| * | | | | | | selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller2022-09-0268-250/+250
| * | | | | | | selftests/xsk: Add support for zero copy testingMaciej Fijalkowski2022-09-022-4/+74
| * | | | | | | selftests/xsk: Make sure single threaded test terminatesMaciej Fijalkowski2022-09-021-0/+7
| * | | | | | | selftests/xsk: Add support for executing tests on physical deviceMaciej Fijalkowski2022-09-023-87/+170
| * | | | | | | selftests/xsk: Increase chars for interface name to 16Maciej Fijalkowski2022-09-021-2/+2
| * | | | | | | selftests/xsk: Introduce default Rx pkt streamMaciej Fijalkowski2022-09-022-27/+51
| * | | | | | | selftests/xsk: Query for native XDP supportMaciej Fijalkowski2022-09-021-2/+37
| * | | | | | | selftests/bpf: Amend test_tunnel to exercise BPF_F_TUNINFO_FLAGSShmulik Ladkani2022-09-021-8/+16
| * | | | | | | bpf: Support getting tunnel flagsShmulik Ladkani2022-09-021-1/+9
| * | | | | | | selftests/bpf: Test concurrent updates on bpf_task_storage_busyHou Tao2022-09-012-0/+161
| * | | | | | | selftests/bpf: Move sys_pidfd_open() into task_local_storage_helpers.hHou Tao2022-09-013-18/+20
| * | | | | | | selftests/bpf: Add test cases for htab updateHou Tao2022-08-313-0/+156
| * | | | | | | selftest/bpf: Ensure no module loading in bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau2022-08-311-0/+4
| * | | | | | | libbpf: Add GCC support for bpf_tail_call_staticJames Hilliard2022-08-311-6/+13
| * | | | | | | bpftool: Add support for querying cgroup_iter linkHao Luo2022-08-301-0/+35
| * | | | | | | selftests/bpf: Fix connect4_prog tcp/socket header type conflictJames Hilliard2022-08-291-2/+3
| * | | | | | | selftests/bpf: Fix bind{4,6} tcp/socket header type conflictJames Hilliard2022-08-292-4/+0