aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-14arm, bpf: Fix offset overflow for BPF_MEM BPF_DWLuke Nelson1-16/+24
2020-04-09arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0Luke Nelson1-2/+10
2019-12-11ARM: net: bpf: Improve prologue code sequenceRussell King1-17/+13
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2-8/+2
2019-05-24arm: bpf: eliminate zero extension code-genJiong Wang1-11/+31
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-26arm: bpf: implement jitting of JMP32Jiong Wang2-9/+46
2018-07-13ARM: net: bpf: improve 64-bit ALU implementationRussell King1-5/+24
2018-07-13ARM: net: bpf: improve 64-bit store implementationRussell King1-26/+26
2018-07-13ARM: net: bpf: improve 64-bit sign-extended immediate loadRussell King1-4/+3
2018-07-13ARM: net: bpf: improve 64-bit load immediate implementationRussell King1-12/+20
2018-07-12ARM: net: bpf: use double-word load/stores where availableRussell King2-12/+45
2018-07-12ARM: net: bpf: always use odd/even register pairRussell King1-14/+14
2018-07-12ARM: net: bpf: avoid reloading 'array'Russell King1-5/+4
2018-07-12ARM: net: bpf: avoid reloading 'index'Russell King1-2/+3
2018-07-12ARM: net: bpf: use ldr instructions with shifted rm registerRussell King2-2/+5
2018-07-12ARM: net: bpf: use immediate forms of instructions where possibleRussell King2-9/+13
2018-07-12ARM: net: bpf: imm12 constant conversionRussell King1-1/+49
2018-07-12ARM: net: bpf: access eBPF scratch space using ARM FP registerRussell King1-19/+25
2018-07-12ARM: net: bpf: 64-bit accessor functions for BPF registersRussell King1-113/+122
2018-07-12ARM: net: bpf: provide accessor functions for BPF registersRussell King1-201/+128
2018-07-12ARM: net: bpf: remove is_on_stack() and sstk/dstkRussell King1-176/+160
2018-07-12ARM: net: bpf: use negative numbers for stacked registersRussell King1-98/+102
2018-07-12ARM: net: bpf: provide load/store ops with negative immediatesRussell King2-22/+41
2018-07-12ARM: net: bpf: enumerate the JIT scratch stack layoutRussell King1-17/+42
2018-06-29bpf, arm32: fix to use bpf_jit_binary_lock_ro apiDaniel Borkmann1-1/+1
2018-06-05bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}Wang YanQing1-5/+5
2018-06-05bpf, arm32: correct check_imm24Wang YanQing1-3/+3
2018-05-14bpf, arm32: save 4 bytes of unneeded stack spaceDaniel Borkmann1-10/+3
2018-05-03bpf, arm32: remove ld_abs/ld_indDaniel Borkmann1-77/+0
2018-01-26bpf, arm: remove obsolete exception handling from div/modDaniel Borkmann1-8/+0
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+0
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-114/+111
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann1-2/+0
2018-01-17ARM: net: bpf: clarify tail_call indexRussell King1-1/+1
2018-01-17ARM: net: bpf: fix LDX instructionsRussell King1-28/+33
2018-01-17ARM: net: bpf: fix register savingRussell King1-58/+22
2018-01-17ARM: net: bpf: correct stack layout documentationRussell King1-8/+27
2018-01-17ARM: net: bpf: move stack documentationRussell King1-21/+21
2018-01-17ARM: net: bpf: fix stack alignmentRussell King1-3/+8
2018-01-17ARM: net: bpf: fix tail call jumpsRussell King1-1/+1
2018-01-17ARM: net: bpf: avoid 'bx' instruction on non-Thumb capable CPUsRussell King1-7/+11
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov1-1/+1
2017-08-22arm: eBPF JIT compilerShubham Bansal2-810/+1746
2017-05-08arm: use set_memory.h headerLaura Abbott1-0/+1
2016-01-06ARM: net: bpf: fix zero right shiftRabin Vincent1-1/+2
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent1-15/+1
2015-11-16bpf, arm: start flushing icache range from headerDaniel Borkmann1-1/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1