summaryrefslogtreecommitdiffstats
path: root/arch/sparc/net
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+4
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)-4/+4
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+5
2024-03-14bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy-1/+5
2024-02-16sparc: Fix typosBjorn Helgaas-3/+3
2022-11-11net: remove skb->vlan_presentEric Dumazet-5/+5
2022-02-08bpf: Fix leftover header->pages in sparc and powerpc code.Song Liu-1/+1
2021-11-30bpf, docs: Prune all references to "internal BPF"Christoph Hellwig-1/+1
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang-1/+1
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann-0/+3
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman-3/+14
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-4/+4
2019-05-24sparc: bpf: eliminate zero extension code-genJiong Wang-2/+27
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-12-20bpf: sparc64: Enable sparc64 jit to provide bpf_line_infoMartin KaFai Lau-0/+1
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-29/+68
2018-11-27sparc: Adjust bpf JIT prologue for PSEUDO calls.David Miller-1/+7
2018-11-26sparc: Correct ctx->saw_frame_pointer logic.David Miller-0/+12
2018-11-26sparc: Fix JIT fused branch convergance.David Miller-28/+49
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław-4/+0
2018-11-16net/bpf_jit: SPARC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław-7/+10
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-05-14bpf, sparc: remove unused variableDaniel Borkmann-1/+0
2018-05-03bpf, sparc64: remove ld_abs/ld_indDaniel Borkmann-269/+6
2018-01-26bpf, sparc64: remove obsolete exception handling from div/modDaniel Borkmann-18/+0
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann-4/+0
2017-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-4/+40
2017-12-23bpf: sparc64: Add JIT support for multi-function programs.David Miller-4/+40
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov-1/+1
2017-12-15bpf, sparc: fix usage of wrong reg for load_skb_regs after callDaniel Borkmann-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+6
2017-08-09bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann-0/+34
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