index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: Quote host tools
Ilya Leoshkevich
2023-02-11
1
-3
/
+4
*
selftests/bpf: Fix spelling mistake "detecion" -> "detection"
Colin Ian King
2023-02-06
1
-1
/
+1
*
selftests/bpf: introduce XDP compliance test tool
Lorenzo Bianconi
2023-02-03
6
-2
/
+1105
*
selftests/bpf: add test for bpf_xdp_query xdp-features support
Lorenzo Bianconi
2023-02-03
2
-1
/
+34
*
selftests/bpf: Use semicolon instead of comma in test_verifier.c
Tiezhu Yang
2023-02-03
1
-2
/
+2
*
selftests/bpf: Initialize tc in xdp_synproxy
Ilya Leoshkevich
2023-02-03
1
-0
/
+1
*
selftests/bpf: Remove duplicate include header in xdp_hw_metadata
Ye Xingchen
2023-02-02
1
-1
/
+0
*
selftests/bpf: Don't refill on completion in xdp_metadata
Stanislav Fomichev
2023-02-02
1
-3
/
+2
*
selftests/bpf: xdp_hw_metadata use strncpy for ifname
Jesper Dangaard Brouer
2023-02-02
1
-2
/
+2
*
selftests/bpf: xdp_hw_metadata correct status value in error(3)
Jesper Dangaard Brouer
2023-02-02
1
-14
/
+14
*
selftests/bpf: xdp_hw_metadata cleanup cause segfault
Jesper Dangaard Brouer
2023-02-02
1
-1
/
+1
*
selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPP
Jesper Dangaard Brouer
2023-02-02
1
-1
/
+5
*
selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.c
Jesper Dangaard Brouer
2023-02-02
1
-1
/
+1
*
selftests/bpf: Add testcase for static kfunc with unused arg
David Vernet
2023-02-02
2
-0
/
+12
*
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
2023-02-02
1
-1
/
+1
*
selftests/bpf: Trim DENYLIST.s390x
Ilya Leoshkevich
2023-01-30
1
-69
/
+0
*
selftests/bpf: Fix s390x vmlinux path
Ilya Leoshkevich
2023-01-30
1
-1
/
+1
*
selftests/bpf: Fix sk_assign on s390x
Ilya Leoshkevich
2023-01-30
3
-6
/
+33
*
selftests/bpf: Fix profiler on s390x
Ilya Leoshkevich
2023-01-28
1
-24
/
+38
*
selftests/bpf: Fix xdp_synproxy/tc on s390x
Ilya Leoshkevich
2023-01-28
1
-1
/
+1
*
selftests/bpf: Fix vmlinux test on s390x
Ilya Leoshkevich
2023-01-28
1
-2
/
+2
*
selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390x
Ilya Leoshkevich
2023-01-28
2
-2
/
+13
*
selftests/bpf: Fix test_lsm on s390x
Ilya Leoshkevich
2023-01-28
1
-3
/
+4
*
selftests/bpf: Add a sign-extension test for kfuncs
Ilya Leoshkevich
2023-01-28
2
-0
/
+19
*
selftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM on s390x
Ilya Leoshkevich
2023-01-28
1
-3
/
+3
*
selftests/bpf: Check stack_mprotect() return value
Ilya Leoshkevich
2023-01-28
2
-3
/
+6
*
selftests/bpf: Fix cgrp_local_storage on s390x
Ilya Leoshkevich
2023-01-28
1
-1
/
+1
*
selftests/bpf: Fix xdp_do_redirect on s390x
Ilya Leoshkevich
2023-01-28
1
-0
/
+4
*
selftests/bpf: Fix verify_pkcs7_sig on s390x
Ilya Leoshkevich
2023-01-28
2
-4
/
+11
*
selftests/bpf: Fix decap_sanity_ns cleanup
Ilya Leoshkevich
2023-01-28
1
-1
/
+1
*
selftests/bpf: Set errno when urand_spawn() fails
Ilya Leoshkevich
2023-01-28
1
-0
/
+1
*
selftests/bpf: Fix kfree_skb on s390x
Ilya Leoshkevich
2023-01-28
1
-1
/
+1
*
selftests/bpf: Fix symlink creation error
Ilya Leoshkevich
2023-01-28
1
-1
/
+2
*
selftests/bpf: Fix liburandom_read.so linker error
Ilya Leoshkevich
2023-01-28
1
-1
/
+1
*
selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTF
Ilya Leoshkevich
2023-01-28
4
-13
/
+65
*
selftest/bpf: Make crashes more debuggable in test_progs
Stanislav Fomichev
2023-01-28
1
-2
/
+2
*
selftests/bpf: Properly enable hwtstamp in xdp_hw_metadata
Stanislav Fomichev
2023-01-27
1
-1
/
+44
*
selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket.
Kui-Feng Lee
2023-01-26
2
-0
/
+81
*
bpf/selftests: Verify struct_ops prog sleepable behavior
David Vernet
2023-01-25
3
-24
/
+74
*
bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepable
David Vernet
2023-01-25
1
-1
/
+1
*
selftests/bpf: Fix vmtest static compilation error
Daniel T. Lee
2023-01-25
1
-2
/
+3
*
selftests/bpf: Add selftest suite for cpumask kfuncs
David Vernet
2023-01-25
5
-0
/
+741
*
selftests/bpf: Add nested trust selftests suite
David Vernet
2023-01-25
5
-0
/
+77
*
bpf: Disallow NULLable pointers for trusted kfuncs
David Vernet
2023-01-25
2
-4
/
+4
*
selftests/bpf: Add 6-argument syscall tracing test
Andrii Nakryiko
2023-01-23
2
-0
/
+43
*
selftests/bpf: Validate arch-specific argument registers limits
Andrii Nakryiko
2023-01-23
3
-7
/
+99
*
selftests/bpf: Use __failure macro in task kfunc testsuite
David Vernet
2023-01-23
2
-70
/
+19
*
selftests/bpf: Simple program to dump XDP RX metadata
Stanislav Fomichev
2023-01-23
4
-1
/
+491
*
selftests/bpf: Verify xdp_metadata xdp->af_xdp path
Stanislav Fomichev
2023-01-23
6
-1
/
+514
*
selftests/bpf: Update expected test_offload.py messages
Stanislav Fomichev
2023-01-23
1
-5
/
+5
[next]