summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: mlxsw: resource_scale: Invoke for Spectrum-3Amit Cohen2020-02-271-2/+3
* selftests: mlxsw: Reduce router scale running time using offload indicationDanielle Ratson2020-02-271-39/+14
* selftests: mlxsw: Reduce running time using offload indicationDanielle Ratson2020-02-271-19/+12
* selftests: mlxsw: Add shared buffer traffic testShalom Toledo2020-02-271-0/+222
* selftests: mlxsw: Add mlxsw libShalom Toledo2020-02-271-0/+13
* selftests: devlink_lib: Add devlink port helpersShalom Toledo2020-02-271-0/+16
* selftests: devlink_lib: Check devlink info command is supportedShalom Toledo2020-02-271-0/+6
* selftests: mlxsw: Add shared buffer configuration testShalom Toledo2020-02-271-0/+416
* selftests: mlxsw: Use busywait helper in rtnetlink testDanielle Ratson2020-02-271-24/+44
* selftests: mlxsw: Use busywait helper in vxlan testDanielle Ratson2020-02-272-89/+139
* selftests: mlxsw: Use busywait helper in blackhole routes testDanielle Ratson2020-02-272-2/+8
* selftests: devlink_trap_l3_drops: Avoid race conditionIdo Schimmel2020-02-271-8/+3
* selftests: add a mirror test to mlxsw tc flower restrictionsJiri Pirko2020-02-271-0/+28
* selftests: add egress redirect test to mlxsw tc flower restrictionsJiri Pirko2020-02-271-1/+59
* selftests: mlxsw: Add a RED selftestPetr Machata2020-02-275-0/+657
* selftests: forwarding: lib.sh: Add start_tcp_trafficPetr Machata2020-02-271-2/+13
* selftests: netdevsim: Extend devlink trap test to include flow action cookieJiri Pirko2020-02-251-0/+5
* selftests: devlink_trap_acl_drops: Add ACL traps testJiri Pirko2020-02-241-0/+151
* selftests: pass pref and handle to devlink_trap_drop_* helpersJiri Pirko2020-02-244-40/+43
* selftests: introduce test for mlxsw tc flower restrictionsJiri Pirko2020-02-241-0/+100
* tc-testing: updated tdc tests for basic filter with u32 extended match rulesRoman Mashak2020-02-231-0/+198
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-2115-37/+2091
|\
| * selftests/bpf: Tests for sockmap/sockhash holding listening socketsJakub Sitnicki2020-02-212-0/+1594
| * selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP/SOCKHASHJakub Sitnicki2020-02-211-10/+53
| * bpf, sockmap: Allow inserting listening TCP sockets into sockmapJakub Sitnicki2020-02-211-5/+1
| * selftests/bpf: Fix trampoline_count clean up logicAndrii Nakryiko2020-02-201-7/+18
| * selftests/bpf: Update xdp_bpf2bpf test to use new set_attach_target APIEelco Chaudron2020-02-202-5/+15
| * libbpf: Add support for dynamic program attach targetEelco Chaudron2020-02-203-4/+36
| * libbpf: Bump libpf current version to v0.0.8Eelco Chaudron2020-02-201-0/+3
| * libbpf: Relax check whether BTF is mandatoryAndrii Nakryiko2020-02-201-3/+1
| * selftests/bpf: Fix build of sockmap_ktls.cAlexei Starovoitov2020-02-201-0/+1
| * selftests/bpf: Change llvm flag -mcpu=probe to -mcpu=v3Yonghong Song2020-02-191-2/+2
| * selftests/bpf: Add bpf_read_branch_records() selftestDaniel Xu2020-02-193-1/+244
| * selftests/bpf: Test unhashing kTLS socket after removing from mapJakub Sitnicki2020-02-191-0/+123
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-2152-184/+1099
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-218-51/+61
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-02-194-12/+25
| | |\ \
| | | * | libbpf: Sanitise internal map names so they are not rejected by the kernelToke Høiland-Jørgensen2020-02-181-1/+7
| | | * | bpf, uapi: Remove text about bpf_redirect_map() giving higher performanceToke Høiland-Jørgensen2020-02-181-9/+7
| | | * | selftests/bpf: Mark SYN cookie test skipped for UDP socketsJakub Sitnicki2020-02-121-1/+3
| | | * | selftests/bpf: Fix error checking on reading the tcp_fastopen sysctlMartin KaFai Lau2020-02-121-1/+3
| | | * | bpf: Selftests build error in sockmap_basic.cJohn Fastabend2020-02-101-0/+5
| | * | | selftests: forwarding: vxlan_bridge_1d: use more proper tos valueHangbin Liu2020-02-171-3/+3
| | * | | wireguard: selftests: reduce complexity and fix make racesJason A. Donenfeld2020-02-161-24/+14
| | * | | selftests: forwarding: vxlan_bridge_1d: fix tos valueHangbin Liu2020-02-161-3/+3
| | * | | ipv6: Fix route replacement with dev-only routeBenjamin Poirier2020-02-161-0/+6
| | * | | selftests: forwarding: use proto icmp for {gretap, ip6gretap}_mac testingHangbin Liu2020-02-161-12/+13
| * | | | selftests/vm: add missed tests in run_vmtestsSeongJae Park2020-02-211-0/+33
| * | | | Merge tag 'linux-kselftest-5.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-1911-29/+50
| |\ \ \ \
| | * | | | selftests: openat2: fix build error on newer glibcAleksa Sarai2020-02-131-1/+1