aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-15bpf: do not use reciprocal divideEric Dumazet1-3/+4
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds3-16/+41
2013-10-31powerpc/bpf: Support MOD operationVladimir Murzin2-0/+21
2013-10-31powerpc/bpf: BPF JIT compiler for 64-bit Little EndianPhilippe Bergheaud3-16/+20
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-0/+1
2013-05-20ppc: bpf_jit: can call module_free() from any contextDaniel Borkmann1-16/+3
2013-03-21filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann1-8/+4
2012-11-17PPC: net: bpf_jit_comp: add VLAN instructions for BPF JITDaniel Borkmann1-0/+14
2012-11-17PPC: net: bpf_jit_comp: add XOR instruction for BPF JITDaniel Borkmann2-0/+17
2012-07-10powerpc: Start using ___PPC_RA/B/S/T where necessaryMichael Neuling1-53/+53
2012-07-10powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling1-2/+2
2012-06-29powerpc: Fix BPF_JIT code to link with multiple TOCsMichael Ellerman1-0/+2
2012-04-30bpf jit: Let the powerpc jit handle negative offsetsJan Seiffert3-31/+111
2011-07-21net: filter: BPF 'JIT' compiler for PPC64Matt Evans4-0/+1063