summaryrefslogtreecommitdiffstats
path: root/arch/x86/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2021-02-111-0/+15
* bpf: Compute program stats for sleepable programsAlexei Starovoitov2021-02-111-19/+12
* bpf: Emit explicit NULL pointer checks for PROBE_LDX instructions.Alexei Starovoitov2021-02-041-0/+19
* bpf,x64: Pad NOPs to make images converge more easilyGary Lin2021-01-201-28/+112
* bpf: Add bitwise atomic instructionsBrendan Jackman2021-01-141-1/+49
* bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2021-01-141-0/+8
* bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2021-01-141-0/+4
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-142-16/+36
* bpf: x86: Factor out a lookup table for some ALU opcodesBrendan Jackman2021-01-141-18/+15
* bpf: x86: Factor out emission of REX byteBrendan Jackman2021-01-141-16/+23
* bpf: x86: Factor out emission of ModR/M for *(reg + off)Brendan Jackman2021-01-141-18/+25
* 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
| |/