summaryrefslogtreecommitdiffstats
path: root/arch/sparc/net
AgeCommit message (Expand)AuthorLines
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau-0/+1
2017-05-31bpf: Take advantage of stack_depth tracking in sparc64 JITDavid S. Miller-2/+7
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov-1/+1
2017-05-01sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions.David S. Miller-1/+2
2017-04-24sparc64: Improve 64-bit constant loading in eBPF JIT.David S. Miller-4/+245
2017-04-24sparc64: Support cbcond instructions in eBPF JIT.David S. Miller-54/+184
2017-04-22sparc64: Add eBPF JIT.David S. Miller-59/+1422
2017-04-22sparc: Split BPF JIT into 32-bit and 64-bit.David S. Miller-3/+5
2016-03-20sparc: Fix misspellings in comments.Adam Buchbinder-1/+1
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent-15/+2
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann-1/+1
2015-07-30bpf, x86/sparc: show actual number of passes in bpf_jit_dumpDaniel Borkmann-1/+1
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