summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net
Commit message (Expand)AuthorAgeFilesLines
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-031-4/+4
* powerpc: bpf: Fix the broken LD_VLAN_TAG_PRESENT testDenis Kirjanov2014-06-281-2/+4
* powerpc: bpf: Use correct mask while accessing the VLAN tagDenis Kirjanov2014-06-281-1/+3
* net: filter: get rid of BPF_S_* enumDaniel Borkmann2014-06-022-83/+76Star
* 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-161-3/+4
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-123-16/+41
|\
| * powerpc/bpf: Support MOD operationVladimir Murzin2013-10-312-0/+21
| * powerpc/bpf: BPF JIT compiler for 64-bit Little EndianPhilippe Bergheaud2013-10-313-16/+20
* | net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-071-0/+1
|/
* ppc: bpf_jit: can call module_free() from any contextDaniel Borkmann2013-05-201-16/+3Star
* filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann2013-03-211-8/+4Star
* PPC: net: bpf_jit_comp: add VLAN instructions for BPF JITDaniel Borkmann2012-11-181-0/+14
* PPC: net: bpf_jit_comp: add XOR instruction for BPF JITDaniel Borkmann2012-11-182-0/+17
* powerpc: Start using ___PPC_RA/B/S/T where necessaryMichael Neuling2012-07-101-53/+53
* powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling2012-07-101-2/+2
* powerpc: Fix BPF_JIT code to link with multiple TOCsMichael Ellerman2012-06-291-0/+2
* bpf jit: Let the powerpc jit handle negative offsetsJan Seiffert2012-04-303-31/+111
* net: filter: BPF 'JIT' compiler for PPC64Matt Evans2011-07-214-0/+1063