summaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-22bpf: Fix extable address check.Alexei Starovoitov1-7/+42
2021-12-22bpf, x64: Factor out emission of REX byte in more casesJie Meng1-24/+26
2021-12-22bpf: Fix extable fixup offset.Alexei Starovoitov1-1/+1
2021-09-28bpf, x86: Fix bpf mapping of atomic fetch implementationJohan Almbladh1-5/+8
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao1-13/+40
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+13
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2-0/+13
2021-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+19
2021-07-16bpf, x86: Store caller's ip in trampoline stackJiri Olsa1-0/+19
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend1-0/+3
2021-06-28bpf, x86: Fix extable offset calculationRavi Bangoria1-1/+1
2021-06-24bpf, x86: Remove unused cnt increase from EMIT macroJiri Olsa1-32/+12
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-0/+203
2021-04-28Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+5
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+20
2021-04-08bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk1-1/+10
2021-04-08bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk1-1/+10
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar1-5/+5
2021-03-27bpf: Support kernel function call in x86-32Martin KaFai Lau1-0/+198
2021-03-27bpf: Support bpf program calling kernel functionMartin KaFai Lau1-0/+5
2021-03-20bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIGStanislav Fomichev1-1/+2
2021-03-18x86: Fix various typos in commentsIngo Molnar1-2/+2
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov1-4/+22
2021-03-15x86: Remove dynamic NOP selectionPeter Zijlstra1-4/+4
2021-03-10bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_compYonghong Song1-2/+2
2021-02-22bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as srcBrendan Jackman1-3/+7
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov1-0/+15
2021-02-11bpf: Compute program stats for sleepable programsAlexei Starovoitov1-19/+12
2021-02-04bpf: Emit explicit NULL pointer checks for PROBE_LDX instructions.Alexei Starovoitov1-0/+19
2021-01-21bpf,x64: Pad NOPs to make images converge more easilyGary Lin1-28/+112
2021-01-15bpf: Add bitwise atomic instructionsBrendan Jackman1-1/+49
2021-01-15bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman1-0/+8
2021-01-15bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman1-0/+4
2021-01-15bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2-16/+36
2021-01-15bpf: x86: Factor out a lookup table for some ALU opcodesBrendan Jackman1-18/+15
2021-01-15bpf: x86: Factor out emission of REX byteBrendan Jackman1-16/+23
2021-01-15bpf: x86: Factor out emission of ModR/M for *(reg + off)Brendan Jackman1-18/+25
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