index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Fix a verifier failure with xor
Yonghong Song
2020-08-27
1
-0
/
+66
*
bpf: verifier: Use target program's type for access verifications
Udip Pant
2020-08-26
1
-11
/
+21
*
bpf: Add BTF_SET_START/END macros
Jiri Olsa
2020-08-26
1
-0
/
+5
*
bpf: Add btf_struct_ids_match function
Jiri Olsa
2020-08-26
1
-6
/
+11
*
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-26
1
-0
/
+10
*
bpf: sockmap: Allow update from BPF
Lorenz Bauer
2020-08-22
1
-2
/
+36
*
bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
Lorenz Bauer
2020-08-22
1
-0
/
+35
*
bpf: Delete repeated words in comments
Randy Dunlap
2020-08-07
1
-1
/
+1
*
bpf: Add missing newline characters in verifier error messages
Yonghong Song
2020-07-31
1
-2
/
+2
*
bpf: Fix swapped arguments in calls to check_buffer_access
Colin Ian King
2020-07-28
1
-4
/
+4
*
bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
Song Liu
2020-07-26
1
-0
/
+3
*
bpf: Support readonly/readwrite buffers in verifier
Yonghong Song
2020-07-26
1
-6
/
+85
*
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
2020-07-18
1
-3
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-11
1
-3
/
+10
|
\
|
*
bpf: Fix an incorrect branch elimination by verifier
Yonghong Song
2020-06-30
1
-2
/
+1
|
*
bpf: Set the number of exception entries properly for subprograms
Yonghong Song
2020-06-24
1
-1
/
+9
*
|
bpf: Introduce helper bpf_get_task_stack()
Song Liu
2020-07-01
1
-1
/
+3
*
|
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
2020-06-25
1
-10
/
+33
*
|
bpf: Support access to bpf map fields
Andrey Ignatov
2020-06-22
1
-8
/
+74
*
|
bpf: Avoid verifier failure for 32bit pointer arithmetic
Yonghong Song
2020-06-19
1
-0
/
+5
|
/
*
bpf: Fix an error code in check_btf_func()
Dan Carpenter
2020-06-04
1
-1
/
+1
*
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
2020-06-01
1
-49
/
+146
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-06-01
1
-18
/
+16
|
\
|
*
bpf: Fix a verifier issue when assigning 32bit reg states to 64bit ones
John Fastabend
2020-05-29
1
-5
/
+5
|
*
bpf: Fix use-after-free in fmod_ret check
Alexei Starovoitov
2020-05-29
1
-13
/
+11
*
|
bpf: Verifier track null pointer branch_taken with JNE and JEQ
John Fastabend
2020-05-22
1
-3
/
+33
*
|
bpf: Add get{peer, sock}name attach types for sock_addr
Daniel Borkmann
2020-05-19
1
-1
/
+5
*
|
bpf: Fix check_return_code to only allow [0,1] in trace_iter progs
Daniel Borkmann
2020-05-16
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-15
1
-2
/
+18
|
\
|
|
*
bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_range
Daniel Borkmann
2020-05-15
1
-1
/
+3
|
*
bpf: Enforce returning 0 for fentry/fexit progs
Yonghong Song
2020-05-14
1
-0
/
+17
*
|
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-05-15
1
-17
/
+20
*
|
bpf: Enable bpf_iter targets registering ctx argument types
Yonghong Song
2020-05-13
1
-1
/
+0
*
|
bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
Yonghong Song
2020-05-10
1
-0
/
+5
*
|
bpf: Add PTR_TO_BTF_ID_OR_NULL support
Yonghong Song
2020-05-10
1
-4
/
+12
*
|
bpf: Allow loading of a bpf_iter program
Yonghong Song
2020-05-10
1
-0
/
+21
*
|
bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH
Jakub Sitnicki
2020-04-29
1
-10
/
+35
*
|
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
2020-04-29
1
-0
/
+2
*
|
bpf: Make verifier log more relevant by default
Andrii Nakryiko
2020-04-26
1
-4
/
+25
*
|
bpf: Remove set but not used variable 'dst_known'
Mao Wenan
2020-04-26
1
-3
/
+1
|
/
*
bpf: Propagate expected_attach_type when verifying freplace programs
Toke Høiland-Jørgensen
2020-04-25
1
-0
/
+8
*
bpf: Fix handling of XADD on BTF memory
Jann Horn
2020-04-21
1
-1
/
+1
*
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
2020-04-21
1
-9
/
+19
*
bpf: remove unneeded conversion to bool in __mark_reg_unknown
Zou Wei
2020-04-14
1
-2
/
+1
*
bpf: Verifier, refine 32bit bound in do_refine_retval_range
John Fastabend
2020-03-31
1
-0
/
+1
*
bpf: Verifier, do explicit ALU32 bounds tracking
John Fastabend
2020-03-30
1
-281
/
+837
*
bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectly
John Fastabend
2020-03-30
1
-8
/
+11
*
bpf: Simplify reg_set_min_max_inv handling
Jann Horn
2020-03-30
1
-86
/
+22
*
bpf: Fix tnum constraints for 32-bit comparisons
Jann Horn
2020-03-30
1
-36
/
+72
*
bpf: Undo incorrect __reg_bound_offset32 handling
Daniel Borkmann
2020-03-30
1
-19
/
+0
[next]