summaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)Author
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
2020-03-04bpf: JIT helpers for fmod_ret progsKP Singh
2020-03-04bpf: Refactor trampoline update codeKP Singh
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau
2019-12-13bpf, x86: Align dispatcher branch targets to 16BBjörn Töpel
2019-12-13bpf: Introduce BPF dispatcherBjörn Töpel
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann
2019-11-24bpf, x86: Emit patchable direct jump as tail callDaniel Borkmann
2019-11-24bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov
2019-11-15bpf: Reserve space for BPF trampoline in BPF programsAlexei Starovoitov
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov
2019-11-15bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov
2019-11-15bpf: Refactor x86 JIT into helpersAlexei Starovoitov
2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov
2019-10-04bpf, x86: Small optimization in comparing against imm0Daniel Borkmann
2019-08-01bpf: fix x64 JIT code generation for jmp to 1st insnAlexei Starovoitov
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-14bpf, x64: fix stack layout of JITed bpf codeAlexei Starovoitov
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-24x32: bpf: eliminate zero extension code-genJiong Wang
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-01bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing
2019-05-01bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing
2019-01-26x32: bpf: implement jitting of JMP32Jiong Wang
2019-01-26x86_64: bpf: implement jitting of JMP32Jiong Wang
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau
2018-07-26bpf, x32: Fix regression caused by commit 24dea04767e6Wang YanQing
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-03bpf, x32: remove ld_abs/ld_indDaniel Borkmann