summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2018-11-10bpf: generally move prog destruction to RCU deferralDaniel Borkmann
2018-08-06bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski
2018-05-16bpf: map_get_next_key to return first key on NULLTeng Qin
2018-03-28bpf: skip unnecessary capability checkChenbo Feng
2018-03-22bpf: fix incorrect sign extension in check_alu_op()Jann Horn
2018-02-03bpf: reject stores into ctx via st and xaddDaniel Borkmann
2018-02-03bpf: fix 32-bit divide by zeroAlexei Starovoitov
2018-02-03bpf: fix divides by zeroEric Dumazet
2018-02-03bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2018-02-03bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2018-02-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov
2018-02-03bpf: fix branch pruning logicAlexei 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: adjust insn_aux_data when patching insnsAlexei Starovoitov
2018-01-17bpf: refactor fixup_bpf_calls()Alexei Starovoitov
2018-01-17bpf: move fixup_bpf_calls() functionAlexei Starovoitov
2018-01-17bpf: don't (ab)use instructions to store stateJakub Kicinski
2018-01-17bpf: add bpf_patch_insn_single helperDaniel Borkmann
2017-11-21bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann
2017-10-21bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree
2017-07-21bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann
2016-06-24bpf, inode: disallow userns mountsDaniel Borkmann
2016-06-24bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman
2016-05-18bpf: fix check_map_func_compatibility logicAlexei Starovoitov
2016-05-18bpf: fix refcnt overflowAlexei Starovoitov
2016-05-18bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn
2016-05-18bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov
2016-04-20bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov
2016-03-03bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann
2016-01-31net: bpf: reject invalid shiftsRabin Vincent
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov
2015-12-01bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann
2015-11-03bpf, verifier: annotate verbose printer with __printfDaniel Borkmann
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann
2015-11-02bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann
2015-11-02bpf: abstract anon_inode_getfd invocationsDaniel Borkmann
2015-11-02bpf: convert hashtab lock to raw lockYang Shi
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov
2015-10-16bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-10-05ebpf: include perf_event only where really neededDaniel Borkmann
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann