summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | selftests/bpf: retry tests that expect build-idStanislav Fomichev2019-01-171-0/+30
| * | | | selftests/bpf: install with_tunnels.sh for test_flow_dissector.shStanislav Fomichev2019-01-151-0/+1
| | |/ / | |/| |
* | | | selftests: forwarding: Add a test case for externally learned FDB entriesIdo Schimmel2019-01-181-1/+33
* | | | selftests: mlxsw: Test FDB offload indicationIdo Schimmel2019-01-181-0/+20
* | | | selftests: tc-testing: fix parsing of ife typeDavide Caratti2019-01-161-44/+44
* | | | selftests: tc-testing: fix tunnel_key failure if dst_port is unspecifiedDavide Caratti2019-01-151-1/+1
* | | | selftests: tc-testing: drop test on missing tunnel key idDavide Caratti2019-01-151-29/+0
* | | | selftests/txtimestamp: Fix an equals vs assign bugDan Carpenter2019-01-151-1/+1
|/ / /
* | | tools/bpf: test btf bitfield with >=256 struct member offsetYonghong Song2019-01-111-8/+21
* | | selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell2019-01-101-1/+3
* | | selftests/bpf: add missing executables to .gitignoreStanislav Fomichev2019-01-101-0/+1
| |/ |/|
* | selftests: forwarding: Add a test for VLAN deletionIdo Schimmel2019-01-081-1/+14
* | selftests: forwarding: Fix test for different devicesIdo Schimmel2019-01-081-1/+1
* | selftests: mlxsw: Add a test case for VLAN addition error flowIdo Schimmel2019-01-081-0/+18
* | selftests/bpf: fix incorrect users of create_and_get_cgroupStanislav Fomichev2019-01-0710-12/+12
* | bpf: add various test cases for alu op on mixed dst register typesDaniel Borkmann2019-01-051-0/+120
* | selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addrAndrey Ignatov2019-01-041-3/+50
* | selftests: net: fix/improve ip_defrag selftestPeter Oskolkov2019-01-042-10/+95
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-032-4/+1106
|\
| * bpf: add various test cases to selftestsDaniel Borkmann2019-01-021-3/+1105
| * selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu2019-01-011-1/+1
* | Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-021-2/+445
|\ \
| * | seccomp: add a return code to trap to userspaceTycho Andersen2018-12-111-2/+445
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-024-0/+70
|\ \ \
| * \ \ Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris2018-12-174-0/+70
| |\ \ \
| | * | | selftests/ima: kexec_load syscall testMimi Zohar2018-12-114-0/+70
| | |/ /
* | | | Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-12-314-0/+156
|\ \ \ \
| * | | | selftests/ftrace: Add testcases for dynamic eventMasami Hiramatsu2018-12-104-0/+156
* | | | | Merge tag 'linux-kselftest-4.21-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-2817-37/+288
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | selftests: Fix test errors related to lib.mk khdr targetShuah Khan2018-12-178-9/+13
| * | | | fix dma-buf/udmabuf selftestTom Murphy2018-12-133-2/+12
| * | | | selftests: watchdog: fix spelling mistake "experies" -> "expires"Colin Ian King2018-12-131-1/+1
| * | | | selftests: watchdog: Add gettimeleft command line argJerry Hoemann2018-12-121-1/+12
| * | | | selftests: do not macro-expand failed assertion expressionsDmitry V. Levin2018-12-101-21/+21
| * | | | selftests/ftrace: Fix invalid SPDX identifiersThomas Gleixner2018-11-295-5/+5
| * | | | selftests: gpio: Find libmount with pkg-config if availableDaniel Díaz2018-11-271-2/+8
| * | | | selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to configDan Rue2018-11-271-0/+1
| * | | | selftests: firmware: remove use of non-standard diff -Z optionDan Rue2018-11-271-6/+3
| * | | | media: rc: self test for IR encoders and decodersSean Young2018-11-065-0/+226
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-2770-398/+10949
|\ \ \ \
| * | | | bpf: fix segfault in test_verifier selftestDaniel Borkmann2018-12-211-1/+2
| * | | | selftests: net: reuseport_addr_any: silence clang warningPeter Oskolkov2018-12-201-0/+10
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-207-73/+1053
| |\ \ \ \
| | * | | | bpf: sk_msg, fix sk_msg_md access past end testJohn Fastabend2018-12-201-1/+1
| | * | | | selftests: bpf: add missing executables to .gitignoreJakub Kicinski2018-12-201-0/+1
| | * | | | selftests: bpf: verifier: add tests for JSET interpretationJakub Kicinski2018-12-201-0/+96
| | * | | | selftests: bpf: add trivial JSET testsJakub Kicinski2018-12-201-31/+178
| | * | | | bpf: Add BPF_LD_IMM64 to the line_info testMartin KaFai Lau2018-12-191-0/+27
| | * | | | bpf: sk_msg, add tests for size fieldJohn Fastabend2018-12-191-3/+13
| | * | | | bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang2018-12-181-2/+32
OpenPOWER on IntegriCloud