summaryrefslogtreecommitdiff
path: root/kernel (unfollow)
Commit message (Expand)Author
2022-04-19bpf: check pending signals while verifying programsAlexei Starovoitov
2022-04-19bpf: Prevent memory disambiguation attackAlexei Starovoitov
2022-04-19bpf/verifier: Pass instruction index to check_mem_access() and check_xadd()Ben Hutchings
2022-04-19bpf/verifier: Add spi variable to check_stack_write()Ben Hutchings
2022-04-19bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski
2022-04-19bpf: map_get_next_key to return first key on NULLTeng Qin
2022-04-19bpf: skip unnecessary capability checkChenbo Feng
2022-04-19BACKPORT: fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_i...Al Viro
2022-04-19UPSTREAM: netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani
2022-04-19perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov
2022-04-19perf/core: Set event's default ::overflow_handler()Wang Nan
2022-04-19bpf: add schedule points in percpu arrays managementEric Dumazet
2022-04-19bpf: fix mlock precharge on arraymapsDaniel Borkmann
2022-04-19bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann
2022-04-19bpf: fix function type for __bpf_prog_runSami Tolvanen
2022-04-19bpf: reject stores into ctx via st and xaddDaniel Borkmann
2022-04-19bpf: fix 32-bit divide by zeroAlexei Starovoitov
2022-04-19bpf: fix divides by zeroEric Dumazet
2022-04-19bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2022-04-19bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2022-04-19bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov
2022-04-19bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann
2022-04-19bpf: prevent out-of-bounds speculationAlexei Starovoitov
2022-04-19bpf: refactor fixup_bpf_calls()Alexei Starovoitov
2022-04-19bpf: move fixup_bpf_calls() functionAlexei Starovoitov
2022-04-19bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWNBen Hutchings
2022-04-19bpf: fix incorrect sign extension in check_alu_op()Jann Horn
2022-04-19bpf: reject out-of-bounds stack pointer calculationJann Horn
2022-04-19bpf: fix branch pruning logicAlexei Starovoitov
2022-04-19bpf: adjust insn_aux_data when patching insnsAlexei Starovoitov
2022-04-19bpf: fix lockdep splatEric Dumazet
2022-04-19UPSTREAM: selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng
2022-04-19BACKPORT: security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng
2022-04-19BACKPORT: bpf: Add file mode configuration into bpf mapsChenbo Feng
2022-04-19bpf: move bpf_map_show_fdinfo to match upstream locationAnay Wadhera
2022-04-19bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree
2022-04-19bpf/verifier: fix min/max handling in BPF_SUBEdward Cree
2022-04-19bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann
2022-04-19bpf, verifier: fix alu ops against map_value{, _adj} register typesDaniel Borkmann
2022-04-19bpf: adjust verifier heuristicsDaniel Borkmann
2022-04-19bpf, verifier: add additional patterns to evaluate_reg_imm_aluJohn Fastabend
2022-04-19bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann
2022-04-19bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann
2022-04-19FROMLIST: bpf: cgroup skb progs cannot access ld_abs/indDaniel Borkmann
2022-04-19FROMLIST: [net-next,v2,2/2] bpf: Remove the capability check for cgroup skb e...Chenbo Feng
2022-04-19FROMLIST: [net-next,v2,1/2] bpf: Allow CGROUP_SKB eBPF program to access sk_buffChenbo Feng
2022-04-19UPSTREAM: bpf: cgroup: fix documentation of __cgroup_bpf_update()Daniel Mack
2022-04-19BACKPORT: bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
2022-04-19BACKPORT: UPSTREAM: bpf: pass sk to helper functionsWillem de Bruijn
2022-04-19UPSTREAM: bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack