summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2020-04-02bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman
2019-08-25bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann
2019-08-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann
2019-08-25bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2019-08-04bpf: silence warning messages in coreValdis Klētnieks
2019-05-16bpf: convert htab map to hlist_nullsAlexei Starovoitov
2019-05-16bpf: fix struct htab_elem layoutAlexei Starovoitov
2018-12-21bpf: check pending signals while verifying programsAlexei Starovoitov
2018-12-08bpf: Prevent memory disambiguation attackAlexei Starovoitov
2018-12-08bpf/verifier: Pass instruction index to check_mem_access() and check_xadd()Ben Hutchings
2018-12-08bpf/verifier: Add spi variable to check_stack_write()Ben Hutchings
2018-08-03bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski
2018-05-09bpf: map_get_next_key to return first key on NULLTeng Qin
2018-03-28bpf: skip unnecessary capability checkChenbo Feng
2018-03-11bpf: add schedule points in percpu arrays managementEric Dumazet
2018-03-11bpf: fix mlock precharge on arraymapsDaniel Borkmann
2018-03-11bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann
2018-01-31bpf: reject stores into ctx via st and xaddDaniel Borkmann
2018-01-31bpf: fix 32-bit divide by zeroAlexei Starovoitov
2018-01-31bpf: fix divides by zeroEric Dumazet
2018-01-31bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2018-01-31bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2018-01-31bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov
2018-01-17bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann
2018-01-17bpf: prevent out-of-bounds speculationAlexei Starovoitov
2018-01-17bpf: refactor fixup_bpf_calls()Alexei Starovoitov
2018-01-17bpf: move fixup_bpf_calls() functionAlexei Starovoitov
2017-12-29bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWNBen Hutchings
2017-12-25bpf: fix incorrect sign extension in check_alu_op()Daniel Borkmann
2017-12-25bpf: reject out-of-bounds stack pointer calculationDaniel Borkmann
2017-12-25bpf: fix branch pruning logicDaniel Borkmann
2017-12-25bpf: adjust insn_aux_data when patching insnsDaniel Borkmann
2017-12-14bpf: fix lockdep splatEric Dumazet
2017-10-12bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree
2017-08-30bpf/verifier: fix min/max handling in BPF_SUBEdward Cree
2017-08-30bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann
2017-08-30bpf, verifier: fix alu ops against map_value{, _adj} register typesDaniel Borkmann
2017-08-30bpf: adjust verifier heuristicsDaniel Borkmann
2017-08-30bpf, verifier: add additional patterns to evaluate_reg_imm_aluJohn Fastabend
2017-07-21bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann
2017-07-05bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann
2017-05-14bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann
2017-05-14bpf: enhance verifier to understand stack pointer arithmeticYonghong Song
2017-05-03bpf: improve verifier packet range checksAlexei Starovoitov
2017-03-22bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann
2017-03-22bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann
2017-03-22bpf: fix state equivalenceAlexei Starovoitov
2017-03-22bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf
2016-11-30bpf: fix states equal logic for varlen accessJosef Bacik
2016-11-16bpf: fix range arithmetic for bpf map accessJosef Bacik