summaryrefslogtreecommitdiffstats
path: root/arch/sparc/net
Commit message (Expand)AuthorAgeFilesLines
* sparc: Fix misspellings in comments.Adam Buchbinder2016-03-201-1/+1
* net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-061-15/+2
* ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-031-1/+1
* bpf, x86/sparc: show actual number of passes in bpf_jit_dumpDaniel Borkmann2015-07-301-1/+1
* module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-201-2/+2
* sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructionsAlexei Starovoitov2014-09-261-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-242-1/+4
|\
| * sparc: bpf_jit: fix loads from negative offsetsAlexei Starovoitov2014-09-242-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-7/+18
|\|
| * sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAGAlexei Starovoitov2014-09-191-7/+18
* | sparc: bpf_jit: add SKF_AD_PKTTYPE support to JITAlexei Starovoitov2014-09-191-7/+2
* | net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-091-1/+1
* | 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-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-111-4/+4
|\
| * net: filter: fix sparc32 typoAlexei Starovoitov2014-06-061-1/+1
| * net: filter: fix typo in sparc BPF JITAlexei Starovoitov2014-06-061-4/+4
* | net: filter: get rid of BPF_S_* enumDaniel Borkmann2014-06-011-81/+73
|/
* 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-1/+1
* bpf: do not use reciprocal divideEric Dumazet2014-01-151-3/+14
* net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-071-0/+1
* sparc: bpf_jit_comp: can call module_free() from any contextEric Dumazet2013-05-171-17/+3
* filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann2013-03-211-5/+1
* sparc: bpf_jit_comp: add VLAN instructions for BPF JITDaniel Borkmann2012-11-061-0/+19
* sparc: bpf_jit_comp: add XOR instruction for BPF JIT JITDaniel Borkmann2012-09-271-0/+4
* sparc bpf_jit: support BPF_S_ANC_ALU_XOR_X instructionDavid S. Miller2012-06-061-0/+4
* net: filter: remove unused cpu_off in sparc JITEric Dumazet2012-04-171-2/+0
* net: filter: Fix some more small issues in sparc JIT.David S. Miller2012-04-173-44/+84
* net: filter: Fix some minor issues in sparc JIT.David S. Miller2012-04-173-5/+6
* net: filter: Just In Time compiler for sparcDavid S. Miller2012-04-164-0/+1040