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
/
Makefile
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: Add vmlinux.h selftest exercising tracing of syscalls
Andrii Nakryiko
2020-03-13
1
-1
/
+6
*
tools/bpf: Move linux/types.h for selftests and bpftool
Tobias Klauser
2020-03-13
1
-3
/
+4
*
tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...
Carlos Neira
2020-03-13
1
-1
/
+2
*
selftests/bpf: Support out-of-tree vmlinux builds for VMLINUX_BTF
Andrii Nakryiko
2020-03-04
1
-4
/
+7
*
selftests/bpf: Add test for "bpftool feature" command
Michal Rostecki
2020-02-26
1
-1
/
+2
*
selftests/bpf: Print backtrace on SIGSEGV in test_progs
Andrii Nakryiko
2020-02-25
1
-1
/
+1
*
selftests/bpf: Change llvm flag -mcpu=probe to -mcpu=v3
Yonghong Song
2020-02-20
1
-2
/
+2
*
selftests/bpf: Improve bpftool changes detection
Andrii Nakryiko
2020-01-24
1
-5
/
+6
*
selftests/bpf: Build urandom_read with LDFLAGS and LDLIBS
Daniel Díaz
2020-01-22
1
-1
/
+1
*
selftests: Refactor build to remove tools/lib/bpf from include path
Toke Høiland-Jørgensen
2020-01-21
1
-30
/
+29
*
selftests: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-21
1
-1
/
+1
*
selftests: Pass VMLINUX_BTF to runqslower Makefile
Toke Høiland-Jørgensen
2020-01-21
1
-2
/
+6
*
selftests/bpf: Build runqslower from selftests
Andrii Nakryiko
2020-01-14
1
-1
/
+6
*
selftests/bpf: Conform selftests/bpf Makefile output to libbpf and bpftool
Andrii Nakryiko
2020-01-14
1
-22
/
+25
*
selftests/bpf: Further clean up Makefile output
Andrii Nakryiko
2020-01-10
1
-3
/
+7
*
selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dir
Andrii Nakryiko
2020-01-10
1
-6
/
+6
*
libbpf,selftests/bpf: Fix clean targets
Andrii Nakryiko
2020-01-10
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-31
1
-3
/
+3
|
\
|
*
libbpf: Fix build on read-only filesystems
Namhyung Kim
2019-12-23
1
-3
/
+3
*
|
bpftool: Make skeleton C code compilable with C++ compiler
Andrii Nakryiko
2019-12-27
1
-1
/
+1
*
|
selftests/bpf: Convert test_cgroup_attach to prog_tests
Andrey Ignatov
2019-12-20
1
-2
/
+1
*
|
selftests/bpf: More succinct Makefile output
Andrii Nakryiko
2019-12-18
1
-0
/
+36
*
|
libbpf: Support libbpf-provided extern variables
Andrii Nakryiko
2019-12-16
1
-1
/
+1
*
|
selftests/bpf: Add BPF skeletons selftests and convert attach_probe.c
Andrii Nakryiko
2019-12-16
1
-8
/
+28
*
|
selftests/bpf: Move reuseport tests under prog_tests/
Jakub Sitnicki
2019-12-13
1
-1
/
+1
|
/
*
selftests/bpf: Bring back c++ include/link test
Stanislav Fomichev
2019-12-05
1
-1
/
+5
*
selftests/bpf: Ensure no DWARF relocations for BPF object files
Andrii Nakryiko
2019-11-25
1
-1
/
+1
*
selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32
Andrii Nakryiko
2019-11-20
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-13
1
-48
/
+6
*
selftests/bpf: Enforce libbpf build before BPF programs are built
Andrii Nakryiko
2019-10-13
1
-1
/
+2
*
selftests/bpf: Convert test_btf_dump into test_progs test
Andrii Nakryiko
2019-10-10
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-07
1
-2
/
+6
*
selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIs
Andrii Nakryiko
2019-10-06
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
[next]