summaryrefslogtreecommitdiffstats
path: root/arch/sparc/net
Commit message (Expand)AuthorAge
* sparc: bpf: eliminate zero extension code-genJiong Wang2019-05-24
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* bpf: sparc64: Enable sparc64 jit to provide bpf_line_infoMartin KaFai Lau2018-12-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-29
|\
| * sparc: Adjust bpf JIT prologue for PSEUDO calls.David Miller2018-11-27
| * sparc: Correct ctx->saw_frame_pointer logic.David Miller2018-11-26
| * sparc: Fix JIT fused branch convergance.David Miller2018-11-26
* | net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-16
* | net/bpf_jit: SPARC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław2018-11-16
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* bpf, sparc: remove unused variableDaniel Borkmann2018-05-14
* bpf, sparc64: remove ld_abs/ld_indDaniel Borkmann2018-05-03
* bpf, sparc64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-26
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-27
|\
| * bpf: sparc64: Add JIT support for multi-function programs.David Miller2017-12-22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-22
|\ \ | |/ |/|
| * bpf, sparc: fix usage of wrong reg for load_skb_regs after callDaniel Borkmann2017-12-15
* | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-17
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-09
* bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-06
* bpf: Take advantage of stack_depth tracking in sparc64 JITDavid S. Miller2017-05-31
* bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-31
* sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions.David S. Miller2017-05-01
* sparc64: Improve 64-bit constant loading in eBPF JIT.David S. Miller2017-04-24
* sparc64: Support cbcond instructions in eBPF JIT.David S. Miller2017-04-24
* sparc64: Add eBPF JIT.David S. Miller2017-04-22
* sparc: Split BPF JIT into 32-bit and 64-bit.David S. Miller2017-04-22
* sparc: Fix misspellings in comments.Adam Buchbinder2016-03-21
* net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-06
* ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-03
* bpf, x86/sparc: show actual number of passes in bpf_jit_dumpDaniel Borkmann2015-07-30
* module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-19
* sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructionsAlexei Starovoitov2014-09-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-24
|\
| * sparc: bpf_jit: fix loads from negative offsetsAlexei Starovoitov2014-09-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-23
|\|
| * sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAGAlexei Starovoitov2014-09-19
* | sparc: bpf_jit: add SKF_AD_PKTTYPE support to JITAlexei Starovoitov2014-09-19
* | net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-09
* | net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-05
|/
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-11
|\
| * net: filter: fix sparc32 typoAlexei Starovoitov2014-06-06
| * net: filter: fix typo in sparc BPF JITAlexei Starovoitov2014-06-06
* | net: filter: get rid of BPF_S_* enumDaniel Borkmann2014-06-02
|/
* net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-31
* net: Rename skb->rxhash to skb->hashTom Herbert2014-03-26
* bpf: do not use reciprocal divideEric Dumazet2014-01-15