index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: add tests for bpf_ct_set_nat_info kfunc
Lorenzo Bianconi
2022-09-21
3
-3
/
+35
*
selftests/bpf: Add tests for dynamic pointers parameters in kfuncs
Roberto Sassu
2022-09-21
3
-0
/
+259
*
selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
Roberto Sassu
2022-09-21
7
-8
/
+610
*
selftests/bpf: Add additional tests for bpf_lookup_*_key()
Roberto Sassu
2022-09-21
3
-0
/
+159
*
selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
Roberto Sassu
2022-09-21
3
-1
/
+142
*
selftests/bpf: Compile kernel with everything as built-in
Roberto Sassu
2022-09-21
2
-14
/
+14
*
bpf: Move dynptr type check to is_dynptr_type_expected()
Roberto Sassu
2022-09-21
1
-1
/
+1
*
libbpf: Support raw BTF placed in the default search path
Tao Chen
2022-09-21
1
-18
/
+12
*
selftests: bpf: test_kmod.sh: Pass parameters to the module
Yauheni Kaliuta
2022-09-21
1
-3
/
+8
*
libbpf: Improve BPF_PROG2 macro code quality and description
Yonghong Song
2022-09-21
1
-63
/
+91
*
selftests/bpf: Add selftests validating the user ringbuf
David Vernet
2022-09-21
5
-0
/
+1185
*
bpf: Add libbpf logic for user-space ring buffer
David Vernet
2022-09-21
6
-3
/
+398
*
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
2022-09-21
1
-0
/
+38
*
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-09-21
4
-2
/
+4
*
libbpf: Fix NULL pointer exception in API btf_dump__dump_type_data
Xin Liu
2022-09-20
1
-1
/
+1
*
selftests/bpf: Add test result messages for test_task_storage_map_stress_lookup
Hou Tao
2022-09-19
3
-2
/
+8
*
libbpf: Clean up legacy bpf maps declaration in bpf_helpers
Xin Liu
2022-09-16
1
-12
/
+0
*
selftests/bpf: Add veristat tool for mass-verifying BPF object files
Andrii Nakryiko
2022-09-16
3
-1
/
+544
*
libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd set
Andrii Nakryiko
2022-09-16
1
-4
/
+9
*
selftests/bpf: Fix test_verif_scale{1,3} SEC() annotations
Andrii Nakryiko
2022-09-16
2
-2
/
+2
*
ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
Peter Zijlstra (Intel)
2022-09-16
1
-1
/
+2
*
selftests/bpf: fix ct status check in bpf_nf selftests
Lorenzo Bianconi
2022-09-10
2
-5
/
+7
*
selftests/bpf: Add tests for writing to nf_conn:mark
Daniel Xu
2022-09-10
3
-2
/
+23
*
selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv ICMP ping
YiFei Zhu
2022-09-09
2
-0
/
+231
*
selftests/bpf: Deduplicate write_sysctl() to test_progs.c
YiFei Zhu
2022-09-09
4
-40
/
+18
*
libbpf: Remove gcc support for bpf_tail_call_static for now
Daniel Borkmann
2022-09-09
1
-13
/
+6
*
selftests/bpf: Add tests for kfunc returning a memory pointer
Benjamin Tissoires
2022-09-07
3
-0
/
+161
*
selftests/bpf: add test for accessing ctx from syscall program type
Benjamin Tissoires
2022-09-07
3
-7
/
+213
*
selftests/bpf: regroup and declare similar kfuncs selftests in an array
Benjamin Tissoires
2022-09-07
2
-18
/
+68
*
selftests/bpf: Add tracing_struct test in DENYLIST.s390x
Yonghong Song
2022-09-06
1
-0
/
+1
*
selftests/bpf: Use BPF_PROG2 for some fentry programs without struct arguments
Yonghong Song
2022-09-06
1
-2
/
+2
*
selftests/bpf: Add struct argument tests with fentry/fexit programs.
Yonghong Song
2022-09-06
3
-0
/
+231
*
libbpf: Add new BPF_PROG2 macro
Yonghong Song
2022-09-06
1
-0
/
+79
*
bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()
Yonghong Song
2022-09-06
1
-4
/
+5
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
112
-507
/
+3020
|
\
|
*
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
1
-11
/
+0
|
*
selftests/bpf: Improve test coverage of test_maps
Alexei Starovoitov
2022-09-05
1
-14
/
+24
|
*
selftest/bpf: Add test for bpf_getsockopt()
Martin KaFai Lau
2022-09-02
2
-106
/
+43
|
*
selftests/xsk: Avoid use-after-free on ctx
Ian Rogers
2022-09-02
1
-3
/
+3
|
*
selftests/bpf: Store BPF object files with .bpf.o extension
Daniel Müller
2022-09-02
68
-250
/
+250
|
*
selftests/xsk: Add support for zero copy testing
Maciej Fijalkowski
2022-09-02
2
-4
/
+74
|
*
selftests/xsk: Make sure single threaded test terminates
Maciej Fijalkowski
2022-09-02
1
-0
/
+7
|
*
selftests/xsk: Add support for executing tests on physical device
Maciej Fijalkowski
2022-09-02
3
-87
/
+170
|
*
selftests/xsk: Increase chars for interface name to 16
Maciej Fijalkowski
2022-09-02
1
-2
/
+2
|
*
selftests/xsk: Introduce default Rx pkt stream
Maciej Fijalkowski
2022-09-02
2
-27
/
+51
|
*
selftests/xsk: Query for native XDP support
Maciej Fijalkowski
2022-09-02
1
-2
/
+37
|
*
selftests/bpf: Amend test_tunnel to exercise BPF_F_TUNINFO_FLAGS
Shmulik Ladkani
2022-09-02
1
-8
/
+16
|
*
bpf: Support getting tunnel flags
Shmulik Ladkani
2022-09-02
1
-1
/
+9
|
*
selftests/bpf: Test concurrent updates on bpf_task_storage_busy
Hou Tao
2022-09-01
2
-0
/
+161
|
*
selftests/bpf: Move sys_pidfd_open() into task_local_storage_helpers.h
Hou Tao
2022-09-01
3
-18
/
+20
[next]