aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-11net: remove skb->vlan_presentGravatar Eric Dumazet 1-5/+5
2022-02-08bpf: Fix leftover header->pages in sparc and powerpc code.Gravatar Song Liu 1-1/+1
2021-11-30bpf, docs: Prune all references to "internal BPF"Gravatar Christoph Hellwig 1-1/+1
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Gravatar Tiezhu Yang 1-1/+1
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Gravatar Daniel Borkmann 1-0/+3
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immGravatar Brendan Jackman 1-3/+14
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-4/+4
2019-05-24sparc: bpf: eliminate zero extension code-genGravatar Jiong Wang 1-2/+27
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-12-20bpf: sparc64: Enable sparc64 jit to provide bpf_line_infoGravatar Martin KaFai Lau 1-0/+1
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-29/+68
2018-11-27sparc: Adjust bpf JIT prologue for PSEUDO calls.Gravatar David Miller 1-1/+7
2018-11-26sparc: Correct ctx->saw_frame_pointer logic.Gravatar David Miller 1-0/+12
2018-11-26sparc: Fix JIT fused branch convergance.Gravatar David Miller 1-28/+49
2018-11-16net: remove VLAN_TAG_PRESENTGravatar Michał Mirosław 1-4/+0
2018-11-16net/bpf_jit: SPARC: split VLAN_PRESENT bit handling from VLAN_TCIGravatar Michał Mirosław 1-7/+10
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-05-14bpf, sparc: remove unused variableGravatar Daniel Borkmann 1-1/+0
2018-05-03bpf, sparc64: remove ld_abs/ld_indGravatar Daniel Borkmann 4-269/+6
2018-01-26bpf, sparc64: remove obsolete exception handling from div/modGravatar Daniel Borkmann 1-18/+0
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsGravatar Daniel Borkmann 2-4/+0
2017-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-4/+40
2017-12-23bpf: sparc64: Add JIT support for multi-function programs.Gravatar David Miller 1-4/+40
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+4
2017-12-17bpf: fix net.core.bpf_jit_enable raceGravatar Alexei Starovoitov 1-1/+1
2017-12-15bpf, sparc: fix usage of wrong reg for load_skb_regs after callGravatar Daniel Borkmann 1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 6-0/+6
2017-08-09bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Gravatar Daniel Borkmann 1-0/+34
2017-06-06bpf: Add jited_len to struct bpf_progGravatar Martin KaFai Lau 1-0/+1
2017-05-31bpf: Take advantage of stack_depth tracking in sparc64 JITGravatar David S. Miller 1-2/+7
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeGravatar Alexei Starovoitov 1-1/+1
2017-05-01sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions.Gravatar David S. Miller 1-1/+2
2017-04-24sparc64: Improve 64-bit constant loading in eBPF JIT.Gravatar David S. Miller 1-4/+245
2017-04-24sparc64: Support cbcond instructions in eBPF JIT.Gravatar David S. Miller 1-54/+184
2017-04-22sparc64: Add eBPF JIT.Gravatar David S. Miller 6-59/+1422
2017-04-22sparc: Split BPF JIT into 32-bit and 64-bit.Gravatar David S. Miller 6-3/+5
2016-03-20sparc: Fix misspellings in comments.Gravatar Adam Buchbinder 1-1/+1
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XGravatar Rabin Vincent 1-15/+2
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldGravatar Daniel Borkmann 1-1/+1
2015-07-30bpf, x86/sparc: show actual number of passes in bpf_jit_dumpGravatar Daniel Borkmann 1-1/+1
2015-01-20module: remove mod arg from module_free, rename module_memfree().Gravatar Rusty Russell 1-2/+2
2014-09-26sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructionsGravatar Alexei Starovoitov 1-1/+6
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-1/+4
2014-09-24sparc: bpf_jit: fix loads from negative offsetsGravatar Alexei Starovoitov 2-1/+4
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+18
2014-09-19sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAGGravatar Alexei Starovoitov 1-7/+18
2014-09-19sparc: bpf_jit: add SKF_AD_PKTTYPE support to JITGravatar Alexei Starovoitov 1-7/+2
2014-09-09net: bpf: be friendly to kmemcheckGravatar Daniel Borkmann 1-1/+1
2014-09-05net: bpf: make eBPF interpreter images read-onlyGravatar Daniel Borkmann 1-1/+2