index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-07
selftests/bpf: Remove SEC("version") from test progs
Dave Marchevsky
40
-61
/
+0
2021-10-07
selftests/bpf: Skip the second half of get_branch_snapshot in vm
Song Liu
1
-0
/
+34
2021-10-06
selftests/bpf: Switch to new bpf_object__next_{map,program} APIs
Hengqi Chen
5
-7
/
+7
2021-10-06
selftest/bpf: Switch recursion test to use htab_map_delete_elem
Jiri Olsa
2
-11
/
+8
2021-10-06
selftests/bpf: Test new btf__add_btf() API
Andrii Nakryiko
1
-0
/
+86
2021-10-06
selftests/bpf: Refactor btf_write selftest to reuse BTF generation logic
Andrii Nakryiko
1
-6
/
+49
2021-10-06
bpf, x64: Save bytes for DIV by reducing reg copies
Jie Meng
1
-0
/
+47
2021-10-05
bpf: selftests: Add selftests for module kfunc support
Kumar Kartikeya Dwivedi
6
-30
/
+126
2021-10-05
tools: Allow specifying base BTF file in resolve_btfids
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-10-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
99
-367
/
+1154
2021-10-01
selftests/bpf: Use BTF-defined key/value for map definitions
Hengqi Chen
13
-40
/
+38
2021-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+10
2021-09-30
selftests/bpf: Use kselftest skip code for skipped tests
Po-Hsu Lin
2
-3
/
+9
2021-09-29
bpf: selftests: Fix fd cleanup in get_branch_snapshot
Kumar Kartikeya Dwivedi
1
-3
/
+2
2021-09-28
selftests/bpf: Fix probe_user test failure with clang build kernel
Yonghong Song
2
-4
/
+28
2021-09-28
selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") use
Andrii Nakryiko
1
-19
/
+19
2021-09-28
selftests/bpf: Normalize all the rest SEC() uses
Andrii Nakryiko
12
-35
/
+33
2021-09-28
selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")
Andrii Nakryiko
39
-157
/
+141
2021-09-28
selftests/bpf: Normalize XDP section names in selftests
Andrii Nakryiko
19
-30
/
+27
2021-09-28
selftests, bpf: test_lwt_ip_encap: Really disable rp_filter
Jiri Benc
1
-5
/
+8
2021-09-28
selftests, bpf: Fix makefile dependencies on libbpf
Jiri Benc
1
-1
/
+2
2021-09-28
selftests: xsk: Add frame_headroom test
Magnus Karlsson
2
-11
/
+44
2021-09-28
selftests: xsk: Change interleaving of packets in unaligned mode
Magnus Karlsson
1
-3
/
+3
2021-09-28
selftests: xsk: Add single packet test
Magnus Karlsson
2
-0
/
+14
2021-09-28
selftests: xsk: Introduce pacing of traffic
Magnus Karlsson
2
-7
/
+29
2021-09-28
selftests: xsk: Fix socket creation retry
Magnus Karlsson
1
-6
/
+5
2021-09-28
selftests: xsk: Put the same buffer only once in the fill ring
Magnus Karlsson
1
-6
/
+11
2021-09-28
selftests: xsk: Fix missing initialization
Magnus Karlsson
1
-0
/
+7
2021-09-26
bpf: selftest: Add verifier tests for <8-byte scalar spill and refill
Martin KaFai Lau
1
-0
/
+161
2021-09-26
bpf: selftest: A bpf prog that has a 32bit scalar spill
Martin KaFai Lau
3
-0
/
+393
2021-09-24
selftests/bpf: Fix btf_dump __int128 test failure with clang build kernel
Yonghong Song
1
-6
/
+21
2021-09-21
seltests: bpf: test_tunnel: Use ip neigh
Jiri Benc
1
-2
/
+3
2021-09-21
selftests/bpf: Adopt attach_probe selftest to work on old kernels
Andrii Nakryiko
1
-4
/
+20
2021-09-17
selftests/bpf: Add trace_vprintk test prog
Dave Marchevsky
3
-1
/
+103
2021-09-17
selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs
Dave Marchevsky
1
-15
/
+9
2021-09-17
bpftool: Only probe trace_vprintk feature in 'full' mode
Dave Marchevsky
1
-13
/
+9
2021-09-17
selftests/bpf: Stop using bpf_program__load
Dave Marchevsky
1
-8
/
+31
2021-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
31
-447
/
+1575
2021-09-17
selftests/bpf: Fix a few compiler warnings
Yonghong Song
2
-5
/
+3
2021-09-17
selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() API
Andrii Nakryiko
1
-17
/
+26
2021-09-17
selftests/bpf: Stop using relaxed_core_relocs which has no effect
Andrii Nakryiko
1
-2
/
+1
2021-09-15
selftests/bpf: Skip btf_tag test if btf_tag attribute not supported
Yonghong Song
3
-1
/
+31
2021-09-14
selftests/bpf: Add a test with a bpf program with btf_tag attributes
Yonghong Song
2
-0
/
+53
2021-09-14
selftests/bpf: Test BTF_KIND_TAG for deduplication
Yonghong Song
1
-17
/
+175
2021-09-14
selftests/bpf: Add BTF_KIND_TAG unit tests
Yonghong Song
2
-0
/
+248
2021-09-14
selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG format
Yonghong Song
1
-2
/
+2
2021-09-14
selftests/bpf: Test libbpf API function btf__add_tag()
Yonghong Song
2
-1
/
+27
2021-09-14
selftests/bpf: Fix .gitignore to not ignore test_progs.c
Andrii Nakryiko
1
-2
/
+3
2021-09-14
bpf,x64 Emit IMUL instead of MUL for x86-64
Jie Meng
1
-3
/
+19
2021-09-14
selftests/bpf: Update selftests to always provide "struct_ops" SEC
Andrii Nakryiko
1
-9
/
+3
[prev]
[next]