summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-1/+7
|\
| * bpf: fix lockdep false positive in stackmapAlexei Starovoitov2019-02-111-1/+7
| * bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau2019-02-091-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-162-44/+134
|\ \
| * | bpf: offload: add priv field for driversJakub Kicinski2019-02-121-1/+9
| * | bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-101-2/+29
| * | bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-101-40/+92
| * | bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau2019-02-101-4/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-086-18/+48
|\ \ \ | |/ / |/| / | |/
| * bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau2019-01-311-2/+10
| * bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov2019-01-313-14/+35
| * bpf: run bpf programs with preemption disabledAlexei Starovoitov2019-01-311-1/+1
| * bpf: btf: allow typedef func_protoYonghong Song2019-01-291-1/+2
* | bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-015-14/+107
* | bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov2019-02-013-1/+6
* | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-018-19/+328
* | bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks2019-01-311-1/+2
* | bpf: fix bitrotted kerneldocValdis Kletnieks2019-01-311-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-285-296/+774
|\ \ | |/ |/|
| * bpf: JIT blinds support JMP32Jiong Wang2019-01-261-0/+21
| * bpf: interpreter support for JMP32Jiong Wang2019-01-261-134/+63
| * bpf: disassembler support JMP32Jiong Wang2019-01-261-15/+19
| * bpf: verifier support JMP32Jiong Wang2019-01-262-33/+173
| * bpf: refactor verifier min/max code for condition jumpJiong Wang2019-01-261-73/+99
| * bpf: notify offload JITs about optimizationsJakub Kicinski2019-01-232-0/+41
| * bpf: verifier: record original instruction indexJakub Kicinski2019-01-231-3/+5
| * bpf: verifier: remove unconditional branches by 0Jakub Kicinski2019-01-231-0/+23
| * bpf: verifier: remove dead codeJakub Kicinski2019-01-232-3/+185
| * bpf: verifier: hard wire branches to dead codeJakub Kicinski2019-01-231-2/+43
| * bpf: change parameters of call/branch offset adjustmentJakub Kicinski2019-01-231-19/+21
| * bpf: fix a (false) compiler warningPeter Oskolkov2019-01-171-1/+2
| * bpf: btf: support 128 bit integer typeYonghong Song2019-01-161-19/+85
* | bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann2019-01-181-2/+15
* | bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre2019-01-171-0/+1
* | bpf: Make function btf_name_offset_valid staticMathieu Malaterre2019-01-171-1/+1
* | bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev2019-01-171-0/+2
* | bpf: don't assume build-id length is always 20 bytesStanislav Fomichev2019-01-171-2/+5
|/
* bpf: fix bpffs bitfield pretty printYonghong Song2019-01-111-6/+6
* bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu2019-01-101-1/+2
* bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann2019-01-051-13/+48
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2019-01-021-6/+179
* bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann2019-01-021-1/+5
* bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann2019-01-021-1/+8
* bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann2019-01-021-22/+41
* bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann2019-01-021-0/+11
* bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-021-0/+20
* bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-021-17/+17
* bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2019-01-021-38/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-207-100/+702
|\