aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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 value can't fit into 12bits.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