summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-031-0/+18
* bpf/verifier: introduce BPF_PTR_TO_MAP_VALUERoman Gushchin2018-08-031-2/+6
* bpf: introduce cgroup storage mapsRoman Gushchin2018-08-031-0/+12
* bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre2018-07-311-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-211-1/+1
|\
| * bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski2018-07-181-1/+1
* | bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann2018-07-121-2/+9
|/
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-3/+5
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* bpf: reject passing modified ctx to helper functionsDaniel Borkmann2018-06-071-17/+31
* bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-031-1/+2
* bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann2018-06-031-19/+49
* bpf: fixup error message from gpl helpers on license mismatchDaniel Borkmann2018-06-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-271-25/+120
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-261-22/+64
| |\
| | * bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann2018-05-241-22/+64
| * | bpf: Prevent memory disambiguation attackAlexei Starovoitov2018-05-191-3/+56
| |/
* | ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux2018-05-241-0/+1
* | bpf: get kernel symbol addresses via syscallSandipan Das2018-05-241-6/+1Star
* | bpf: support 64-bit offsets for bpf function callsSandipan Das2018-05-241-1/+14
* | bpf: sockmap, add hash map supportJohn Fastabend2018-05-151-2/+12
* | bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-091-1/+1
* | bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski2018-05-041-2/+2
* | bpf: replace map pointer loads before calling into offloadsJakub Kicinski2018-05-041-5/+5
* | bpf: add faked "ending" subprogJiong Wang2018-05-041-20/+14Star
* | bpf: centre subprog information fieldsJiong Wang2018-05-041-30/+32
* | bpf: unify main prog and subprogJiong Wang2018-05-041-26/+31
* | bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-041-0/+24
* | bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel2018-05-041-2/+6
* | bpf/verifier: improve register value range tracking with ARSHYonghong Song2018-04-291-0/+23
* | bpf: remove never-hit branches in verifier adjust_scalar_min_max_valsYonghong Song2018-04-291-9/+2Star
* | bpf/verifier: refine retval R0 state for bpf_get_stack helperYonghong Song2018-04-291-0/+27
* | bpf: add bpf_get_stack helperYonghong Song2018-04-291-0/+19
* | bpf: allow map helpers access to map values directlyPaul Chaignon2018-04-241-17/+7Star
|/
* bpf: Hooks for sys_bindAndrey Ignatov2018-03-311-0/+1
* bpf: Check attach type at prog load timeAndrey Ignatov2018-03-311-3/+3
* bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()Martin KaFai Lau2018-03-261-8/+11
* bpf: Rename bpf_verifer_logMartin KaFai Lau2018-03-261-2/+2
* bpf: Remove struct bpf_verifier_env argument from print_bpf_insnJiri Olsa2018-03-231-17/+27
* bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-191-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-16/+26
|\
| * bpf: allow xadd only on aligned memoryDaniel Borkmann2018-02-231-16/+26
* | bpf: Remove unused callee_saved arrayJoe Stringer2018-02-151-4/+0Star
|/
* bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann2018-01-271-8/+30
* bpf: make unknown opcode handling more robustDaniel Borkmann2018-01-271-0/+7
* bpf: improve dead code sanitizingDaniel Borkmann2018-01-271-5/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-211-25/+57
|\
| * bpf: add upper complexity limit to verifier logDaniel Borkmann2018-01-201-1/+2
| * bpf, verifier: detect misconfigured mem, size argument pairDaniel Borkmann2018-01-201-24/+55
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-201-11/+53
|\ \ | |/ |/|