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
/
progs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-13
selftests/bpf: Make test_varlen work with 32-bit user-space arch
Andrii Nakryiko
1
-3
/
+3
2020-08-13
selftests/bpf: Correct various core_reloc 64-bit assumptions
Andrii Nakryiko
1
-32
/
+37
2020-08-13
bpf, selftests: Add tests to sock_ops for loading sk
John Fastabend
1
-0
/
+21
2020-08-13
bpf, selftests: Add tests for sock_ops load with r9, r8.r7 registers
John Fastabend
1
-0
/
+7
2020-08-13
bpf, selftests: Add tests for ctx access in sock_ops with single register
John Fastabend
1
-0
/
+13
2020-08-01
selftests/bpf: Fix spurious test failures in core_retro selftest
Andrii Nakryiko
1
-0
/
+13
2020-07-31
selftests/bpf: Verify socket storage in cgroup/sock_{create, release}
Stanislav Fomichev
1
-0
/
+19
2020-07-31
selftests/bpf: Test bpf_iter buffer access with negative offset
Yonghong Song
1
-0
/
+21
2020-07-28
selftests/bpf: Add new bpf_iter context structs to fix build on old kernels
Andrii Nakryiko
1
-0
/
+18
2020-07-25
selftests/bpf: Add BPF XDP link selftests
Andrii Nakryiko
1
-0
/
+12
2020-07-25
selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress
YiFei Zhu
2
-2
/
+71
2020-07-25
selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progs
YiFei Zhu
3
-3
/
+64
2020-07-25
selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches
YiFei Zhu
1
-0
/
+30
2020-07-25
selftests/bpf: Add callchain_stackid
Song Liu
1
-0
/
+59
2020-07-25
selftests/bpf: Add a test for out of bound rdonly buf access
Yonghong Song
1
-0
/
+35
2020-07-25
selftests/bpf: Add a test for bpf sk_storage_map iterator
Yonghong Song
1
-0
/
+34
2020-07-25
selftests/bpf: Add test for bpf array map iterators
Yonghong Song
2
-0
/
+86
2020-07-25
selftests/bpf: Add test for bpf hash map iterators
Yonghong Song
2
-0
/
+150
2020-07-21
samples/bpf, selftests/bpf: Use bpf_probe_read_kernel
Ilya Leoshkevich
5
-7
/
+7
2020-07-17
selftests/bpf: Tests for BPF_SK_LOOKUP attach point
Jakub Sitnicki
1
-0
/
+641
2020-07-16
selftest: Add tests for XDP programs in CPUMAP entries
Lorenzo Bianconi
1
-0
/
+36
2020-07-13
selftests/bpf: Fix merge conflict resolution
Alexei Starovoitov
1
-14
/
+0
2020-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-4
/
+149
2020-07-13
tools/bpftool: Strip away modifiers from global variables
Andrii Nakryiko
1
-2
/
+4
2020-07-13
selftests/bpf: Add selftests verifying bpf_trace_printk() behaviour
Alan Maguire
1
-0
/
+21
2020-07-13
selftests/bpf: Add test for resolve_btfids
Jiri Olsa
1
-0
/
+50
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-3
/
+67
2020-07-09
selftests/bpf: Switch perf_buffer test to tracepoint and skeleton
Andrii Nakryiko
1
-2
/
+2
2020-07-09
selftests/bpf: Add test relying only on CO-RE and no recent kernel features
Andrii Nakryiko
1
-0
/
+30
2020-07-08
selftests/bpf: Test BPF_CGROUP_INET_SOCK_RELEASE
Stanislav Fomichev
1
-0
/
+42
2020-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
23
-154
/
+1802
2020-07-03
selftests/bpf: Fix compilation error of bpf_iter_task_stack.c
Song Liu
1
-1
/
+1
2020-07-01
selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns.
Hao Luo
1
-8
/
+8
2020-07-01
selftests/bpf: Add bpf_iter test with bpf_get_task_stack()
Song Liu
1
-0
/
+37
2020-07-01
selftests/bpf: Add byte swapping selftest
Andrii Nakryiko
1
-0
/
+37
2020-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
5
-3
/
+53
2020-06-30
bpf: Add tests for PTR_TO_BTF_ID vs. null comparison
Yonghong Song
2
-0
/
+44
2020-06-28
selftests/bpf: Test auto-load disabling logic for BPF programs
Andrii Nakryiko
1
-0
/
+40
2020-06-28
bpf, sockmap: Add ingres skb tests that utilize merge skbs
John Fastabend
1
-1
/
+7
2020-06-25
bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT
Neal Cardwell
1
-3
/
+2
2020-06-25
libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAP
Jesper Dangaard Brouer
1
-1
/
+1
2020-06-24
selftests/bpf: Implement sample udp/udp6 bpf_iter programs
Yonghong Song
3
-0
/
+166
2020-06-24
selftests/bpf: Implement sample tcp/tcp6 bpf_iter programs
Yonghong Song
3
-0
/
+499
2020-06-24
selftests/bpf: Add more common macros to bpf_tracing_net.h
Yonghong Song
1
-0
/
+35
2020-06-24
selftests/bpf: Refactor some net macros to bpf_tracing_net.h
Yonghong Song
3
-9
/
+18
2020-06-24
selftests/bpf: Move newer bpf_iter_* type redefining to a new header file
Yonghong Song
9
-136
/
+57
2020-06-24
bpf: Add SO_KEEPALIVE and related options to bpf_setsockopt
Dmitry Yakunin
1
-0
/
+27
2020-06-24
selftests/bpf: Workaround for get_stack_rawtp test.
Alexei Starovoitov
1
-1
/
+2
2020-06-23
libbpf: Fix CO-RE relocs against .text section
Andrii Nakryiko
1
-1
/
+1
2020-06-24
selftests/bpf: Add variable-length data concat pattern less than test
John Fastabend
1
-4
/
+66
[prev]
[next]