summaryrefslogtreecommitdiffstats
path: root/arch/sparc/net
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* bpf, sparc: remove unused variableDaniel Borkmann2018-05-141-1/+0
* bpf, sparc64: remove ld_abs/ld_indDaniel Borkmann2018-05-034-269/+6
* bpf, sparc64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-261-18/+0
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-192-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-271-4/+40
|\
| * bpf: sparc64: Add JIT support for multi-function programs.David Miller2017-12-231-4/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-2/+4
|\ \ | |/ |/|
| * bpf, sparc: fix usage of wrong reg for load_skb_regs after callDaniel Borkmann2017-12-151-2/+4
* | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-1/+1
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
* bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-091-0/+34
* bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-061-0/+1
* bpf: Take advantage of stack_depth tracking in sparc64 JITDavid S. Miller2017-05-311-2/+7
* bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-311-1/+1
* sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions.David S. Miller2017-05-011-1/+2
* sparc64: Improve 64-bit constant loading in eBPF JIT.David S. Miller2017-04-241-4/+245
* sparc64: Support cbcond instructions in eBPF JIT.David S. Miller2017-04-241-54/+184
* sparc64: Add eBPF JIT.David S. Miller2017-04-226-59/+1422
* sparc: Split BPF JIT into 32-bit and 64-bit.David S. Miller2017-04-226-3/+5
* 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
OpenPOWER on IntegriCloud