summaryrefslogtreecommitdiff
path: root/arch/sparc/net
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-09bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau
2017-05-31bpf: Take advantage of stack_depth tracking in sparc64 JITDavid S. Miller
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov
2017-05-01sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions.David S. Miller
2017-04-24sparc64: Improve 64-bit constant loading in eBPF JIT.David S. Miller
2017-04-24sparc64: Support cbcond instructions in eBPF JIT.David S. Miller
2017-04-22sparc64: Add eBPF JIT.David S. Miller
2017-04-22sparc: Split BPF JIT into 32-bit and 64-bit.David S. Miller
2016-03-20sparc: Fix misspellings in comments.Adam Buchbinder
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-07-30bpf, x86/sparc: show actual number of passes in bpf_jit_dumpDaniel Borkmann
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell
2014-09-26sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructionsAlexei Starovoitov
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-24sparc: bpf_jit: fix loads from negative offsetsAlexei Starovoitov
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-19sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAGAlexei Starovoitov
2014-09-19sparc: bpf_jit: add SKF_AD_PKTTYPE support to JITAlexei Starovoitov
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-06net: filter: fix sparc32 typoAlexei Starovoitov
2014-06-06net: filter: fix typo in sparc BPF JITAlexei Starovoitov
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert
2014-01-15bpf: do not use reciprocal divideEric Dumazet
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov
2013-05-17sparc: bpf_jit_comp: can call module_free() from any contextEric Dumazet
2013-03-21filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann
2012-11-06sparc: bpf_jit_comp: add VLAN instructions for BPF JITDaniel Borkmann
2012-09-27sparc: bpf_jit_comp: add XOR instruction for BPF JIT JITDaniel Borkmann
2012-06-06sparc bpf_jit: support BPF_S_ANC_ALU_XOR_X instructionDavid S. Miller
2012-04-17net: filter: remove unused cpu_off in sparc JITEric Dumazet
2012-04-17net: filter: Fix some more small issues in sparc JIT.David S. Miller
2012-04-17net: filter: Fix some minor issues in sparc JIT.David S. Miller
2012-04-16net: filter: Just In Time compiler for sparcDavid S. Miller