summaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-01x86/returnthunk: Allow different return thunksPeter Zijlstra1-1/+1
2022-07-25x86/bpf: Use alternative RET encodingPeter Zijlstra1-2/+18
2022-07-25bpf,x86: Respect X86_FEATURE_RETPOLINE*Peter Zijlstra2-29/+42
2022-07-25bpf,x86: Simplify computing label offsetsPeter Zijlstra1-83/+42
2022-07-25x86/retpoline: Move the retpoline thunk declarations to nospec-branch.hPeter Zijlstra1-1/+0
2022-06-29bpf, x86: Fix tail call count offset calculation on bpf2bpf callJakub Sitnicki1-1/+2
2021-10-06bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao1-13/+40
2021-08-04bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2-0/+13
2021-07-25bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend1-0/+3
2021-04-10bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk1-1/+10
2021-04-10bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk1-1/+10
2021-04-10bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_compYonghong Song1-2/+2
2021-04-07bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIGStanislav Fomichev1-1/+2
2021-04-07bpf: Fix fexit trampoline.Alexei Starovoitov1-4/+22
2020-09-30bpf: x64: Do not emit sub/add 0, %rsp when !stack_depthMaciej Fijalkowski1-10/+23
2020-09-30bpf, x64: Drop "pop %rcx" instruction on BPF JIT epilogueMaciej Fijalkowski1-2/+0
2020-09-18bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski1-48/+189
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski1-9/+11
2020-09-17bpf, x64: use %rcx instead of %rax for tail call retpolinesMaciej Fijalkowski1-10/+10
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov1-11/+21
2020-05-07bpf, i386: Remove unneeded conversion to boolJason Yan1-2/+2
2020-04-25bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing1-1/+1
2020-04-25bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson1-4/+18
2020-04-25bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson1-1/+3
2020-04-21bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BLuke Nelson1-3/+15
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+6
2020-03-11bpf: Fix trampoline generation for fmod_ret programsAlexei Starovoitov1-26/+5
2020-03-06bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bitsLuke Nelson1-4/+6
2020-03-05bpf: Introduce BPF_MODIFY_RETURNKP Singh1-11/+119
2020-03-05bpf: JIT helpers for fmod_ret progsKP Singh1-63/+85
2020-03-05bpf: Refactor trampoline update codeKP Singh1-15/+16
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau1-10/+8
2019-12-14bpf, x86: Align dispatcher branch targets to 16BBjörn Töpel1-1/+29
2019-12-14bpf: Introduce BPF dispatcherBjörn Töpel1-0/+122
2019-11-25bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann1-60/+25
2019-11-25bpf, x86: Emit patchable direct jump as tail callDaniel Borkmann1-95/+187
2019-11-25bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann1-18/+46
2019-11-16bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov1-1/+2
2019-11-16bpf: Reserve space for BPF trampoline in BPF programsAlexei Starovoitov1-2/+7
2019-11-16bpf: Introduce BPF trampolineAlexei Starovoitov1-2/+209
2019-11-16bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov1-0/+51
2019-11-16bpf: Refactor x86 JIT into helpersAlexei Starovoitov1-54/+98
2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov1-4/+93
2019-10-04bpf, x86: Small optimization in comparing against imm0Daniel Borkmann1-0/+10
2019-08-01bpf: fix x64 JIT code generation for jmp to 1st insnAlexei Starovoitov1-4/+5
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-255/+29
2019-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-255/+29
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson1-57/+6
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson1-198/+23
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-58/+22