summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix a verifier failure with xorYonghong Song2020-08-271-0/+66
* bpf: verifier: Use target program's type for access verificationsUdip Pant2020-08-261-11/+21
* bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-261-0/+5
* bpf: Add btf_struct_ids_match functionJiri Olsa2020-08-261-6/+11
* bpf: Implement bpf_local_storage for inodesKP Singh2020-08-261-0/+10
* bpf: sockmap: Allow update from BPFLorenz Bauer2020-08-221-2/+36
* bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhashLorenz Bauer2020-08-221-0/+35
* bpf: Delete repeated words in commentsRandy Dunlap2020-08-071-1/+1
* bpf: Add missing newline characters in verifier error messagesYonghong Song2020-07-311-2/+2
* bpf: Fix swapped arguments in calls to check_buffer_accessColin Ian King2020-07-281-4/+4
* bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu2020-07-261-0/+3
* bpf: Support readonly/readwrite buffers in verifierYonghong Song2020-07-261-6/+85
* bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-181-3/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-3/+10
|\
| * bpf: Fix an incorrect branch elimination by verifierYonghong Song2020-06-301-2/+1
| * bpf: Set the number of exception entries properly for subprogramsYonghong Song2020-06-241-1/+9
* | bpf: Introduce helper bpf_get_task_stack()Song Liu2020-07-011-1/+3
* | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-251-10/+33
* | bpf: Support access to bpf map fieldsAndrey Ignatov2020-06-221-8/+74
* | bpf: Avoid verifier failure for 32bit pointer arithmeticYonghong Song2020-06-191-0/+5
|/
* bpf: Fix an error code in check_btf_func()Dan Carpenter2020-06-041-1/+1
* bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-011-49/+146
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-011-18/+16
|\
| * bpf: Fix a verifier issue when assigning 32bit reg states to 64bit onesJohn Fastabend2020-05-291-5/+5
| * bpf: Fix use-after-free in fmod_ret checkAlexei Starovoitov2020-05-291-13/+11
* | bpf: Verifier track null pointer branch_taken with JNE and JEQJohn Fastabend2020-05-221-3/+33
* | bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-191-1/+5
* | bpf: Fix check_return_code to only allow [0,1] in trace_iter progsDaniel Borkmann2020-05-161-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-2/+18
|\|
| * bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann2020-05-151-1/+3
| * bpf: Enforce returning 0 for fentry/fexit progsYonghong Song2020-05-141-0/+17
* | bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-17/+20
* | bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-131-1/+0
* | bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundaryYonghong Song2020-05-101-0/+5
* | bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song2020-05-101-4/+12
* | bpf: Allow loading of a bpf_iter programYonghong Song2020-05-101-0/+21
* | bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki2020-04-291-10/+35
* | bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko2020-04-291-0/+2
* | bpf: Make verifier log more relevant by defaultAndrii Nakryiko2020-04-261-4/+25
* | bpf: Remove set but not used variable 'dst_known'Mao Wenan2020-04-261-3/+1
|/
* bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen2020-04-251-0/+8
* bpf: Fix handling of XADD on BTF memoryJann Horn2020-04-211-1/+1
* bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn2020-04-211-9/+19
* bpf: remove unneeded conversion to bool in __mark_reg_unknownZou Wei2020-04-141-2/+1
* bpf: Verifier, refine 32bit bound in do_refine_retval_rangeJohn Fastabend2020-03-311-0/+1
* bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend2020-03-301-281/+837
* bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectlyJohn Fastabend2020-03-301-8/+11
* bpf: Simplify reg_set_min_max_inv handlingJann Horn2020-03-301-86/+22
* bpf: Fix tnum constraints for 32-bit comparisonsJann Horn2020-03-301-36/+72
* bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann2020-03-301-19/+0