index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-05
bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}
Wang YanQing
1
-5
/
+5
2018-06-05
bpf, arm32: correct check_imm24
Wang YanQing
1
-3
/
+3
2018-05-15
bpf, arm32: save 4 bytes of unneeded stack space
Daniel Borkmann
1
-10
/
+3
2018-05-04
bpf, arm32: remove ld_abs/ld_ind
Daniel Borkmann
1
-77
/
+0
2018-01-27
bpf, arm: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-8
/
+0
2018-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+0
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-114
/
+111
2018-01-20
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
1
-2
/
+0
2018-01-17
ARM: net: bpf: clarify tail_call index
Russell King
1
-1
/
+1
2018-01-17
ARM: net: bpf: fix LDX instructions
Russell King
1
-28
/
+33
2018-01-17
ARM: net: bpf: fix register saving
Russell King
1
-58
/
+22
2018-01-17
ARM: net: bpf: correct stack layout documentation
Russell King
1
-8
/
+27
2018-01-17
ARM: net: bpf: move stack documentation
Russell King
1
-21
/
+21
2018-01-17
ARM: net: bpf: fix stack alignment
Russell King
1
-3
/
+8
2018-01-17
ARM: net: bpf: fix tail call jumps
Russell King
1
-1
/
+1
2018-01-17
ARM: net: bpf: avoid 'bx' instruction on non-Thumb capable CPUs
Russell King
1
-7
/
+11
2017-12-17
bpf: fix net.core.bpf_jit_enable race
Alexei Starovoitov
1
-1
/
+1
2017-08-22
arm: eBPF JIT compiler
Shubham Bansal
2
-810
/
+1746
2017-05-09
arm: use set_memory.h header
Laura Abbott
1
-0
/
+1
2016-01-06
ARM: net: bpf: fix zero right shift
Rabin Vincent
1
-1
/
+2
2016-01-06
net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
Rabin Vincent
1
-15
/
+1
2015-11-16
bpf, arm: start flushing icache range from header
Daniel Borkmann
1
-1
/
+1
2015-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2015-10-05
ARM: net: support BPF_ALU | BPF_MOD instructions in the BPF JIT.
Nicolas Schichan
2
-6
/
+37
2015-10-05
ARM: net: make BPF_LD | BPF_IND instruction trigger r_X initialisation to 0.
Nicolas Schichan
1
-0
/
+1
2015-10-03
ebpf: migrate bpf_prog's flags to bitfield
Daniel Borkmann
1
-1
/
+1
2015-07-28
ARM: net: add support for BPF_ANC | SKF_AD_HATYPE in ARM JIT.
Nicolas Schichan
2
-2
/
+23
2015-07-28
ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET in ARM JIT.
Nicolas Schichan
1
-0
/
+8
2015-07-28
ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT.
Nicolas Schichan
1
-0
/
+11
2015-07-22
ARM: net: fix vlan access instructions in ARM JIT.
Nicolas Schichan
1
-3
/
+5
2015-07-22
ARM: net: handle negative offsets in BPF JIT.
Nicolas Schichan
1
-9
/
+38
2015-07-22
ARM: net: fix condition for load_order > 0 when translating load instructions.
Nicolas Schichan
1
-1
/
+1
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+39
2015-05-13
ARM: net: add JIT support for loads from struct seccomp_data.
Nicolas Schichan
1
-0
/
+10
2015-05-11
ARM: net: delegate filter to kernel interpreter when imm_offset() return valu...
Nicolas Schichan
1
-1
/
+26
2015-05-11
ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction.
Nicolas Schichan
1
-2
/
+13
2014-09-23
net: bpf: arm: make hole-faulting more robust
Daniel Borkmann
2
-3
/
+17
2014-09-10
net: bpf: be friendly to kmemcheck
Daniel Borkmann
1
-1
/
+1
2014-09-10
net: bpf: arm: address randomize and write protect JIT code
Daniel Borkmann
1
-6
/
+26
2014-09-05
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
1
-1
/
+2
2014-08-03
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
1
-4
/
+4
2014-06-02
net: filter: get rid of BPF_S_* enum
Daniel Borkmann
1
-72
/
+67
2014-03-31
net: filter: add jited flag to indicate jit compiled filters
Daniel Borkmann
1
-1
/
+2
2014-03-26
net: Rename skb->rxhash to skb->hash
Tom Herbert
1
-2
/
+2
2014-01-16
bpf: do not use reciprocal divide
Eric Dumazet
1
-3
/
+3
2013-11-12
Merge branch 'devel-stable' into for-next
Russell King
1
-1
/
+5
2013-10-19
ARM: net: fix arm instruction endian-ness in bpf_jit_32.c
Ben Dooks
1
-1
/
+5
2013-10-07
net: fix unsafe set_memory_rw from softirq
Alexei Starovoitov
1
-0
/
+1
2013-05-21
arm: bpf_jit: can call module_free() from any context
Daniel Borkmann
1
-15
/
+3
2013-03-22
filter: bpf_jit_comp: refactor and unify BPF JIT image dump output
Daniel Borkmann
1
-3
/
+2
[next]