summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c
Commit message (Expand)AuthorAgeFilesLines
* 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-05-311-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-211-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-091-0/+5
* | bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song2020-05-091-4/+12
* | bpf: Allow loading of a bpf_iter programYonghong Song2020-05-091-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-281-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-241-0/+8
* bpf: Fix handling of XADD on BTF memoryJann Horn2020-04-201-1/+1
* bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn2020-04-201-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-301-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
* bpf: lsm: Implement attach, detach and executionKP Singh2020-03-301-4/+15
* bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-271-6/+10
* bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend2020-03-251-0/+1
* bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend2020-03-251-164/+239
* bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-121-1/+3
* bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh2020-03-051-10/+3
* bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh2020-03-041-0/+31
* bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-041-0/+1
* bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner2020-02-241-4/+9
* bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner2020-02-241-11/+28
* bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki2020-02-211-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-231-99/+405
|\
| * bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau2020-01-221-0/+24
| * bpf: Introduce dynamic program extensionsAlexei Starovoitov2020-01-221-20/+65
| * bpf: Fix error path under memory pressureAlexei Starovoitov2020-01-221-2/+7
| * bpf: Introduce function-by-function verificationAlexei Starovoitov2020-01-101-50/+202
| * bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-0/+5
| * bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-30/+104
| * bpf: Save PTR_TO_BTF_ID register state when spilling to stackMartin KaFai Lau2020-01-091-0/+1
* | bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2020-01-151-3/+10