index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Fix build on read-only filesystems
Namhyung Kim
2019-12-23
1
-3
/
+3
*
selftests/bpf: Bring back c++ include/link test
Stanislav Fomichev
2019-12-04
1
-1
/
+5
*
selftests/bpf: Ensure no DWARF relocations for BPF object files
Andrii Nakryiko
2019-11-24
1
-1
/
+1
*
selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32
Andrii Nakryiko
2019-11-19
1
-0
/
+7
*
selftests, bpf: xdping is not meant to be run standalone
Jiri Benc
2019-11-18
1
-2
/
+2
*
bpf, testing: Add missing object file to TEST_FILES
Anders Roxell
2019-11-11
1
-1
/
+2
*
selftests/bpf: Restore $(OUTPUT)/test_stub.o rule
Ilya Leoshkevich
2019-10-28
1
-0
/
+3
*
selftest/bpf: Use -m{little, big}-endian for clang
Ilya Leoshkevich
2019-10-28
1
-6
/
+7
*
selftests/bpf: Fix LDLIBS order
Andrii Nakryiko
2019-10-23
1
-4
/
+4
*
selftests/bpf: Move test_section_names into test_progs and fix it
Andrii Nakryiko
2019-10-23
1
-1
/
+1
*
tools/bpf: Turn on llvm alu32 attribute by default
Yonghong Song
2019-10-22
1
-20
/
+8
*
selftest/bpf: Remove test_libbpf.sh and test_libbpf_open
Andrii Nakryiko
2019-10-17
1
-2
/
+1
*
selftests/bpf: Move test_queue_stack_map.h into progs/ where it belongs
Andrii Nakryiko
2019-10-17
1
-3
/
+0
*
selftests/bpf: Replace test_progs and test_maps w/ general rule
Andrii Nakryiko
2019-10-17
1
-136
/
+177
*
selftests/bpf: Add simple per-test targets to Makefile
Andrii Nakryiko
2019-10-17
1
-0
/
+10
*
selftests/bpf: Switch test_maps to test_progs' test.h format
Andrii Nakryiko
2019-10-17
1
-7
/
+1
*
selftests/bpf: Remove obsolete pahole/BTF support detection
Andrii Nakryiko
2019-10-12
1
-48
/
+6
*
selftests/bpf: Enforce libbpf build before BPF programs are built
Andrii Nakryiko
2019-10-12
1
-1
/
+2
*
selftests/bpf: Convert test_btf_dump into test_progs test
Andrii Nakryiko
2019-10-09
1
-1
/
+1
*
libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf
Andrii Nakryiko
2019-10-08
1
-7
/
+3
*
selftests/bpf: Fix dependency ordering for attach_probe test
Andrii Nakryiko
2019-10-07
1
-2
/
+2
*
libbpf: auto-generate list of BPF helper definitions
Andrii Nakryiko
2019-10-06
1
-2
/
+6
*
selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIs
Andrii Nakryiko
2019-10-05
1
-1
/
+1
*
selftests/bpf: add bpf-gcc support
Ilya Leoshkevich
2019-09-16
1
-15
/
+50
*
selftests/bpf: test_progs: convert test_tcp_rtt
Stanislav Fomichev
2019-09-06
1
-2
/
+1
*
selftests/bpf: test_progs: convert test_sockopt_inherit
Stanislav Fomichev
2019-09-06
1
-3
/
+1
*
selftests/bpf: test_progs: convert test_sockopt_multi
Stanislav Fomichev
2019-09-06
1
-2
/
+1
*
selftests/bpf: test_progs: convert test_sockopt_sk
Stanislav Fomichev
2019-09-06
1
-2
/
+1
*
selftests/bpf: test_progs: convert test_sockopt
Stanislav Fomichev
2019-09-06
1
-2
/
+1
*
selftests/bpf: test_progs: add test__join_cgroup helper
Stanislav Fomichev
2019-09-06
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-06
1
-2
/
+4
|
\
|
*
tools: bpftool: improve and check builds for different make invocations
Quentin Monnet
2019-08-31
1
-1
/
+2
|
*
selftests/bpf: add sockopt clone/inheritance test
Stanislav Fomichev
2019-08-17
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-27
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
selftests/bpf: install files test_xdp_vlan.sh
Anders Roxell
2019-08-21
1
-1
/
+2
|
*
selftests/bpf: fix test_btf_dump with O=
Ilya Leoshkevich
2019-08-21
1
-0
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2019-08-13
1
-10
/
+4
|
\
\
|
|
/
|
/
|
|
*
selftests/bpf: revamp test_progs to allow more control
Andrii Nakryiko
2019-07-27
1
-7
/
+1
|
*
selftests/bpf: prevent headers to be compiled as C code
Andrii Nakryiko
2019-07-27
1
-3
/
+3
*
|
selftests/bpf: add wrapper scripts for test_xdp_vlan.sh
Jesper Dangaard Brouer
2019-08-05
1
-1
/
+2
|
/
*
selftests/bpf: structure test_{progs, maps, verifier} test runners uniformly
Andrii Nakryiko
2019-07-16
1
-14
/
+10
*
selftests/bpf: fix test_verifier/test_maps make dependencies
Andrii Nakryiko
2019-07-16
1
-3
/
+3
*
selftests/bpf: put test_stub.o into $(OUTPUT)
Ilya Leoshkevich
2019-07-15
1
-2
/
+5
*
selftests/bpf: make directory prerequisites order-only
Ilya Leoshkevich
2019-07-15
1
-8
/
+8
*
selftests/bpf: compile progs with -D__TARGET_ARCH_$(SRCARCH)
Ilya Leoshkevich
2019-07-12
1
-1
/
+3
*
selftests/bpf: do not ignore clang failures
Ilya Leoshkevich
2019-07-12
1
-6
/
+7
*
selftests/bpf: test BPF_SOCK_OPS_RTT_CB
Stanislav Fomichev
2019-07-03
1
-1
/
+2
*
selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTI
Stanislav Fomichev
2019-06-27
1
-1
/
+3
*
selftests/bpf: add sockopt test that exercises sk helpers
Stanislav Fomichev
2019-06-27
1
-1
/
+2
*
selftests/bpf: add sockopt test
Stanislav Fomichev
2019-06-27
1
-1
/
+2
[next]