summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2 days1-7/+17
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-11-031-7/+17
| |\
| | * selftests/bpf: remove test_tcp_check_syncookieAlexis Lothoré (eBPF Foundation)2024-10-211-6/+3
* | | selftests/bpf: add read_with_timeout() utility functionEduard Zingerman11 days1-0/+1
* | | selftests/bpf: Allow building with extra flagsViktor Malik12 days1-11/+23
* | | selftests/bpf: Disable warnings on unused flags for Clang buildsViktor Malik2024-11-011-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-10-241-2/+20
|\| |
| * | selftests/bpf: Fix cross-compiling urandom_readTony Ambardar2024-10-101-1/+1
| * | selftests/bpf: Add test for kfunc module orderSimon Sundberg2024-10-101-1/+19
| |/
* | selftests/bpf: Retire test_sock.cJordan Rife2024-10-221-2/+1
* | selftests: bpf: Add missing per-arch include pathBjörn Töpel2024-10-071-1/+2
* | selftests/bpf: Support cross-endian buildingTony Ambardar2024-10-031-3/+4
* | selftests/bpf: Set vpath in Makefile to search for skelsIhor Solodrai2024-10-031-4/+5
* | selftests/bpf: Remove test_skb_cgroup_id.sh from TEST_PROGSIhor Solodrai2024-10-031-1/+0
|/
* selftests/bpf: add build ID testsAndrii Nakryiko2024-09-111-2/+3
* selftests/bpf: Prefer static linking for LLVM librariesEduard Zingerman2024-09-051-5/+3
* selftests/bpf: Adapt OUTPUT appending logic to lower versions of MakePu Lehui2024-09-051-0/+6
* selftests/bpf: Do not update vmlinux.h unnecessarilyIhor Solodrai2024-08-301-1/+5
* selftests/bpf: Specify libbpf headers required for %.bpf.o progsIhor Solodrai2024-08-301-2/+7
* selftests/bpf: use simply-expanded variables for libpcap flagsEduard Zingerman2024-08-231-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-08-221-1/+1
|\
| * selftests/bpf: Filter out _GNU_SOURCE when compiling test_cppStanislav Fomichev2024-07-291-1/+1
* | selftests/bpf: utility function to get program disassembly after jitEduard Zingerman2024-08-211-2/+46
* | selftests/bpf: Disable strict aliasing for verifier_nocsr.cCupertino Miranda2024-08-191-0/+1
* | selftests/bpf: Add traffic monitor functions.Kui-Feng Lee2024-08-151-0/+4
* | selftests/bpf: convert test_skb_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)2024-08-141-2/+1
* | selftests/bpf: convert test_cgroup_storage to test_progsAlexis Lothoré (eBPF Foundation)2024-08-141-2/+0
* | selftests/bpf: convert get_current_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)2024-08-141-2/+1
* | selftests/bpf: convert test_dev_cgroup to test_progsAlexis Lothoré (eBPF Foundation)2024-07-311-2/+0
* | selftests/bpf: Integrate test_xdp_veth into test_progsAlexis Lothoré (eBPF Foundation)2024-07-291-1/+0
* | selftests/bpf: Make %.test.d prerequisite order onlyIhor Solodrai2024-07-291-1/+1
* | selftests/bpf: extract utility function for BPF disassemblyEduard Zingerman2024-07-291-0/+1
* | selftests/bpf: Fix wrong binary in Makefile log outputTony Ambardar2024-07-291-5/+6
* | selftests/bpf: Fix error linking uprobe_multi on mipsTony Ambardar2024-07-291-0/+2
* | selftests/bpf: Add missing system defines for mipsTony Ambardar2024-07-291-1/+2
* | selftests/bpf: Don't include .d files on make cleanIhor Solodrai2024-07-291-0/+2
* | selftests/bpf: Use auto-dependencies for test objectsIhor Solodrai2024-07-291-11/+32
|/
* selftests/bpf: Add more ring buffer test coverageDaniel Borkmann2024-06-241-1/+1
* bpf: disable strict aliasing in test_global_func9.cJose E. Marchesi2024-05-121-0/+1
* selftests/bpf: Retire test_sock_addr.(c|sh)Jordan Rife2024-05-121-3/+1
* selftests/bpf: Use start_server_addr in test_tcp_check_syncookieGeliang Tang2024-05-091-0/+1
* bpf: avoid UB in usages of the __imm_insn macroJose E. Marchesi2024-05-081-0/+13
* selftests/bpf: Add CFLAGS per source file and runnerCupertino Miranda2024-05-071-8/+9
* bpf: Temporarily define BPF_NO_PRESEVE_ACCESS_INDEX for GCCJose E. Marchesi2024-05-071-1/+1
* bpf: Disable some `attribute ignored' warnings in GCCJose E. Marchesi2024-05-071-1/+1
* bpf: Missing trailing slash in tools/testing/selftests/bpf/MakefileJose E. Marchesi2024-05-021-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-291-5/+8
|\
| * selftests/bpf: Add ring_buffer__consume_n test.Andrea Righi2024-04-251-1/+1
| * selftests: bpf: crypto: add benchmark for crypto functionsVadim Fedorenko2024-04-241-0/+2
| * selftests/bpf: Use start_server_addr in test_sock_addrGeliang Tang2024-04-241-1/+2