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
2016-09-29
bpf: allow access into map value arrays
Josef Bacik
1
-18
/
+311
2016-09-27
bpf: Set register type according to is_valid_access()
Mickaël Salaün
1
-3
/
+2
2016-09-22
bpf: recognize 64bit immediate loads as consts
Jakub Kicinski
1
-2
/
+12
2016-09-22
bpf: enable non-core use of the verfier
Jakub Kicinski
1
-0
/
+68
2016-09-22
bpf: expose internal verfier structures
Jakub Kicinski
1
-163
/
+103
2016-09-22
bpf: don't (ab)use instructions to store state
Jakub Kicinski
1
-30
/
+40
2016-09-21
bpf: direct packet write and access for helpers for clsact progs
Daniel Borkmann
1
-14
/
+40
2016-09-21
bpf, verifier: enforce larger zero range for pkt on overloading stack buffs
Daniel Borkmann
1
-1
/
+1
2016-09-09
bpf: fix range propagation on direct packet access
Daniel Borkmann
1
-15
/
+40
2016-09-02
bpf: perf_event progs should only use preallocated maps
Alexei Starovoitov
1
-1
/
+21
2016-09-02
bpf: support 8-byte metafield access
Alexei Starovoitov
1
-3
/
+6
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2016-08-13
bpf: allow helpers access the packet directly
Alexei Starovoitov
1
-18
/
+43
2016-08-13
bpf: fix bpf_skb_in_cgroup helper naming
Daniel Borkmann
1
-2
/
+2
2016-08-13
bpf: Add bpf_current_task_under_cgroup helper
Sargun Dhillon
1
-1
/
+3
2016-08-03
bpf: fix method of PTR_TO_PACKET reg id generation
Jakub Kicinski
1
-1
/
+2
2016-07-20
bpf: enable direct packet data write for xdp progs
Brenden Blanco
1
-1
/
+16
2016-07-20
bpf: add XDP prog type for early driver filter
Brenden Blanco
1
-0
/
+1
2016-07-01
cgroup: bpf: Add bpf_skb_in_cgroup_proto
Martin KaFai Lau
1
-1
/
+7
2016-07-01
cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY
Martin KaFai Lau
1
-0
/
+2
2016-06-16
bpf: fix matching of data/data_end in verifier
Alexei Starovoitov
1
-34
/
+7
2016-05-21
bpf: teach verifier to recognize imm += ptr pattern
Alexei Starovoitov
1
-1
/
+17
2016-05-21
bpf: support decreasing order in direct packet access
Alexei Starovoitov
1
-8
/
+4
2016-05-16
bpf: add bpf_patch_insn_single helper
Daniel Borkmann
1
-44
/
+9
2016-05-06
bpf: improve verifier state equivalence
Alexei Starovoitov
1
-20
/
+3
2016-05-06
bpf: direct packet access
Alexei Starovoitov
1
-8
/
+433
2016-05-06
bpf: cleanup verifier code
Alexei Starovoitov
1
-47
/
+53
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-29
/
+47
2016-04-29
bpf: fix check_map_func_compatibility logic
Alexei Starovoitov
1
-25
/
+40
2016-04-29
bpf: fix refcnt overflow
Alexei Starovoitov
1
-4
/
+7
2016-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2016-04-27
bpf: fix double-fdput in replace_map_fd_with_map_ptr()
Jann Horn
1
-1
/
+0
2016-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2016-04-15
bpf, verifier: add ARG_PTR_TO_RAW_STACK type
Daniel Borkmann
1
-5
/
+54
2016-04-15
bpf, verifier: add bpf_call_arg_meta for passing meta data
Daniel Borkmann
1
-17
/
+23
2016-04-14
bpf/verifier: reject invalid LD_ABS | BPF_DW instruction
Alexei Starovoitov
1
-0
/
+1
2016-04-11
bpf: simplify verifier register state assignments
Alexei Starovoitov
1
-4
/
+2
2016-04-08
bpf, verifier: further improve search pruning
Daniel Borkmann
1
-2
/
+7
2016-04-08
bpf: sanitize bpf tracepoint access
Alexei Starovoitov
1
-1
/
+5
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-02-22
bpf: add new arg_type that allows for 0 sized stack buffer
Daniel Borkmann
1
-10
/
+32
2016-02-20
bpf: introduce BPF_MAP_TYPE_STACK_TRACE
Alexei Starovoitov
1
-1
/
+5
2016-02-11
bpf: fix branch offset adjustment on backjumps after patching ctx expansion
Daniel Borkmann
1
-1
/
+1
2016-01-13
net: bpf: reject invalid shifts
Rabin Vincent
1
-0
/
+10
2015-11-25
bpf: fix clearing on persistent program array maps
Daniel Borkmann
1
-2
/
+1
2015-11-03
bpf, verifier: annotate verbose printer with __printf
Daniel Borkmann
1
-1
/
+1
2015-11-03
bpf: align and clean bpf_{map,prog}_get helpers
Daniel Borkmann
1
-2
/
+1
2015-10-22
bpf: introduce bpf_perf_event_output() helper
Alexei Starovoitov
1
-1
/
+2
2015-10-13
bpf: enable non-root eBPF programs
Alexei Starovoitov
1
-9
/
+97
2015-10-11
bpf: fix cb access in socket filter programs
Alexei Starovoitov
1
-1
/
+1
[next]