aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)AuthorFilesLines
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-14/+41
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-8/+43
2021-12-16bpf: Fix extable address check.Gravatar Alexei Starovoitov 1-7/+42
2021-12-16bpf: Fix extable fixup offset.Gravatar Alexei Starovoitov 1-1/+1
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersGravatar Jiri Olsa 1-1/+14
2021-12-13bpf, x64: Replace some stack_size usage with offset variablesGravatar Jiri Olsa 1-14/+28
2021-12-11x86/extable: Extend extable functionalityGravatar Peter Zijlstra 1-1/+1
2021-11-30x86, bpf: Cleanup the top of file header in bpf_jit_comp.cGravatar Christoph Hellwig 1-2/+2
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Gravatar Tiezhu Yang 2-7/+7
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-79/+80
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+2
2021-10-28bpf,x86: Respect X86_FEATURE_RETPOLINE*Gravatar Peter Zijlstra 2-27/+41
2021-10-28bpf,x86: Simplify computing label offsetsGravatar Peter Zijlstra 1-81/+42
2021-10-28x86/retpoline: Move the retpoline thunk declarations to nospec-branch.hGravatar Peter Zijlstra 1-1/+0
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictGravatar Ingo Molnar 1-18/+48
2021-10-07bpf, x64: Factor out emission of REX byte in more casesGravatar Jie Meng 1-36/+31
2021-10-06bpf, x64: Save bytes for DIV by reducing reg copiesGravatar Jie Meng 1-29/+42
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-18/+48
2021-09-28bpf, x86: Fix bpf mapping of atomic fetch implementationGravatar Johan Almbladh 1-5/+8
2021-09-14bpf,x64 Emit IMUL instead of MUL for x86-64Gravatar Jie Meng 1-30/+23
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progGravatar Hou Tao 1-13/+40
2021-09-13x86/extable: Rework the exception table mechanicsGravatar Thomas Gleixner 1-9/+2
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-0/+13
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Gravatar Daniel Borkmann 2-0/+13
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+19
2021-07-15bpf, x86: Store caller's ip in trampoline stackGravatar Jiri Olsa 1-0/+19
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeGravatar John Fastabend 1-0/+3
2021-06-28bpf, x86: Fix extable offset calculationGravatar Ravi Bangoria 1-1/+1
2021-06-24bpf, x86: Remove unused cnt increase from EMIT macroGravatar Jiri Olsa 1-32/+12
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 2-0/+203
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+5
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-2/+20
2021-04-08bpf, x86: Validate computation of branch displacements for x86-32Gravatar Piotr Krysiuk 1-1/+10
2021-04-08bpf, x86: Validate computation of branch displacements for x86-64Gravatar Piotr Krysiuk 1-1/+10
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Gravatar Ingo Molnar 1-5/+5
2021-03-26bpf: Support kernel function call in x86-32Gravatar Martin KaFai Lau 1-0/+198
2021-03-26bpf: Support bpf program calling kernel functionGravatar Martin KaFai Lau 1-0/+5
2021-03-19bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIGGravatar Stanislav Fomichev 1-1/+2
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 1-2/+2
2021-03-18bpf: Fix fexit trampoline.Gravatar Alexei Starovoitov 1-4/+22
2021-03-15x86: Remove dynamic NOP selectionGravatar Peter Zijlstra 1-4/+4
2021-03-10bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_compGravatar Yonghong Song 1-2/+2
2021-02-22bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as srcGravatar Brendan Jackman 1-3/+7
2021-02-11bpf: Add per-program recursion prevention mechanismGravatar Alexei Starovoitov 1-0/+15
2021-02-11bpf: Compute program stats for sleepable programsGravatar Alexei Starovoitov 1-19/+12
2021-02-04bpf: Emit explicit NULL pointer checks for PROBE_LDX instructions.Gravatar Alexei Starovoitov 1-0/+19
2021-01-20bpf,x64: Pad NOPs to make images converge more easilyGravatar Gary Lin 1-28/+112
2021-01-14bpf: Add bitwise atomic instructionsGravatar Brendan Jackman 1-1/+49