index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
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
...
*
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
*
selftests/bpf: build tests with debug info
Andrii Nakryiko
2019-06-26
1
-1
/
+1
*
selftests, bpf: Add test for veth native XDP
Toshiaki Makita
2019-06-24
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-20
1
-1
/
+2
|
\
|
*
selftests/bpf : clean up feature/ when make clean
Hechao Li
2019-06-11
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDED
Hangbin Liu
2019-06-05
1
-3
/
+4
*
|
selftests/bpf: measure RTT from xdp using xdping
Alan Maguire
2019-05-31
1
-2
/
+3
*
|
selftests/bpf: convert test_cgrp2_attach2 example into kselftest
Roman Gushchin
2019-05-28
1
-1
/
+2
*
|
selftests: bpf: enable hi32 randomization for all tests
Jiong Wang
2019-05-24
1
-4
/
+6
*
|
selftests/bpf: add btf_dump BTF-to-C conversion tests
Andrii Nakryiko
2019-05-24
1
-1
/
+2
*
|
selftests/bpf: add tests for libbpf's hashmap
Andrii Nakryiko
2019-05-24
1
-1
/
+1
|
/
*
bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps
Martin KaFai Lau
2019-04-27
1
-1
/
+24
*
selftests/bpf: Test BPF_CGROUP_SYSCTL
Andrey Ignatov
2019-04-12
1
-1
/
+2
[prev]
[next]