summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/verifier.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+14
* 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-031-0/+24
* bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel2018-05-031-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/+2
* 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/+7
* 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/+0
|/
* bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann2018-01-261-8/+30
* bpf: make unknown opcode handling more robustDaniel Borkmann2018-01-261-0/+7
* bpf: improve dead code sanitizingDaniel Borkmann2018-01-261-5/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-201-25/+57
|\
| * bpf: add upper complexity limit to verifier logDaniel Borkmann2018-01-191-1/+2
| * bpf, verifier: detect misconfigured mem, size argument pairDaniel Borkmann2018-01-191-24/+55
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-191-11/+53
|\ \ | |/ |/|
| * bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2018-01-171-11/+16
| * bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-161-0/+19
| * bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-01-141-0/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-1/+6
|\ \ | |/
| * bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-101-0/+5
| * bpf: fix spelling mistake: "obusing" -> "abusing"Colin Ian King2018-01-101-1/+1
* | bpf: offload: add map offload infrastructureJakub Kicinski2018-01-141-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-111-4/+50
|\ \ | |/
| * bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-091-0/+36
* | bpf: export function to write into verifier log bufferQuentin Monnet2018-01-101-4/+12
* | bpf: fix verifier GPF in kmalloc failure pathAlexei Starovoitov2018-01-081-0/+4
* | bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski2017-12-311-13/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-271-25/+101
|\ \
| * | bpf: fix max call depth checkAlexei Starovoitov2017-12-271-2/+2
| * | bpf: fix maximum stack depth tracking logicAlexei Starovoitov2017-12-271-16/+66
| * | bpf: fix stacksafe exploration when comparing statesGianluca Borello2017-12-231-1/+1
| * | bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-201-4/+26
| * | bpf: fix kallsyms handling for subprogsDaniel Borkmann2017-12-201-0/+3
| * | bpf: make function skip_callee static and return NULL rather than 0Colin Ian King2017-12-191-1/+2
| * | bpf: fix spelling mistake: "funcation"-> "function"Colin Ian King2017-12-191-1/+1
OpenPOWER on IntegriCloud