summaryrefslogtreecommitdiffstats
path: root/arch/x86/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: x64: Do not emit sub/add 0, %rsp when !stack_depthMaciej Fijalkowski2020-09-291-10/+23
* bpf, x64: Drop "pop %rcx" instruction on BPF JIT epilogueMaciej Fijalkowski2020-09-291-2/+0
* bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski2020-09-171-48/+189
* bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski2020-09-171-9/+11
* bpf, x64: use %rcx instead of %rax for tail call retpolinesMaciej Fijalkowski2020-09-171-10/+10
* bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-281-11/+21
* 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, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BLuke Nelson2020-04-201-3/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-4/+6
|\
| * bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bitsLuke Nelson2020-03-061-4/+6
* | bpf: Fix trampoline generation for fmod_ret programsAlexei Starovoitov2020-03-111-26/+5
* | bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-041-11/+119
* | bpf: JIT helpers for fmod_ret progsKP Singh2020-03-041-63/+85
* | bpf: Refactor trampoline update codeKP Singh2020-03-041-15/+16
|/
* bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-10/+8
* bpf, x86: Align dispatcher branch targets to 16BBjörn Töpel2019-12-131-1/+29
* bpf: Introduce BPF dispatcherBjörn Töpel2019-12-131-0/+122
* bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann2019-11-241-60/+25
* bpf, x86: Emit patchable direct jump as tail callDaniel Borkmann2019-11-241-95/+187
* bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann2019-11-241-18/+46
* bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-151-1/+2
* bpf: Reserve space for BPF trampoline in BPF programsAlexei Starovoitov2019-11-151-2/+7
* bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-2/+209
* bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov2019-11-151-0/+51
* bpf: Refactor x86 JIT into helpersAlexei Starovoitov2019-11-151-54/+98
* bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov2019-10-171-4/+93
* bpf, x86: Small optimization in comparing against imm0Daniel Borkmann2019-10-041-0/+10
* 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-081-255/+29
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-031-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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-58/+22
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-171-53/+21
| |\|
| | * bpf, x64: fix stack layout of JITed bpf codeAlexei Starovoitov2019-06-141-53/+21
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
| |/
* / x32: bpf: eliminate zero extension code-genJiong Wang2019-05-241-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/+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
* 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-122-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-074-379/+2544
|\
| * bpf, x32: remove ld_abs/ld_indDaniel Borkmann2018-05-031-135/+1