summaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)Author
2021-09-28bpf, x86: Fix bpf mapping of atomic fetch implementationJohan Almbladh
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15bpf, x86: Store caller's ip in trampoline stackJiri Olsa
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend
2021-06-28bpf, x86: Fix extable offset calculationRavi Bangoria
2021-06-24bpf, x86: Remove unused cnt increase from EMIT macroJiri Olsa
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-08bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk
2021-04-08bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar
2021-03-26bpf: Support kernel function call in x86-32Martin KaFai Lau
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau
2021-03-19bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIGStanislav Fomichev
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov
2021-03-15x86: Remove dynamic NOP selectionPeter Zijlstra
2021-03-10bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_compYonghong Song
2021-02-22bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as srcBrendan Jackman
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov
2021-02-11bpf: Compute program stats for sleepable programsAlexei Starovoitov
2021-02-04bpf: Emit explicit NULL pointer checks for PROBE_LDX instructions.Alexei Starovoitov
2021-01-20bpf,x64: Pad NOPs to make images converge more easilyGary Lin
2021-01-14bpf: Add bitwise atomic instructionsBrendan Jackman
2021-01-14bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman
2021-01-14bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2021-01-14bpf: x86: Factor out a lookup table for some ALU opcodesBrendan Jackman
2021-01-14bpf: x86: Factor out emission of REX byteBrendan Jackman
2021-01-14bpf: x86: Factor out emission of ModR/M for *(reg + off)Brendan Jackman
2020-09-29bpf: x64: Do not emit sub/add 0, %rsp when !stack_depthMaciej Fijalkowski
2020-09-29bpf, x64: Drop "pop %rcx" instruction on BPF JIT epilogueMaciej Fijalkowski
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski
2020-09-17bpf, x64: use %rcx instead of %rax for tail call retpolinesMaciej Fijalkowski
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov
2020-05-07bpf, i386: Remove unneeded conversion to boolJason Yan
2020-04-24bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing
2020-04-24bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson
2020-04-24bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson
2020-04-20bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BLuke Nelson
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-11bpf: Fix trampoline generation for fmod_ret programsAlexei Starovoitov
2020-03-06bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bitsLuke Nelson
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh