summaryrefslogtreecommitdiffstats
path: root/arch/x86/net/bpf_jit_comp32.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-091-255/+29Star
|\
| * bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson2019-07-031-57/+6Star
| * bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson2019-07-031-198/+23Star
* | x32: bpf: eliminate zero extension code-genJiong Wang2019-05-251-27/+56
|/
* bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing2019-05-011-13/+6Star
* bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing2019-05-011-51/+166
* x32: bpf: implement jitting of JMP32Jiong Wang2019-01-261-36/+85
* bpf, x32: Fix regression caused by commit 24dea04767e6Wang YanQing2018-07-261-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* bpf, x32: remove ld_abs/ld_indDaniel Borkmann2018-05-041-135/+1Star
* bpf, x86_32: add eBPF JIT compiler for ia32Wang YanQing2018-05-031-0/+2553