summaryrefslogtreecommitdiffstats
path: root/arch/x86/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix x64 JIT code generation for jmp to 1st insnAlexei Starovoitov2019-08-011-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-091-255/+29Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-031-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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-58/+22Star
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-181-53/+21Star
| |\|
| | * bpf, x64: fix stack layout of JITed bpf codeAlexei Starovoitov2019-06-151-53/+21Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1Star
| |/
* / x32: bpf: eliminate zero extension code-genJiong Wang2019-05-251-27/+56
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* 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
* x86_64: bpf: implement jitting of JMP32Jiong Wang2019-01-261-6/+40
* bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-091-0/+2
* bpf, x32: Fix regression caused by commit 24dea04767e6Wang YanQing2018-07-261-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-084-379/+2544
|\
| * bpf, x32: remove ld_abs/ld_indDaniel Borkmann2018-05-041-135/+1Star
| * bpf, x64: remove ld_abs/ld_indDaniel Borkmann2018-05-043-296/+5Star
| * bpf, x86_32: add eBPF JIT compiler for ia32Wang YanQing2018-05-032-2/+2559
| * x86/bpf: Clean up non-standard comments, to make the code more readableIngo Molnar2018-05-021-100/+133
* | bpf, x64: fix memleak when not converging on callsDaniel Borkmann2018-05-021-1/+1
* | bpf, x64: fix memleak when not converging after imageDaniel Borkmann2018-05-021-2/+2
|/
* bpf, x64: fix JIT emission for dead codeGianluca Borello2018-04-251-1/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+2
|\
| * bpf, x64: increase number of passesDaniel Borkmann2018-03-071-1/+2
* | bpf, x64: remove bpf_flush_icacheDaniel Borkmann2018-02-271-13/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-02-261-87/+132
|\ \ | |/ |/|
| * bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann2018-02-241-12/+16
| * bpf, x64: save few bytes when mul is in alu32Daniel Borkmann2018-02-241-15/+28
| * bpf, x64: save several bytes when mul dest is r0/r3 anywayDaniel Borkmann2018-02-241-10/+11
| * bpf, x64: save several bytes by using mov over movabsq when possibleDaniel Borkmann2018-02-241-51/+74
| * bpf, x64: save one byte per shl/shr/sar when imm is 1Daniel Borkmann2018-02-241-1/+5
* | bpf, x64: implement retpoline for tail callDaniel Borkmann2018-02-231-4/+5
|/
* bpf, x86_64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-271-20/+0Star
* bpf, x86: small optimization in alu ops with immDaniel Borkmann2018-01-201-5/+30
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-201-2/+0Star
* bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-171-3/+44
* bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-1/+1
* bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2017-10-041-2/+2
* x86: bpf_jit: small optimization in emit_bpf_tail_call()Eric Dumazet2017-08-311-5/+4Star
* bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE}Daniel Borkmann2017-08-101-0/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-052-41/+45
|\
| * bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-061-0/+1
| * bpf: take advantage of stack_depth tracking in x64 JITAlexei Starovoitov2017-06-011-4/+5
| * bpf: change x86 JITed program stack layoutAlexei Starovoitov2017-06-012-38/+40
| * bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-06-011-1/+1
* | objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-301-0/+2
|/