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
starfive-6.6.48-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
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-25
/
+120
2018-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-22
/
+64
2018-05-24
bpf: properly enforce index mask to prevent out-of-bounds speculation
Daniel Borkmann
1
-22
/
+64
2018-05-24
ipv6: sr: Add seg6local action End.BPF
Mathieu Xhonneux
1
-0
/
+1
2018-05-24
bpf: get kernel symbol addresses via syscall
Sandipan Das
1
-6
/
+1
2018-05-24
bpf: support 64-bit offsets for bpf function calls
Sandipan Das
1
-1
/
+14
2018-05-19
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
1
-3
/
+56
2018-05-15
bpf: sockmap, add hash map support
John Fastabend
1
-2
/
+12
2018-05-09
bpf: xdp: allow offloads to store into rx_queue_index
Jakub Kicinski
1
-1
/
+1
2018-05-05
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
1
-2
/
+2
2018-05-05
bpf: replace map pointer loads before calling into offloads
Jakub Kicinski
1
-5
/
+5
2018-05-04
bpf: add faked "ending" subprog
Jiong Wang
1
-20
/
+14
2018-05-04
bpf: centre subprog information fields
Jiong Wang
1
-30
/
+32
2018-05-04
bpf: unify main prog and subprog
Jiong Wang
1
-26
/
+31
2018-05-04
bpf: implement ld_abs/ld_ind in native bpf
Daniel Borkmann
1
-0
/
+24
2018-05-04
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
1
-2
/
+6
2018-04-29
bpf/verifier: improve register value range tracking with ARSH
Yonghong Song
1
-0
/
+23
2018-04-29
bpf: remove never-hit branches in verifier adjust_scalar_min_max_vals
Yonghong Song
1
-9
/
+2
2018-04-29
bpf/verifier: refine retval R0 state for bpf_get_stack helper
Yonghong Song
1
-0
/
+27
2018-04-29
bpf: add bpf_get_stack helper
Yonghong Song
1
-0
/
+19
2018-04-24
bpf: allow map helpers access to map values directly
Paul Chaignon
1
-17
/
+7
2018-03-31
bpf: Hooks for sys_bind
Andrey Ignatov
1
-0
/
+1
2018-03-31
bpf: Check attach type at prog load time
Andrey Ignatov
1
-3
/
+3
2018-03-26
bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()
Martin KaFai Lau
1
-8
/
+11
2018-03-26
bpf: Rename bpf_verifer_log
Martin KaFai Lau
1
-2
/
+2
2018-03-23
bpf: Remove struct bpf_verifier_env argument from print_bpf_insn
Jiri Olsa
1
-17
/
+27
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
1
-1
/
+4
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+26
2018-02-24
bpf: allow xadd only on aligned memory
Daniel Borkmann
1
-16
/
+26
2018-02-15
bpf: Remove unused callee_saved array
Joe Stringer
1
-4
/
+0
2018-01-27
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
1
-8
/
+30
2018-01-27
bpf: make unknown opcode handling more robust
Daniel Borkmann
1
-0
/
+7
2018-01-27
bpf: improve dead code sanitizing
Daniel Borkmann
1
-5
/
+12
2018-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-25
/
+57
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+53
2018-01-20
bpf: add upper complexity limit to verifier log
Daniel Borkmann
1
-1
/
+2
2018-01-20
bpf, verifier: detect misconfigured mem, size argument pair
Daniel Borkmann
1
-24
/
+55
2018-01-18
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
1
-11
/
+16
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2018-01-17
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-0
/
+19
2018-01-15
bpf: offload: add map offload infrastructure
Jakub Kicinski
1
-0
/
+7
2018-01-15
bpf: fix 32-bit divide by zero
Alexei Starovoitov
1
-0
/
+18
2018-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+50
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
bpf: export function to write into verifier log buffer
Quentin Monnet
1
-4
/
+12
2018-01-09
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
1
-0
/
+36
2018-01-08
bpf: fix verifier GPF in kmalloc failure path
Alexei Starovoitov
1
-0
/
+4
2017-12-31
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
1
-13
/
+7
2017-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-25
/
+101
[next]