index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
Makefile
Age
Commit message (
Expand
)
Author
Lines
2025-01-23
Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-80
/
+33
2025-01-10
selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c
Bastien Curutchet (eBPF Foundation)
-1
/
+0
2025-01-08
selftests/bpf: add -std=gnu11 to BPF_CFLAGS and CFLAGS
Ihor Solodrai
-2
/
+6
2025-01-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-1
/
+0
2025-01-06
selftests/bpf: add -fno-strict-aliasing to BPF_CFLAGS
Ihor Solodrai
-27
/
+1
2025-01-06
selftests/bpf: Avoid generating untracked files when running bpf selftests
Jiayuan Chen
-2
/
+2
2024-12-16
selftests/bpf: Migrate test_xdp_meta.sh into xdp_context_test_run.c
Bastien Curutchet
-1
/
+0
2024-12-12
selftests/bpf: make BPF_TARGET_ENDIAN non-recursive to speed up *.bpf.o build
Eduard Zingerman
-3
/
+3
2024-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
-1
/
+1
2024-12-06
selftests/bpf: Consolidate kernel modules into common directory
Toke Høiland-Jørgensen
-43
/
+21
2024-12-06
selftests/bpf: Move test_lpm_map.c to map_tests
Hou Tao
-1
/
+1
2024-12-02
selftests/bpf: remove test_flow_dissector.sh
Alexis Lothoré (eBPF Foundation)
-2
/
+0
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-7
/
+17
2024-11-12
selftests/bpf: add read_with_timeout() utility function
Eduard Zingerman
-0
/
+1
2024-11-11
selftests/bpf: Allow building with extra flags
Viktor Malik
-11
/
+23
2024-11-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-7
/
+17
2024-11-01
selftests/bpf: Disable warnings on unused flags for Clang builds
Viktor Malik
-0
/
+2
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
-2
/
+20
2024-10-22
selftests/bpf: Retire test_sock.c
Jordan Rife
-2
/
+1
2024-10-21
selftests/bpf: remove test_tcp_check_syncookie
Alexis Lothoré (eBPF Foundation)
-6
/
+3
2024-10-10
selftests/bpf: Fix cross-compiling urandom_read
Tony Ambardar
-1
/
+1
2024-10-10
selftests/bpf: Add test for kfunc module order
Simon Sundberg
-1
/
+19
2024-10-07
selftests: bpf: Add missing per-arch include path
Björn Töpel
-1
/
+2
2024-10-03
selftests/bpf: Support cross-endian building
Tony Ambardar
-3
/
+4
2024-10-03
selftests/bpf: Set vpath in Makefile to search for skels
Ihor Solodrai
-4
/
+5
2024-10-03
selftests/bpf: Remove test_skb_cgroup_id.sh from TEST_PROGS
Ihor Solodrai
-1
/
+0
2024-09-11
selftests/bpf: add build ID tests
Andrii Nakryiko
-2
/
+3
2024-09-05
selftests/bpf: Prefer static linking for LLVM libraries
Eduard Zingerman
-5
/
+3
2024-09-05
selftests/bpf: Adapt OUTPUT appending logic to lower versions of Make
Pu Lehui
-0
/
+6
2024-08-30
selftests/bpf: Do not update vmlinux.h unnecessarily
Ihor Solodrai
-1
/
+5
2024-08-30
selftests/bpf: Specify libbpf headers required for %.bpf.o progs
Ihor Solodrai
-2
/
+7
2024-08-23
selftests/bpf: use simply-expanded variables for libpcap flags
Eduard Zingerman
-3
/
+4
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
-1
/
+1
2024-08-21
selftests/bpf: utility function to get program disassembly after jit
Eduard Zingerman
-2
/
+46
2024-08-19
selftests/bpf: Disable strict aliasing for verifier_nocsr.c
Cupertino Miranda
-0
/
+1
2024-08-15
selftests/bpf: Add traffic monitor functions.
Kui-Feng Lee
-0
/
+4
2024-08-14
selftests/bpf: convert test_skb_cgroup_id_user to test_progs
Alexis Lothoré (eBPF Foundation)
-2
/
+1
2024-08-14
selftests/bpf: convert test_cgroup_storage to test_progs
Alexis Lothoré (eBPF Foundation)
-2
/
+0
2024-08-14
selftests/bpf: convert get_current_cgroup_id_user to test_progs
Alexis Lothoré (eBPF Foundation)
-2
/
+1
2024-07-31
selftests/bpf: convert test_dev_cgroup to test_progs
Alexis Lothoré (eBPF Foundation)
-2
/
+0
2024-07-29
selftests/bpf: Integrate test_xdp_veth into test_progs
Alexis Lothoré (eBPF Foundation)
-1
/
+0
2024-07-29
selftests/bpf: Make %.test.d prerequisite order only
Ihor Solodrai
-1
/
+1
2024-07-29
selftests/bpf: extract utility function for BPF disassembly
Eduard Zingerman
-0
/
+1
2024-07-29
selftests/bpf: Fix wrong binary in Makefile log output
Tony Ambardar
-5
/
+6
2024-07-29
selftests/bpf: Fix error linking uprobe_multi on mips
Tony Ambardar
-0
/
+2
2024-07-29
selftests/bpf: Add missing system defines for mips
Tony Ambardar
-1
/
+2
2024-07-29
selftests/bpf: Don't include .d files on make clean
Ihor Solodrai
-0
/
+2
2024-07-29
selftests/bpf: Filter out _GNU_SOURCE when compiling test_cpp
Stanislav Fomichev
-1
/
+1
2024-07-29
selftests/bpf: Use auto-dependencies for test objects
Ihor Solodrai
-11
/
+32
2024-06-24
selftests/bpf: Add more ring buffer test coverage
Daniel Borkmann
-1
/
+1
[next]