summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-02-12bpf: offload: add priv field for driversJakub Kicinski
2019-02-10bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau
2019-02-10bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau
2019-02-10bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau
2019-01-31bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks
2019-01-31bpf: fix bitrotted kerneldocValdis Kletnieks
2019-01-29bpf: btf: allow typedef func_protoYonghong Song
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