aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/net/bpf_jit_comp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-22sparc: Split BPF JIT into 32-bit and 64-bit.David S. Miller1-815/+0
2016-03-20sparc: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent1-15/+2
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann1-1/+1
2015-07-30bpf, x86/sparc: show actual number of passes in bpf_jit_dumpDaniel Borkmann1-1/+1
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell1-2/+2
2014-09-26sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructionsAlexei Starovoitov1-1/+6
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-24sparc: bpf_jit: fix loads from negative offsetsAlexei Starovoitov1-1/+1
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+18
2014-09-19sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAGAlexei Starovoitov1-7/+18
2014-09-19sparc: bpf_jit: add SKF_AD_PKTTYPE support to JITAlexei Starovoitov1-7/+2
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann1-1/+1
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-1/+2
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-2/+2
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2014-06-06net: filter: fix sparc32 typoAlexei Starovoitov1-1/+1
2014-06-06net: filter: fix typo in sparc BPF JITAlexei Starovoitov1-4/+4
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann1-81/+73
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann1-1/+2
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-1/+1
2014-01-15bpf: do not use reciprocal divideEric Dumazet1-3/+14
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-0/+1
2013-05-17sparc: bpf_jit_comp: can call module_free() from any contextEric Dumazet1-17/+3
2013-03-21filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann1-5/+1
2012-11-06sparc: bpf_jit_comp: add VLAN instructions for BPF JITDaniel Borkmann1-0/+19
2012-09-27sparc: bpf_jit_comp: add XOR instruction for BPF JIT JITDaniel Borkmann1-0/+4
2012-06-06sparc bpf_jit: support BPF_S_ANC_ALU_XOR_X instructionDavid S. Miller1-0/+4
2012-04-17net: filter: remove unused cpu_off in sparc JITEric Dumazet1-2/+0
2012-04-17net: filter: Fix some more small issues in sparc JIT.David S. Miller1-44/+63
2012-04-17net: filter: Fix some minor issues in sparc JIT.David S. Miller1-1/+1
2012-04-16net: filter: Just In Time compiler for sparcDavid S. Miller1-0/+785