aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/net
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-01-26arm: bpf: implement jitting of JMP32Jiong Wang
2018-07-13ARM: net: bpf: improve 64-bit ALU implementationRussell King
2018-07-13ARM: net: bpf: improve 64-bit store implementationRussell King
2018-07-13ARM: net: bpf: improve 64-bit sign-extended immediate loadRussell King
2018-07-13ARM: net: bpf: improve 64-bit load immediate implementationRussell King
2018-07-12ARM: net: bpf: use double-word load/stores where availableRussell King
2018-07-12ARM: net: bpf: always use odd/even register pairRussell King
2018-07-12ARM: net: bpf: avoid reloading 'array'Russell King
2018-07-12ARM: net: bpf: avoid reloading 'index'Russell King
2018-07-12ARM: net: bpf: use ldr instructions with shifted rm registerRussell King
2018-07-12ARM: net: bpf: use immediate forms of instructions where possibleRussell King
2018-07-12ARM: net: bpf: imm12 constant conversionRussell King
2018-07-12ARM: net: bpf: access eBPF scratch space using ARM FP registerRussell King
2018-07-12ARM: net: bpf: 64-bit accessor functions for BPF registersRussell King
2018-07-12ARM: net: bpf: provide accessor functions for BPF registersRussell King
2018-07-12ARM: net: bpf: remove is_on_stack() and sstk/dstkRussell King
2018-07-12ARM: net: bpf: use negative numbers for stacked registersRussell King
2018-07-12ARM: net: bpf: provide load/store ops with negative immediatesRussell King
2018-07-12ARM: net: bpf: enumerate the JIT scratch stack layoutRussell King
2018-06-29bpf, arm32: fix to use bpf_jit_binary_lock_ro apiDaniel Borkmann
2018-06-05bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}Wang YanQing
2018-06-05bpf, arm32: correct check_imm24Wang YanQing
2018-05-14bpf, arm32: save 4 bytes of unneeded stack spaceDaniel Borkmann
2018-05-03bpf, arm32: remove ld_abs/ld_indDaniel Borkmann
2018-01-26bpf, arm: remove obsolete exception handling from div/modDaniel Borkmann
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2018-01-17ARM: net: bpf: clarify tail_call indexRussell King
2018-01-17ARM: net: bpf: fix LDX instructionsRussell King
2018-01-17ARM: net: bpf: fix register savingRussell King
2018-01-17ARM: net: bpf: correct stack layout documentationRussell King
2018-01-17ARM: net: bpf: move stack documentationRussell King
2018-01-17ARM: net: bpf: fix stack alignmentRussell King
2018-01-17ARM: net: bpf: fix tail call jumpsRussell King
2018-01-17ARM: net: bpf: avoid 'bx' instruction on non-Thumb capable CPUsRussell King
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov
2017-08-22arm: eBPF JIT compilerShubham Bansal
2017-05-08arm: use set_memory.h headerLaura Abbott
2016-01-06ARM: net: bpf: fix zero right shiftRabin Vincent
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent
2015-11-16bpf, arm: start flushing icache range from headerDaniel Borkmann
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-05ARM: net: support BPF_ALU | BPF_MOD instructions in the BPF JIT.Nicolas Schichan
2015-10-05ARM: net: make BPF_LD | BPF_IND instruction trigger r_X initialisation to 0.Nicolas Schichan
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-07-27ARM: net: add support for BPF_ANC | SKF_AD_HATYPE in ARM JIT.Nicolas Schichan
2015-07-27ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET in ARM JIT.Nicolas Schichan
2015-07-27ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT.Nicolas Schichan