index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2020-03-30
bpf: Verifier, refine 32bit bound in do_refine_retval_range
John Fastabend
2020-03-30
bpf: Verifier, do explicit ALU32 bounds tracking
John Fastabend
2020-03-30
bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectly
John Fastabend
2020-03-30
bpf: Simplify reg_set_min_max_inv handling
Jann Horn
2020-03-30
bpf: Fix tnum constraints for 32-bit comparisons
Jann Horn
2020-03-30
bpf: Undo incorrect __reg_bound_offset32 handling
Daniel Borkmann
2020-03-30
bpf: lsm: Implement attach, detach and execution
KP Singh
2020-03-27
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
2020-03-25
bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
John Fastabend
2020-03-25
bpf: Verifer, refactor adjust_scalar_min_max_vals
John Fastabend
2020-03-12
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
2020-03-05
bpf: Remove unnecessary CAP_MAC_ADMIN check
KP Singh
2020-03-04
bpf: Attachment verification for BPF_MODIFY_RETURN
KP Singh
2020-03-04
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
2020-02-24
bpf: Enforce preallocation for instrumentation programs on RT
Thomas Gleixner
2020-02-24
bpf: Tighten the requirements for preallocated hash maps
Thomas Gleixner
2020-02-21
bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH
Jakub Sitnicki
2020-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-01-22
bpf: Add BPF_FUNC_jiffies64
Martin KaFai Lau
2020-01-22
bpf: Introduce dynamic program extensions
Alexei Starovoitov
2020-01-22
bpf: Fix error path under memory pressure
Alexei Starovoitov
2020-01-15
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
2020-01-10
bpf: Introduce function-by-function verification
Alexei Starovoitov
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
bpf: Save PTR_TO_BTF_ID register state when spilling to stack
Martin KaFai Lau
2020-01-06
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
2019-12-22
bpf: Fix precision tracking for unbounded scalars
Daniel Borkmann
2019-12-19
bpf: Fix record_func_key to perform backtracking on r3
Daniel Borkmann
2019-12-17
bpf: Fix cgroup local storage prog tracking
Daniel Borkmann
2019-12-16
bpf: Fix missing prog untrack in release_maps
Daniel Borkmann
2019-12-04
bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_id
Yonghong Song
2019-11-24
bpf: Constant map key tracking for prog array pokes
Daniel Borkmann
2019-11-24
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
2019-11-15
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-10-31
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
2019-10-30
bpf: Enforce 'return 0' in BTF-enabled raw_tp programs
Alexei Starovoitov
2019-10-24
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
2019-10-17
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
2019-10-17
bpf: Add support for BTF pointers to x86 JIT
Alexei Starovoitov
2019-10-17
bpf: Add support for BTF pointers to interpreter
Alexei Starovoitov
2019-10-17
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
2019-10-17
bpf: Process in-kernel BTF
Alexei Starovoitov
2019-10-11
bpf: Fix cast to pointer from integer of different size warning
Andrii Nakryiko
2019-10-11
bpf: Track contents of read-only maps as scalars
Andrii Nakryiko
[next]