index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-30
selftests/bpf: Test FD-based cgroup attachment
Andrii Nakryiko
2
-0
/
+268
2020-03-30
bpf: Test_verifier, add alu32 bounds tracking tests
John Fastabend
1
-0
/
+39
2020-03-30
bpf: Test_verifier, #65 error message updates for trunc of boundary-cross
John Fastabend
1
-8
/
+4
2020-03-30
bpf: Test_verifier, bpf_get_stack return value add <0
John Fastabend
1
-4
/
+4
2020-03-30
bpf: Test_progs, add test to catch retval refine error handling
John Fastabend
2
-0
/
+31
2020-03-30
selftests: bpf: Extend sk_assign tests for UDP
Joe Stringer
2
-11
/
+105
2020-03-30
selftests: bpf: Add test for sk_assign
Lorenz Bauer
2
-0
/
+419
2020-03-30
bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM
KP Singh
3
-0
/
+136
2020-03-30
selftests: Add test for overriding global data value before load
Toke Høiland-Jørgensen
2
-1
/
+62
2020-03-28
selftests/bpf: Add tests for attaching XDP programs
Toke Høiland-Jørgensen
1
-0
/
+62
2020-03-27
bpf: Add selftest cases for ctx_or_null argument type
Daniel Borkmann
1
-0
/
+105
2020-03-25
bpf: Test_verifier, #70 error message updates for 32-bit right shift
John Fastabend
1
-4
/
+2
2020-03-23
samples, bpf: Move read_trace_pipe to trace_helpers
Daniel T. Lee
2
-0
/
+24
2020-03-23
bpf: Add tests for bpf_sk_storage to bpf_tcp_ca
Martin KaFai Lau
2
-8
/
+47
2020-03-20
selftests/bpf: Fix mix of tabs and spaces
Bill Wendling
1
-1
/
+1
2020-03-17
selftests/bpf: Reset process and thread affinity after each test/sub-test
Andrii Nakryiko
2
-1
/
+42
2020-03-17
selftests/bpf: Fix test_progs's parsing of test numbers
Andrii Nakryiko
1
-6
/
+7
2020-03-17
selftests/bpf: Fix race in tcp_rtt test
Andrii Nakryiko
1
-2
/
+2
2020-03-17
selftests/bpf: Fix nanosleep for real this time
Andrii Nakryiko
2
-11
/
+7
2020-03-17
selftest/bpf: Fix compilation warning in sockmap_parse_prog.c
Andrii Nakryiko
1
-1
/
+0
2020-03-14
selftests: mlxsw: RED: Test RED ECN nodrop offload
Petr Machata
3
-8
/
+61
2020-03-14
selftests: qdiscs: RED: Add nodrop tests
Petr Machata
1
-0
/
+68
2020-03-14
selftests: qdiscs: Add TDC test for RED
Petr Machata
1
-0
/
+117
2020-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
43
-327
/
+1095
2020-03-13
selftests/bpf: Add vmlinux.h selftest exercising tracing of syscalls
Andrii Nakryiko
3
-1
/
+133
2020-03-13
selftests/bpf: Ensure consistent test failure output
Andrii Nakryiko
2
-9
/
+9
2020-03-13
selftests/bpf: Fix spurious failures in accept due to EAGAIN
Jakub Sitnicki
1
-19
/
+58
2020-03-13
tools/bpf: Move linux/types.h for selftests and bpftool
Tobias Klauser
2
-26
/
+4
2020-03-13
selftests/bpf: Fix usleep() implementation
Andrii Nakryiko
1
-1
/
+10
2020-03-13
selftests/bpf: Make tcp_rtt test more robust to failures
Andrii Nakryiko
1
-12
/
+20
2020-03-13
selftests/bpf: Guarantee that useep() calls nanosleep() syscall
Andrii Nakryiko
1
-0
/
+9
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-3
/
+35
2020-03-12
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
2
-0
/
+77
2020-03-12
tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...
Carlos Neira
5
-1
/
+287
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-3
/
+32
2020-03-12
tc-testing: add ETS scheduler to tdc build configuration
Davide Caratti
1
-0
/
+1
2020-03-12
selftests: net: Add SO_REUSEADDR test to check if 4-tuples are fully utilized.
Kuniyuki Iwashima
4
-0
/
+200
2020-03-09
mptcp: selftests: add rcvbuf set option
Florian Westphal
2
-15
/
+54
2020-03-09
selftests: bpf: Enable UDP sockmap reuseport tests
Lorenz Bauer
1
-6
/
+0
2020-03-09
selftests: bpf: Add tests for UDP sockets in sockmap
Lorenz Bauer
1
-30
/
+127
2020-03-09
selftests: bpf: Don't listen() on UDP sockets
Lorenz Bauer
1
-22
/
+25
2020-03-07
Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2020-03-06
Merge tag 'linux-kselftest-5.6-rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2020-03-05
tc-testing: updated tdc tests for basic filter with canid extended match rules
Roman Mashak
1
-0
/
+220
2020-03-05
tc-testing: list kernel options for basic filter with canid ematch.
Roman Mashak
1
-0
/
+6
2020-03-05
selftests: forwarding: ETS: Use Qdisc counters
Petr Machata
4
-13
/
+30
2020-03-04
bpf: Add selftests for BPF_MODIFY_RETURN
KP Singh
2
-0
/
+114
2020-03-04
bpf: Add test ops for BPF_PROG_TYPE_TRACING
KP Singh
3
-67
/
+28
2020-03-04
selftests/bpf: Support out-of-tree vmlinux builds for VMLINUX_BTF
Andrii Nakryiko
1
-4
/
+7
2020-03-04
libbpf: Assume unsigned values for BTF_KIND_ENUM
Andrii Nakryiko
1
-1
/
+1
[next]