summaryrefslogtreecommitdiffstats
path: root/arch/arm/net
AgeCommit message (Expand)AuthorLines
2018-06-05bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}Wang YanQing-5/+5
2018-06-05bpf, arm32: correct check_imm24Wang YanQing-3/+3
2018-05-14bpf, arm32: save 4 bytes of unneeded stack spaceDaniel Borkmann-10/+3
2018-05-03bpf, arm32: remove ld_abs/ld_indDaniel Borkmann-77/+0
2018-01-26bpf, arm: remove obsolete exception handling from div/modDaniel Borkmann-8/+0
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-2/+0
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-114/+111
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann-2/+0
2018-01-17ARM: net: bpf: clarify tail_call indexRussell King-1/+1
2018-01-17ARM: net: bpf: fix LDX instructionsRussell King-28/+33
2018-01-17ARM: net: bpf: fix register savingRussell King-58/+22
2018-01-17ARM: net: bpf: correct stack layout documentationRussell King-8/+27
2018-01-17ARM: net: bpf: move stack documentationRussell King-21/+21
2018-01-17ARM: net: bpf: fix stack alignmentRussell King-3/+8
2018-01-17ARM: net: bpf: fix tail call jumpsRussell King-1/+1
2018-01-17ARM: net: bpf: avoid 'bx' instruction on non-Thumb capable CPUsRussell King-7/+11
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov-1/+1
2017-08-22arm: eBPF JIT compilerShubham Bansal-810/+1746
2017-05-08arm: use set_memory.h headerLaura Abbott-0/+1
2016-01-06ARM: net: bpf: fix zero right shiftRabin Vincent-1/+2
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent-15/+1
2015-11-16bpf, arm: start flushing icache range from headerDaniel Borkmann-1/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2015-10-05ARM: net: support BPF_ALU | BPF_MOD instructions in the BPF JIT.Nicolas Schichan-6/+37
2015-10-05ARM: net: make BPF_LD | BPF_IND instruction trigger r_X initialisation to 0.Nicolas Schichan-0/+1
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann-1/+1
2015-07-27ARM: net: add support for BPF_ANC | SKF_AD_HATYPE in ARM JIT.Nicolas Schichan-2/+23
2015-07-27ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET in ARM JIT.Nicolas Schichan-0/+8
2015-07-27ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT.Nicolas Schichan-0/+11
2015-07-21ARM: net: fix vlan access instructions in ARM JIT.Nicolas Schichan-3/+5
2015-07-21ARM: net: handle negative offsets in BPF JIT.Nicolas Schichan-9/+38
2015-07-21ARM: net: fix condition for load_order > 0 when translating load instructions.Nicolas Schichan-1/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+39
2015-05-12ARM: net: add JIT support for loads from struct seccomp_data.Nicolas Schichan-0/+10
2015-05-10ARM: net: delegate filter to kernel interpreter when imm_offset() return valu...Nicolas Schichan-1/+26
2015-05-10ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction.Nicolas Schichan-2/+13
2014-09-23net: bpf: arm: make hole-faulting more robustDaniel Borkmann-3/+17
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann-1/+1
2014-09-09net: bpf: arm: address randomize and write protect JIT codeDaniel Borkmann-6/+26
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann-1/+2
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov-4/+4
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann-72/+67
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann-1/+2
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert-2/+2
2014-01-15bpf: do not use reciprocal divideEric Dumazet-3/+3
2013-11-12Merge branch 'devel-stable' into for-nextRussell King-1/+5
2013-10-19ARM: net: fix arm instruction endian-ness in bpf_jit_32.cBen Dooks-1/+5
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov-0/+1
2013-05-20arm: bpf_jit: can call module_free() from any contextDaniel Borkmann-15/+3
2013-03-21filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann-3/+2