index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: Fix xdp_synproxy build failure if CONFIG_NF_CONNTRACK=m/n
Maxim Mikityanskiy
2022-07-09
1
-7
/
+17
*
bpf: Check attach_func_proto more carefully in check_return_code
Stanislav Fomichev
2022-07-08
3
-6
/
+32
*
selftests/bpf: Add test involving restrict type qualifier
Daniel Müller
2022-07-08
3
-2
/
+13
*
selftests, xsk: Rename AF_XDP testing app
Maciej Fijalkowski
2022-07-08
6
-13
/
+13
*
selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usage
Dave Marchevsky
2022-07-07
6
-1
/
+416
*
selftests/bpf: Fix few more compiler warnings
Andrii Nakryiko
2022-07-06
3
-4
/
+4
*
selftests/bpf: Fix bogus uninitialized variable warning
Andrii Nakryiko
2022-07-06
1
-1
/
+1
*
selftests/bpf: Add type match test against kernel's task_struct
Daniel Müller
2022-07-06
3
-0
/
+21
*
selftests/bpf: Add nested type to type based tests
Daniel Müller
2022-07-06
3
-20
/
+58
*
selftests/bpf: Add test checking more characteristics
Daniel Müller
2022-07-06
3
-0
/
+91
*
selftests/bpf: Add type-match checks to type-based tests
Daniel Müller
2022-07-06
3
-4
/
+73
*
selftests/bpf: Skip lsm_cgroup when we don't have trampolines
Stanislav Fomichev
2022-07-01
1
-0
/
+8
*
selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0
Maciej Fijalkowski
2022-06-30
1
-5
/
+4
*
selftests/xsk: Verify correctness of XDP prog attach point
Maciej Fijalkowski
2022-06-30
1
-0
/
+17
*
selftests/xsk: Introduce XDP prog load based on existing AF_XDP socket
Maciej Fijalkowski
2022-06-30
3
-1
/
+7
*
selftests/xsk: Avoid bpf_link probe for existing xsk
Maciej Fijalkowski
2022-06-30
1
-1
/
+1
*
bpftool: Use feature list in bash completion
Quentin Monnet
2022-06-30
1
-17
/
+3
*
selftests/bpf: lsm_cgroup functional test
Stanislav Fomichev
2022-06-29
3
-0
/
+474
*
tools/bpf: Sync btf_ids.h to tools
Stanislav Fomichev
2022-06-29
1
-1
/
+1
*
selftests/bpf: remove last tests with legacy BPF map definitions
Andrii Nakryiko
2022-06-28
4
-79
/
+0
*
libbpf: move xsk.{c,h} into selftests/bpf
Andrii Nakryiko
2022-06-28
4
-1
/
+1582
*
selftest/bpf: Test for use-after-free bug fix in inline_bpf_loop
Eduard Zingerman
2022-06-24
2
-0
/
+50
*
selftests/bpf: Fix rare segfault in sock_fields prog test
Jörn-Thorben Hinz
2022-06-23
1
-1
/
+0
*
selftests/bpf: Test a BPF CC implementing the unsupported get_info()
Jörn-Thorben Hinz
2022-06-23
2
-0
/
+41
*
selftests/bpf: Test an incomplete BPF CC
Jörn-Thorben Hinz
2022-06-23
2
-0
/
+57
*
selftests/bpf: Test a BPF CC writing sk_pacing_*
Jörn-Thorben Hinz
2022-06-23
2
-0
/
+79
*
selftests/bpf: Add benchmark for local_storage get
Dave Marchevsky
2022-06-23
7
-1
/
+494
*
selftests/bpf: BPF test_prog selftests for bpf_loop inlining
Eduard Zingerman
2022-06-21
2
-0
/
+176
*
selftests/bpf: BPF test_verifier selftests for bpf_loop inlining
Eduard Zingerman
2022-06-21
1
-0
/
+252
*
selftests/bpf: allow BTF specs and func infos in test_verifier tests
Eduard Zingerman
2022-06-21
3
-18
/
+79
*
selftests/bpf: specify expected instructions in test_verifier tests
Eduard Zingerman
2022-06-21
1
-0
/
+234
*
selftests/bpf: Enable config options needed for xdp_synproxy test
Maxim Mikityanskiy
2022-06-20
1
-0
/
+6
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-06-18
29
-202
/
+2575
|
\
|
*
selftests/bpf: Don't force lld on non-x86 architectures
Andrii Nakryiko
2022-06-17
1
-2
/
+9
|
*
selftests/bpf: Add selftests for raw syncookie helpers in TC mode
Maxim Mikityanskiy
2022-06-17
3
-69
/
+224
|
*
selftests/bpf: Add selftests for raw syncookie helpers
Maxim Mikityanskiy
2022-06-17
5
-1
/
+1330
|
*
selftests/bpf: add tests for sleepable (uk)probes
Delyan Kratunov
2022-06-17
2
-1
/
+108
|
*
libbpf: Fix internal USDT address translation logic for shared libraries
Andrii Nakryiko
2022-06-17
1
-5
/
+9
|
*
selftests/bpf: Avoid skipping certain subtests
Yonghong Song
2022-06-15
1
-1
/
+6
|
*
selftests/bpf: Fix test_varlen verification failure with latest llvm
Yonghong Song
2022-06-15
1
-4
/
+4
|
*
selftest/bpf/benchs: Add bpf_map benchmark
Feng Zhou
2022-06-11
5
-1
/
+152
|
*
selftests/bpf: Add a test for enum64 value relocations
Yonghong Song
2022-06-07
7
-0
/
+218
|
*
selftests/bpf: Test BTF_KIND_ENUM64 for deduplication
Yonghong Song
2022-06-07
1
-2
/
+95
|
*
selftests/bpf: Add BTF_KIND_ENUM64 unit tests
Yonghong Song
2022-06-07
2
-0
/
+37
|
*
selftests/bpf: Test new enum kflag and enum64 API functions
Yonghong Song
2022-06-07
2
-37
/
+114
|
*
selftests/bpf: Fix selftests failure
Yonghong Song
2022-06-07
1
-20
/
+0
|
*
selftests/bpf: Add drv mode testing for xdping
Hangbin Liu
2022-06-03
1
-0
/
+4
|
*
selftests/bpf: Fix tc_redirect_dtime
Martin KaFai Lau
2022-06-03
2
-6
/
+55
|
*
selftests/bpf: Fix test_run logic in fexit_stress.c
Yuntao Wang
2022-06-03
1
-28
/
+4
|
*
selftests/bpf: Add test for libbpf_bpf_link_type_str
Daniel Müller
2022-06-03
1
-0
/
+48
[next]