aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/net/bpf_jit_comp32.c
AgeCommit message (Expand)Author
2021-09-22bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-04-10bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk
2020-05-02bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson
2020-05-02bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson
2019-11-24bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing
2019-11-24bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson
2019-11-24bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson
2019-11-24bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing
2018-07-26bpf, x32: Fix regression caused by commit 24dea04767e6Wang YanQing
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-03bpf, x32: remove ld_abs/ld_indDaniel Borkmann
2018-05-03bpf, x86_32: add eBPF JIT compiler for ia32Wang YanQing