summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'livepatching-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-067-128/+136
|\
| * selftests/livepatch: adopt to newer sysctl error formatPetr Mladek2020-07-152-2/+3
| * selftests/livepatch: Use "comm" instead of "diff" for dmesgJoe Lawrence2020-07-141-1/+1
| * selftests/livepatch: add test delimiter to dmesgJoe Lawrence2020-06-191-0/+1
| * selftests/livepatch: refine dmesg 'taints' in dmesg comparisonJoe Lawrence2020-06-191-1/+2
| * selftests/livepatch: Don't clear dmesg when running testsJoe Lawrence2020-06-197-81/+66
| * selftests/livepatch: more verification in test-klp-shadow-varsYannick Cote2020-06-081-30/+51
| * selftests/livepatch: simplify test-klp-callbacks busy target testsJoe Lawrence2020-06-081-15/+14
* | Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds2020-08-061-1/+11
|\ \
| * | csky: Add SECCOMP_FILTER supportedGuo Ren2020-07-311-1/+12
* | | Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-08-061-1/+15
|\ \ \
| * | | selftests/seccomp: add xtensa supportMax Filippov2020-07-281-1/+15
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-06143-621/+11550
|\ \ \
| * | | selftests/net: relax cpu affinity requirement in msg_zerocopy testWillem de Bruijn2020-08-051-3/+2
| * | | selftests: rtnetlink: make kci_test_encap() return sub-test resultPo-Hsu Lin2020-08-051-0/+3
| * | | selftests: rtnetlink: correct the final return value for the testPo-Hsu Lin2020-08-051-22/+43
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-042-1/+125
| |\ \ \
| | * | | selftests: netfilter: add meta iif/oif match testFlorian Westphal2020-08-032-1/+125
| * | | | selftests: pmtu.sh: Add tests for UDP tunnels handled by Open vSwitchStefano Brivio2020-08-041-0/+180
| * | | | selftests: pmtu.sh: Add tests for bridged UDP tunnelsStefano Brivio2020-08-041-7/+159
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-0446-203/+2062
| |\ \ \ \
| | * | | | bpf: Allow to specify ifindex for skb in bpf_prog_test_run_skbDmitry Yakunin2020-08-031-0/+5
| | * | | | selftests/bpf: Fix spurious test failures in core_retro selftestAndrii Nakryiko2020-08-022-2/+19
| | * | | | selftests/bpf: Add link detach tests for cgroup, netns, and xdp bpf_linksAndrii Nakryiko2020-08-025-29/+73
| | * | | | bpf, selftests: Use single cgroup helpers for both test_sockmap/progsJohn Fastabend2020-08-0215-132/+43
| | * | | | selftests/bpf: Omit nodad flag when adding addresses to loopbackJakub Sitnicki2020-07-311-2/+2
| | * | | | selftests/bpf: Don't destroy failed linkAndrii Nakryiko2020-07-311-14/+28
| | * | | | selftests/bpf: Add xdpdrv mode for test_xdp_redirectHangbin Liu2020-07-311-32/+52
| | * | | | selftests/bpf: Verify socket storage in cgroup/sock_{create, release}Stanislav Fomichev2020-07-311-0/+19
| | * | | | selftests/bpf: Test bpf_iter buffer access with negative offsetYonghong Song2020-07-312-0/+34
| | * | | | bpf, selftests: use :: 1 for localhost in tcp_server.pyJohn Fastabend2020-07-293-4/+4
| | * | | | selftests/bpf: Add new bpf_iter context structs to fix build on old kernelsAndrii Nakryiko2020-07-281-0/+18
| | * | | | selftests/bpf: Add BPF XDP link selftestsAndrii Nakryiko2020-07-262-0/+149
| | * | | | libbpf: Add support for BPF XDP linkAndrii Nakryiko2020-07-261-1/+1
| | * | | | selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingressYiFei Zhu2020-07-263-27/+311
| | * | | | selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progsYiFei Zhu2020-07-264-11/+99
| | * | | | selftests/bpf: Add test for CGROUP_STORAGE map on multiple attachesYiFei Zhu2020-07-262-0/+191
| | * | | | selftests/bpf: Add get_stackid_cannot_attachSong Liu2020-07-261-0/+91
| | * | | | selftests/bpf: Add callchain_stackidSong Liu2020-07-262-0/+175
| | * | | | selftests/bpf: Add a test for out of bound rdonly buf accessYonghong Song2020-07-262-0/+57
| | * | | | selftests/bpf: Add a test for bpf sk_storage_map iteratorYonghong Song2020-07-262-0/+106
| | * | | | selftests/bpf: Add test for bpf array map iteratorsYonghong Song2020-07-263-0/+247
| | * | | | selftests/bpf: Add test for bpf hash map iteratorsYonghong Song2020-07-263-0/+337
| | * | | | selftests/bpf: Test BPF socket lookup and reuseport with connectionsJakub Sitnicki2020-07-261-1/+53
| * | | | | selftests: mlxsw: RED: Test offload of trapping on RED qeventsPetr Machata2020-08-042-6/+40
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-028-23/+121
| |\ \ \ \ \
| * | | | | | selftests: mptcp: add test cases for mptcp join tests with syn cookiesFlorian Westphal2020-08-011-2/+64
| * | | | | | selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionallyFlorian Westphal2020-08-011-0/+47
| * | | | | | selftests: txtimestamp: add flag for timestamp validation tolerance.Jian Yang2020-07-311-2/+8
| | |/ / / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-265-6/+8
| |\ \ \ \ \ | | | |_|/ / | | |/| | |