summaryrefslogtreecommitdiffstats
path: root/arch/x86/net/bpf_jit_comp32.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-1/+10
|\
| * bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk2021-04-081-1/+10
* | bpf: Support kernel function call in x86-32Martin KaFai Lau2021-03-261-0/+198
|/
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-4/+2
* bpf, i386: Remove unneeded conversion to boolJason Yan2020-05-071-2/+2
* bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing2020-04-241-1/+1
* bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson2020-04-241-4/+18
* bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson2020-04-241-1/+3
* bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bitsLuke Nelson2020-03-061-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-255/+29
|\
| * bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson2019-07-031-57/+6
| * bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson2019-07-031-198/+23
* | x32: bpf: eliminate zero extension code-genJiong Wang2019-05-241-27/+56
|/
* bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing2019-05-011-13/+6
* 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-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