aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/net/bpf_jit_comp32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-255/+29
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson1-57/+6
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson1-198/+23
2019-05-24x32: bpf: eliminate zero extension code-genJiong Wang1-27/+56
2019-05-01bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing1-13/+6
2019-05-01bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing1-51/+166
2019-01-26x32: bpf: implement jitting of JMP32Jiong Wang1-36/+85
2018-07-26bpf, x32: Fix regression caused by commit 24dea04767e6Wang YanQing1-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-03bpf, x32: remove ld_abs/ld_indDaniel Borkmann1-135/+1
2018-05-03bpf, x86_32: add eBPF JIT compiler for ia32Wang YanQing1-0/+2553