summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2018-12-17bpf: Prevent memory disambiguation attackAlexei Starovoitov1-4/+59
2018-12-17bpf/verifier: Pass instruction index to check_mem_access() and check_xadd()Ben Hutchings1-8/+8
2018-12-17bpf/verifier: Add spi variable to check_stack_write()Ben Hutchings1-5/+3
2018-12-17bpf: support 8-byte metafield accessAlexei Starovoitov1-3/+6
2018-11-10bpf: generally move prog destruction to RCU deferralDaniel Borkmann2-13/+4
2018-08-06bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski1-2/+2
2018-05-16bpf: map_get_next_key to return first key on NULLTeng Qin3-13/+18
2018-03-28bpf: skip unnecessary capability checkChenbo Feng1-1/+1
2018-03-22bpf: fix incorrect sign extension in check_alu_op()Jann Horn1-1/+2
2018-02-03bpf: reject stores into ctx via st and xaddDaniel Borkmann1-0/+19
2018-02-03bpf: fix 32-bit divide by zeroAlexei Starovoitov1-0/+18
2018-02-03bpf: fix divides by zeroEric Dumazet1-2/+2
2018-02-03bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann1-0/+5
2018-02-03bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-1/+23
2018-02-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov1-1/+1
2018-02-03bpf: fix branch pruning logicAlexei Starovoitov1-0/+28
2018-01-17bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann1-2/+15
2018-01-17bpf: prevent out-of-bounds speculationAlexei Starovoitov2-9/+61
2018-01-17bpf: adjust insn_aux_data when patching insnsAlexei Starovoitov1-3/+37
2018-01-17bpf: refactor fixup_bpf_calls()Alexei Starovoitov1-39/+33
2018-01-17bpf: move fixup_bpf_calls() functionAlexei Starovoitov2-54/+55
2018-01-17bpf: don't (ab)use instructions to store stateJakub Kicinski1-28/+39
2018-01-17bpf: add bpf_patch_insn_single helperDaniel Borkmann2-44/+80
2017-11-21bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann1-5/+16
2017-10-21bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree1-1/+2
2017-07-21bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann1-0/+5
2016-06-24bpf, inode: disallow userns mountsDaniel Borkmann1-1/+0
2016-06-24bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman1-1/+1
2016-05-18bpf: fix check_map_func_compatibility logicAlexei Starovoitov1-21/+32
2016-05-18bpf: fix refcnt overflowAlexei Starovoitov3-11/+31
2016-05-18bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn1-1/+0
2016-05-18bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov1-0/+1
2016-04-20bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov1-1/+1
2016-03-03bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann1-1/+1
2016-01-31net: bpf: reject invalid shiftsRabin Vincent1-0/+10
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov3-12/+34
2015-12-01bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann1-1/+1
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann3-16/+29
2015-11-03bpf, verifier: annotate verbose printer with __printfDaniel Borkmann1-1/+1
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann3-4/+417
2015-11-02bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann2-11/+7
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann2-20/+24
2015-11-02bpf: abstract anon_inode_getfd invocationsDaniel Borkmann1-3/+14
2015-11-02bpf: convert hashtab lock to raw lockYang Shi1-7/+7
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov1-9/+16
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov2-1/+4
2015-10-16bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert1-0/+1
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov3-1/+68
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov2-14/+103
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov1-1/+1