summaryrefslogtreecommitdiff
path: root/arch/x86/net/bpf_jit_comp32.c
AgeCommit message (Expand)Author
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson
2019-05-24x32: bpf: eliminate zero extension code-genJiong Wang
2019-05-01bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing
2019-05-01bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing
2019-01-26x32: bpf: implement jitting of JMP32Jiong Wang
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