index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-08
bpf: Fix scalar32_min_max_or bounds tracking
Daniel Borkmann
1
-4
/
+4
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-08-07
bpf: Delete repeated words in comments
Randy Dunlap
1
-1
/
+1
2020-07-31
bpf: Add missing newline characters in verifier error messages
Yonghong Song
1
-2
/
+2
2020-07-28
bpf: Fix swapped arguments in calls to check_buffer_access
Colin Ian King
1
-4
/
+4
2020-07-26
bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
Song Liu
1
-0
/
+3
2020-07-26
bpf: Support readonly/readwrite buffers in verifier
Yonghong Song
1
-6
/
+85
2020-07-18
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
1
-3
/
+10
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+10
2020-07-01
bpf: Introduce helper bpf_get_task_stack()
Song Liu
1
-1
/
+3
2020-06-30
bpf: Fix an incorrect branch elimination by verifier
Yonghong Song
1
-2
/
+1
2020-06-25
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
1
-10
/
+33
2020-06-24
bpf: Set the number of exception entries properly for subprograms
Yonghong Song
1
-1
/
+9
2020-06-22
bpf: Support access to bpf map fields
Andrey Ignatov
1
-8
/
+74
2020-06-20
bpf: Avoid verifier failure for 32bit pointer arithmetic
Yonghong Song
1
-0
/
+5
2020-06-05
bpf: Fix an error code in check_btf_func()
Dan Carpenter
1
-1
/
+1
2020-06-02
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
1
-49
/
+146
2020-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-18
/
+16
2020-05-29
bpf: Fix a verifier issue when assigning 32bit reg states to 64bit ones
John Fastabend
1
-5
/
+5
2020-05-29
bpf: Fix use-after-free in fmod_ret check
Alexei Starovoitov
1
-13
/
+11
2020-05-22
bpf: Verifier track null pointer branch_taken with JNE and JEQ
John Fastabend
1
-3
/
+33
2020-05-19
bpf: Add get{peer, sock}name attach types for sock_addr
Daniel Borkmann
1
-1
/
+5
2020-05-16
bpf: Fix check_return_code to only allow [0,1] in trace_iter progs
Daniel Borkmann
1
-1
/
+2
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+18
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
1
-17
/
+20
2020-05-15
bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_range
Daniel Borkmann
1
-1
/
+3
2020-05-14
bpf: Enforce returning 0 for fentry/fexit progs
Yonghong Song
1
-0
/
+17
2020-05-13
bpf: Enable bpf_iter targets registering ctx argument types
Yonghong Song
1
-1
/
+0
2020-05-10
bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
Yonghong Song
1
-0
/
+5
2020-05-10
bpf: Add PTR_TO_BTF_ID_OR_NULL support
Yonghong Song
1
-4
/
+12
2020-05-10
bpf: Allow loading of a bpf_iter program
Yonghong Song
1
-0
/
+21
2020-04-30
bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH
Jakub Sitnicki
1
-10
/
+35
2020-04-29
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
1
-0
/
+2
2020-04-26
bpf: Make verifier log more relevant by default
Andrii Nakryiko
1
-4
/
+25
2020-04-26
bpf: Remove set but not used variable 'dst_known'
Mao Wenan
1
-3
/
+1
2020-04-25
bpf: Propagate expected_attach_type when verifying freplace programs
Toke Høiland-Jørgensen
1
-0
/
+8
2020-04-21
bpf: Fix handling of XADD on BTF memory
Jann Horn
1
-1
/
+1
2020-04-21
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
1
-9
/
+19
2020-04-14
bpf: remove unneeded conversion to bool in __mark_reg_unknown
Zou Wei
1
-2
/
+1
2020-03-31
bpf: Verifier, refine 32bit bound in do_refine_retval_range
John Fastabend
1
-0
/
+1
2020-03-31
bpf: Verifier, do explicit ALU32 bounds tracking
John Fastabend
1
-281
/
+837
2020-03-31
bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectly
John Fastabend
1
-8
/
+11
2020-03-30
bpf: Simplify reg_set_min_max_inv handling
Jann Horn
1
-86
/
+22
2020-03-30
bpf: Fix tnum constraints for 32-bit comparisons
Jann Horn
1
-36
/
+72
2020-03-30
bpf: Undo incorrect __reg_bound_offset32 handling
Daniel Borkmann
1
-19
/
+0
2020-03-30
bpf: lsm: Implement attach, detach and execution
KP Singh
1
-4
/
+15
2020-03-28
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
1
-6
/
+10
2020-03-26
bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
John Fastabend
1
-0
/
+1
2020-03-26
bpf: Verifer, refactor adjust_scalar_min_max_vals
John Fastabend
1
-164
/
+239
2020-03-13
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
1
-1
/
+3
[next]