summaryrefslogtreecommitdiffstats
path: root/arch/arm/net
Commit message (Expand)AuthorAgeFilesLines
* ARM: net: bpf: fix zero right shiftRabin Vincent2016-01-061-1/+2
* net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-061-15/+1
* bpf, arm: start flushing icache range from headerDaniel Borkmann2015-11-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-0/+1
|\
| * ARM: net: make BPF_LD | BPF_IND instruction trigger r_X initialisation to 0.Nicolas Schichan2015-10-051-0/+1
* | ARM: net: support BPF_ALU | BPF_MOD instructions in the BPF JIT.Nicolas Schichan2015-10-052-6/+37
* | ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-031-1/+1
|/
* ARM: net: add support for BPF_ANC | SKF_AD_HATYPE in ARM JIT.Nicolas Schichan2015-07-272-2/+23
* ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET in ARM JIT.Nicolas Schichan2015-07-271-0/+8
* ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT.Nicolas Schichan2015-07-271-0/+11
* ARM: net: fix vlan access instructions in ARM JIT.Nicolas Schichan2015-07-211-3/+5
* ARM: net: handle negative offsets in BPF JIT.Nicolas Schichan2015-07-211-9/+38
* ARM: net: fix condition for load_order > 0 when translating load instructions.Nicolas Schichan2015-07-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-3/+39
|\
| * ARM: net: delegate filter to kernel interpreter when imm_offset() return valu...Nicolas Schichan2015-05-101-1/+26
| * ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction.Nicolas Schichan2015-05-101-2/+13
* | ARM: net: add JIT support for loads from struct seccomp_data.Nicolas Schichan2015-05-121-0/+10
|/
* net: bpf: arm: make hole-faulting more robustDaniel Borkmann2014-09-232-3/+17
* net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-091-1/+1
* net: bpf: arm: address randomize and write protect JIT codeDaniel Borkmann2014-09-091-6/+26
* net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-051-1/+2
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-4/+4
* net: filter: get rid of BPF_S_* enumDaniel Borkmann2014-06-011-72/+67
* net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-311-1/+2
* net: Rename skb->rxhash to skb->hashTom Herbert2014-03-261-2/+2
* bpf: do not use reciprocal divideEric Dumazet2014-01-151-3/+3
* Merge branch 'devel-stable' into for-nextRussell King2013-11-121-1/+5
|\
| * ARM: net: fix arm instruction endian-ness in bpf_jit_32.cBen Dooks2013-10-191-1/+5
* | net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-071-0/+1
|/
* arm: bpf_jit: can call module_free() from any contextDaniel Borkmann2013-05-201-15/+3
* filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann2013-03-211-3/+2
* ARM:net: an issue for k which is u32, never < 0Chen Gang2013-03-121-1/+1
* ARM: net: bpf_jit: fix emit_swap16() for non ARMv6+.Nicolas Schichan2013-02-141-4/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-122-5/+26
|\
| * ARM: net: bpf_jit_32: add VLAN instructions for BPF JITDaniel Borkmann2012-11-131-0/+14
| * ARM: net: bpf_jit_32: add XOR instruction for BPF JITDaniel Borkmann2012-11-132-5/+12
* | ARM: 7598/1: net: bpf_jit_32: fix sp-relative load/stores offsets.Schichan Nicolas2012-12-111-1/+1
* | ARM: 7597/1: net: bpf_jit_32: fix kzalloc gfp/size mismatch.Schichan Nicolas2012-12-111-2/+2
|/
* ARM: 7421/1: bpf_jit: BPF_S_ANC_ALU_XOR_X supportMircea Gherzan2012-06-142-0/+9
* ARM: 7259/3: net: JIT compiler for packet filtersMircea Gherzan2012-03-243-0/+1108