summaryrefslogtreecommitdiffstats
path: root/arch/sparc/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3 days1-4/+4
|\
| * mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)5 days1-4/+4
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-271-1/+5
|\ \ | |/ |/|
| * bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy2024-03-141-1/+5
* | sparc: Fix typosBjorn Helgaas2024-02-161-3/+3
|/
* net: remove skb->vlan_presentEric Dumazet2022-11-111-5/+5
* bpf: Fix leftover header->pages in sparc and powerpc code.Song Liu2022-02-081-1/+1
* bpf, docs: Prune all references to "internal BPF"Christoph Hellwig2021-11-301-1/+1
* bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-1/+1
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+3
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-3/+14
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-4/+4
* sparc: bpf: eliminate zero extension code-genJiong Wang2019-05-241-2/+27
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* bpf: sparc64: Enable sparc64 jit to provide bpf_line_infoMartin KaFai Lau2018-12-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-29/+68
|\
| * sparc: Adjust bpf JIT prologue for PSEUDO calls.David Miller2018-11-271-1/+7
| * sparc: Correct ctx->saw_frame_pointer logic.David Miller2018-11-261-0/+12
| * sparc: Fix JIT fused branch convergance.David Miller2018-11-261-28/+49
* | net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-161-4/+0
* | net/bpf_jit: SPARC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław2018-11-161-7/+10
|/
* 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