index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-01-24
libbpf: Wire up BPF token support at BPF object level
Andrii Nakryiko
2024-01-24
libbpf: Wire up token_fd into feature probing logic
Andrii Nakryiko
2024-01-24
libbpf: Move feature detection code into its own file
Andrii Nakryiko
2024-01-24
libbpf: Further decouple feature checking logic from bpf_object
Andrii Nakryiko
2024-01-24
libbpf: Split feature detectors definitions from cached results
Andrii Nakryiko
2024-01-24
selftests/bpf: Utilize string values for delegate_xxx mount options
Andrii Nakryiko
2024-01-24
bpf: Support symbolic BPF FS delegation mount options
Andrii Nakryiko
2024-01-24
bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
Andrii Nakryiko
2024-01-24
bpf,selinux: Allocate bpf_security_struct per BPF token
Andrii Nakryiko
2024-01-24
selftests/bpf: Add BPF token-enabled tests
Andrii Nakryiko
2024-01-24
libbpf: Add BPF token support to bpf_prog_load() API
Andrii Nakryiko
2024-01-24
libbpf: Add BPF token support to bpf_btf_load() API
Andrii Nakryiko
2024-01-24
libbpf: Add BPF token support to bpf_map_create() API
Andrii Nakryiko
2024-01-24
libbpf: Add bpf_token_create() API
Andrii Nakryiko
2024-01-24
bpf,lsm: Add BPF token LSM hooks
Andrii Nakryiko
2024-01-24
bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
2024-01-24
bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
2024-01-24
bpf: Consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
2024-01-24
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
2024-01-24
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2024-01-24
bpf: Add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
2024-01-24
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
2024-01-24
bpf: Introduce BPF token object
Andrii Nakryiko
2024-01-24
bpf: Add BPF token delegation mount options to BPF FS
Andrii Nakryiko
2024-01-24
bpf: Align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
2024-01-24
libbpf: Ensure undefined bpf_attr field stays 0
Martin KaFai Lau
2024-01-24
selftests/bpf: Wait for the netstamp_needed_key static key to be turned on
Martin KaFai Lau
2024-01-24
selftests/bpf: Fix the flaky tc_redirect_dtime test
Martin KaFai Lau
2024-01-23
libbpf: Correct bpf_core_read.h comment wrt bpf_core_relo struct
Dima Tisnek
2024-01-23
Merge branch 'skip-callback-tests-if-jit-is-disabled-in-test_verifier'
Andrii Nakryiko
2024-01-23
selftests/bpf: Skip callback tests if jit is disabled in test_verifier
Tiezhu Yang
2024-01-23
selftests/bpf: Move is_jit_enabled() into testing_helpers
Tiezhu Yang
2024-01-23
Merge branch 'Registrating struct_ops types from modules'
Martin KaFai Lau
2024-01-23
selftests/bpf: test case for register_bpf_struct_ops().
Kui-Feng Lee
2024-01-23
bpf: export btf_ctx_access to modules.
Kui-Feng Lee
2024-01-23
libbpf: Find correct module BTFs for struct_ops maps and progs.
Kui-Feng Lee
2024-01-23
bpf, net: switch to dynamic registration
Kui-Feng Lee
2024-01-23
bpf: validate value_type
Kui-Feng Lee
2024-01-23
bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.
Kui-Feng Lee
2024-01-23
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
2024-01-23
bpf: lookup struct_ops types from a given module BTF.
Kui-Feng Lee
2024-01-23
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
2024-01-23
bpf: make struct_ops_map support btfs other than btf_vmlinux.
Kui-Feng Lee
2024-01-23
bpf: add struct_ops_tab to btf.
Kui-Feng Lee
2024-01-23
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
2024-01-23
bpf: get type information with BTF_ID_LIST
Kui-Feng Lee
2024-01-23
bpf: refactory struct_ops type initialization to a function.
Kui-Feng Lee
2024-01-23
Merge branch 'bpf-add-cookies-retrieval-for-perf-kprobe-multi-links'
Alexei Starovoitov
2024-01-23
bpftool: Display cookie for kprobe multi link
Jiri Olsa
2024-01-23
bpftool: Display cookie for perf event link probes
Jiri Olsa
[next]