summaryrefslogtreecommitdiffstats
path: root/arch/sparc/net
AgeCommit message (Expand)AuthorLines
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell-2/+2
2014-09-26sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructionsAlexei Starovoitov-1/+6
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+4
2014-09-24sparc: bpf_jit: fix loads from negative offsetsAlexei Starovoitov-1/+4
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+18
2014-09-19sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAGAlexei Starovoitov-7/+18
2014-09-19sparc: bpf_jit: add SKF_AD_PKTTYPE support to JITAlexei Starovoitov-7/+2
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann-1/+1
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-2/+2
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+4
2014-06-06net: filter: fix sparc32 typoAlexei Starovoitov-1/+1
2014-06-06net: filter: fix typo in sparc BPF JITAlexei Starovoitov-4/+4
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann-81/+73
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-1/+1
2014-01-15bpf: do not use reciprocal divideEric Dumazet-3/+14
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov-0/+1
2013-05-17sparc: bpf_jit_comp: can call module_free() from any contextEric Dumazet-17/+3
2013-03-21filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann-5/+1
2012-11-06sparc: bpf_jit_comp: add VLAN instructions for BPF JITDaniel Borkmann-0/+19
2012-09-27sparc: bpf_jit_comp: add XOR instruction for BPF JIT JITDaniel Borkmann-0/+4
2012-06-06sparc bpf_jit: support BPF_S_ANC_ALU_XOR_X instructionDavid S. Miller-0/+4
2012-04-17net: filter: remove unused cpu_off in sparc JITEric Dumazet-2/+0
2012-04-17net: filter: Fix some more small issues in sparc JIT.David S. Miller-44/+84
2012-04-17net: filter: Fix some minor issues in sparc JIT.David S. Miller-5/+6
2012-04-16net: filter: Just In Time compiler for sparcDavid S. Miller-0/+1040