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-06-04
bpf: Fix an error code in check_btf_func()
Dan Carpenter
2020-06-01
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
2020-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-29
bpf: Fix a verifier issue when assigning 32bit reg states to 64bit ones
John Fastabend
2020-05-29
bpf: Fix use-after-free in fmod_ret check
Alexei Starovoitov
2020-05-21
bpf: Verifier track null pointer branch_taken with JNE and JEQ
John Fastabend
2020-05-19
bpf: Add get{peer, sock}name attach types for sock_addr
Daniel Borkmann
2020-05-16
bpf: Fix check_return_code to only allow [0,1] in trace_iter progs
Daniel Borkmann
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-05-15
bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_range
Daniel Borkmann
2020-05-14
bpf: Enforce returning 0 for fentry/fexit progs
Yonghong Song
2020-05-13
bpf: Enable bpf_iter targets registering ctx argument types
Yonghong Song
2020-05-09
bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
Yonghong Song
2020-05-09
bpf: Add PTR_TO_BTF_ID_OR_NULL support
Yonghong Song
2020-05-09
bpf: Allow loading of a bpf_iter program
Yonghong Song
2020-04-29
bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH
Jakub Sitnicki
2020-04-28
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
2020-04-26
bpf: Make verifier log more relevant by default
Andrii Nakryiko
2020-04-26
bpf: Remove set but not used variable 'dst_known'
Mao Wenan
2020-04-24
bpf: Propagate expected_attach_type when verifying freplace programs
Toke Høiland-Jørgensen
2020-04-20
bpf: Fix handling of XADD on BTF memory
Jann Horn
2020-04-20
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
2020-04-14
bpf: remove unneeded conversion to bool in __mark_reg_unknown
Zou Wei
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
[next]