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
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-18
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
1
-11
/
+16
2018-01-17
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-0
/
+19
2018-01-15
bpf: fix 32-bit divide by zero
Alexei Starovoitov
1
-0
/
+18
2018-01-14
bpf: fix divides by zero
Eric Dumazet
1
-2
/
+2
2018-01-11
bpf, array: fix overflow in max_entries and undefined behavior in index_mask
Daniel Borkmann
1
-3
/
+15
2018-01-11
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+5
2018-01-11
bpf: fix spelling mistake: "obusing" -> "abusing"
Colin Ian King
1
-1
/
+1
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-13
/
+100
2018-01-10
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
1
-0
/
+19
2018-01-09
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2
-11
/
+72
2018-01-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+40
2018-01-07
bpf: sockmap missing NULL psock check
John Fastabend
1
-2
/
+9
2018-01-05
fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"
Al Viro
2
-2
/
+40
2017-12-21
bpf: do not allow root to mangle valid pointers
Alexei Starovoitov
1
-68
/
+34
2017-12-21
bpf: fix integer overflows
Alexei Starovoitov
1
-0
/
+48
2017-12-21
bpf: don't prune branches when a scalar is replaced with a pointer
Jann Horn
1
-8
/
+7
2017-12-21
bpf: force strict alignment checks for stack pointers
Jann Horn
1
-0
/
+5
2017-12-21
bpf: fix missing error return in check_stack_boundary()
Jann Horn
1
-0
/
+1
2017-12-21
bpf: fix 32-bit ALU op verification
Jann Horn
1
-11
/
+17
2017-12-21
bpf: fix incorrect tracking of register size truncation
Jann Horn
1
-17
/
+27
2017-12-21
bpf: fix incorrect sign extension in check_alu_op()
Jann Horn
1
-1
/
+7
2017-12-21
bpf/verifier: fix bounds calculation on BPF_RSH
Edward Cree
1
-14
/
+16
2017-12-15
bpf: guarantee r1 to be ctx in case of bpf_helper_changes_pkt_data
Daniel Borkmann
1
-0
/
+6
2017-12-13
bpf: add schedule points to map alloc/free
Eric Dumazet
1
-0
/
+2
2017-12-01
bpf: set maximum number of attached progs to 64 for a single perf tp
Yonghong Song
1
-1
/
+2
2017-11-28
bpf: offload: add a license header
Jakub Kicinski
1
-0
/
+15
2017-11-23
bpf: fix branch pruning logic
Alexei Starovoitov
1
-0
/
+27
2017-11-22
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
1
-1
/
+3
2017-11-21
bpf: revert report offload info to user space
Jakub Kicinski
2
-17
/
+0
2017-11-21
bpf: offload: ignore namespace moves
Jakub Kicinski
1
-0
/
+4
2017-11-21
bpf: turn bpf_prog_get_type() into a wrapper
Jakub Kicinski
1
-10
/
+0
2017-11-21
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
1
-11
/
+12
2017-11-21
bpf: offload: rename the ifindex field
Jakub Kicinski
2
-3
/
+3
2017-11-21
bpf: offload: limit offload to cls_bpf and xdp programs only
Jakub Kicinski
1
-2
/
+3
2017-11-21
bpf: offload: add comment warning developers about double destroy
Jakub Kicinski
1
-0
/
+4
2017-11-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-6
/
+0
2017-11-16
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-6
/
+0
2017-11-15
bpf: fix lockdep splat
Eric Dumazet
1
-2
/
+6
2017-11-14
bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semantics
Yonghong Song
1
-16
/
+24
2017-11-11
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
2
-5
/
+0
2017-11-11
bpf: add a bpf_override_function helper
Josef Bacik
2
-0
/
+5
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2
-6
/
+24
2017-11-05
bpf, cgroup: implement eBPF-based device controller for cgroup v2
Roman Gushchin
3
-0
/
+75
2017-11-05
bpf: remove old offload/analyzer
Jakub Kicinski
1
-75
/
+0
2017-11-05
cls_bpf: allow attaching programs loaded for specific device
Jakub Kicinski
1
-0
/
+1
2017-11-05
xdp: allow attaching programs loaded for specific device
Jakub Kicinski
1
-4
/
+29
2017-11-05
bpf: report offload info to user space
Jakub Kicinski
2
-0
/
+17
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
5
-8
/
+217
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-03
bpf: fix verifier NULL pointer dereference
Craig Gallek
1
-4
/
+8
[next]