aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/net
AgeCommit message (Expand)AuthorFilesLines
2026-04-17bpf, arm32: Reject BPF-to-BPF calls and callbacks in the JITPuranjay Mohan1-0/+6
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai1-1/+1
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai1-34/+7
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+43
2024-04-22arm32, bpf: Reimplement sign-extension mov instructionPuranjay Mohan1-13/+43
2024-03-14bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy1-13/+12
2023-09-15arm32, bpf: add support for 64 bit division instructionPuranjay Mohan1-1/+115
2023-09-15arm32, bpf: add support for 32-bit signed divisionPuranjay Mohan2-8/+32
2023-09-15arm32, bpf: add support for unconditional bswap instructionPuranjay Mohan1-3/+5
2023-09-15arm32, bpf: add support for sign-extension mov instructionPuranjay Mohan1-5/+30
2023-09-15arm32, bpf: add support for sign-extension load instructionPuranjay Mohan2-1/+75
2023-09-15arm32, bpf: add support for 32-bit offset jmp instructionPuranjay Mohan1-2/+7
2022-06-14bpf, arm: Remove unused function emit_a32_alu_r()YueHaibing1-16/+0
2022-03-21bpf, arm: Fix various typos in commentsJulia Lawall1-2/+2
2021-11-30bpf, docs: Prune all references to "internal BPF"Christoph Hellwig1-1/+1
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang1-2/+3
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-5/+0
2021-10-06bpf, arm: Remove dummy bpf_jit_compile stubDaniel Borkmann1-5/+0
2021-09-29bpf, arm: Fix register clobbering in div/mod implementationJohan Almbladh1-0/+19
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann1-0/+3
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman1-4/+3
2020-05-04bpf, arm: Optimize ALU ARSH K using asr immediate instructionLuke Nelson2-3/+10
2020-05-04bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instructionLuke Nelson1-2/+2
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-799/+1735
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
2015-10-05ARM: net: support BPF_ALU | BPF_MOD instructions in the BPF JIT.Nicolas Schichan2-6/+37
2015-10-05ARM: net: make BPF_LD | BPF_IND instruction trigger r_X initialisation to 0.Nicolas Schichan1-0/+1
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann1-1/+1
2015-07-27ARM: net: add support for BPF_ANC | SKF_AD_HATYPE in ARM JIT.Nicolas Schichan2-2/+23
2015-07-27ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET in ARM JIT.Nicolas Schichan1-0/+8
2015-07-27ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT.Nicolas Schichan1-0/+11
2015-07-21ARM: net: fix vlan access instructions in ARM JIT.Nicolas Schichan1-3/+5
2015-07-21ARM: net: handle negative offsets in BPF JIT.Nicolas Schichan1-9/+38
2015-07-21ARM: net: fix condition for load_order > 0 when translating load instructions.Nicolas Schichan1-1/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+39
2015-05-12ARM: net: add JIT support for loads from struct seccomp_data.Nicolas Schichan1-0/+10
2015-05-10ARM: net: delegate filter to kernel interpreter when imm_offset() return valu...Nicolas Schichan1-1/+26
2015-05-10ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction.Nicolas Schichan1-2/+13
2014-09-23net: bpf: arm: make hole-faulting more robustDaniel Borkmann2-3/+17
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann1-1/+1
2014-09-09net: bpf: arm: address randomize and write protect JIT codeDaniel Borkmann1-6/+26
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-1/+2
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-4/+4
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann1-72/+67
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann1-1/+2
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-2/+2
2014-01-15bpf: do not use reciprocal divideEric Dumazet1-3/+3
2013-11-12Merge branch 'devel-stable' into for-nextRussell King1-1/+5
2013-10-19ARM: net: fix arm instruction endian-ness in bpf_jit_32.cBen Dooks1-1/+5
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-0/+1
2013-05-20arm: bpf_jit: can call module_free() from any contextDaniel Borkmann1-15/+3
2013-03-21filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann1-3/+2
2013-03-12ARM:net: an issue for k which is u32, never < 0Chen Gang1-1/+1
2013-02-14ARM: net: bpf_jit: fix emit_swap16() for non ARMv6+.Nicolas Schichan1-4/+11
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-5/+26
2012-12-11ARM: 7598/1: net: bpf_jit_32: fix sp-relative load/stores offsets.Schichan Nicolas1-1/+1
2012-12-11ARM: 7597/1: net: bpf_jit_32: fix kzalloc gfp/size mismatch.Schichan Nicolas1-2/+2
2012-11-13ARM: net: bpf_jit_32: add VLAN instructions for BPF JITDaniel Borkmann1-0/+14
2012-11-13ARM: net: bpf_jit_32: add XOR instruction for BPF JITDaniel Borkmann2-5/+12
2012-06-14ARM: 7421/1: bpf_jit: BPF_S_ANC_ALU_XOR_X supportMircea Gherzan2-0/+9
2012-03-24ARM: 7259/3: net: JIT compiler for packet filtersMircea Gherzan3-0/+1108