summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov
2019-02-01bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks
2019-01-31bpf: fix bitrotted kerneldocValdis Kletnieks
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-01-26bpf: JIT blinds support JMP32Jiong Wang
2019-01-26bpf: interpreter support for JMP32Jiong Wang
2019-01-26bpf: disassembler support JMP32Jiong Wang
2019-01-26bpf: verifier support JMP32Jiong Wang
2019-01-26bpf: refactor verifier min/max code for condition jumpJiong Wang
2019-01-23bpf: notify offload JITs about optimizationsJakub Kicinski
2019-01-23bpf: verifier: record original instruction indexJakub Kicinski
2019-01-23bpf: verifier: remove unconditional branches by 0Jakub Kicinski
2019-01-23bpf: verifier: remove dead codeJakub Kicinski
2019-01-23bpf: verifier: hard wire branches to dead codeJakub Kicinski
2019-01-23bpf: change parameters of call/branch offset adjustmentJakub Kicinski
2019-01-18bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann
2019-01-17bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre
2019-01-17bpf: Make function btf_name_offset_valid staticMathieu Malaterre
2019-01-17bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev
2019-01-17bpf: don't assume build-id length is always 20 bytesStanislav Fomichev
2019-01-17bpf: fix a (false) compiler warningPeter Oskolkov
2019-01-16bpf: btf: support 128 bit integer typeYonghong Song
2019-01-11bpf: fix bpffs bitfield pretty printYonghong Song
2019-01-10bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu
2019-01-05bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-02bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann
2019-01-02bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann
2019-01-02bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann
2019-01-02bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann
2019-01-02bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann
2019-01-02bpf: enable access to ax register also from verifier rewriteDaniel Borkmann
2019-01-02bpf: move tmp variable into ax register in interpreterDaniel Borkmann
2019-01-02bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-20bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-20bpf: verifier: reorder stack size check with dead code sanitizationJakub Kicinski
2018-12-20bpf: verifier: teach the verifier to reason about the BPF_JSET instructionJakub Kicinski
2018-12-19bpf: Ensure line_info.insn_off cannot point to insn with zero codeMartin KaFai Lau
2018-12-19bpf: log struct/union attribute for forward typeYonghong Song
2018-12-18bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang
2018-12-18bpf: support raw tracepoints in modulesMatt Mullins
2018-12-18bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song
2018-12-18bpf: btf: fix struct/union/fwd types with kind_flagYonghong Song
2018-12-18bpf: btf: refactor btf_int_bits_seq_show()Yonghong Song
2018-12-17bpf: remove useless version check for prog loadDaniel Borkmann
2018-12-15bpf: add self-check logic to liveness analysisAlexei Starovoitov