summaryrefslogtreecommitdiffstats
path: root/arch/x86/net/bpf_jit_comp32.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-09-221-0/+6
* bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk2021-04-101-1/+10
* bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson2020-05-021-4/+16
* bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson2020-05-021-1/+3
* bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing2019-11-241-53/+168
* bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson2019-11-241-57/+6
* bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson2019-11-241-198/+23
* bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing2019-11-241-13/+6
* bpf, x32: Fix regression caused by commit 24dea04767e6Wang YanQing2018-07-261-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* bpf, x32: remove ld_abs/ld_indDaniel Borkmann2018-05-031-135/+1
* bpf, x86_32: add eBPF JIT compiler for ia32Wang YanQing2018-05-031-0/+2553