aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/net
AgeCommit message (Expand)Author
2021-09-15bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-04-10bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk
2021-04-10bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk
2021-04-10bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_compYonghong Song
2020-05-02bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BLuke Nelson
2020-05-02bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing
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
2020-04-01bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bitsLuke Nelson
2019-08-01bpf: fix x64 JIT code generation for jmp to 1st insnAlexei Starovoitov
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid 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-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-14bpf, x64: fix stack layout of JITed bpf codeAlexei Starovoitov
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-24x32: bpf: eliminate zero extension code-genJiong Wang
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
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
2019-01-26x86_64: bpf: implement jitting of JMP32Jiong Wang
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau
2018-07-26bpf, x32: Fix regression caused by commit 24dea04767e6Wang YanQing
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-03bpf, x32: remove ld_abs/ld_indDaniel Borkmann
2018-05-03bpf, x64: remove ld_abs/ld_indDaniel Borkmann
2018-05-03bpf, x86_32: add eBPF JIT compiler for ia32Wang YanQing
2018-05-02bpf, x64: fix memleak when not converging on callsDaniel Borkmann
2018-05-02bpf, x64: fix memleak when not converging after imageDaniel Borkmann
2018-05-02x86/bpf: Clean up non-standard comments, to make the code more readableIngo Molnar
2018-04-25bpf, x64: fix JIT emission for dead codeGianluca Borello
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-07bpf, x64: increase number of passesDaniel Borkmann
2018-02-27bpf, x64: remove bpf_flush_icacheDaniel Borkmann
2018-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-02-23bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann
2018-02-23bpf, x64: save few bytes when mul is in alu32Daniel Borkmann
2018-02-23bpf, x64: save several bytes when mul dest is r0/r3 anywayDaniel Borkmann
2018-02-23bpf, x64: save several bytes by using mov over movabsq when possibleDaniel Borkmann
2018-02-23bpf, x64: save one byte per shl/shr/sar when imm is 1Daniel Borkmann
2018-02-22bpf, x64: implement retpoline for tail callDaniel Borkmann
2018-01-26bpf, x86_64: remove obsolete exception handling from div/modDaniel Borkmann
2018-01-19bpf, x86: small optimization in alu ops with immDaniel Borkmann
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov