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
2016-09-10
bpf: minor cleanups in helpers
Daniel Borkmann
1
-3
/
+3
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
2
-2
/
+4
2016-08-07
bpf: restore behavior of bpf_map_update_elem
Alexei Starovoitov
1
-11
/
+73
2016-08-03
bpf: fix method of PTR_TO_PACKET reg id generation
Jakub Kicinski
1
-1
/
+2
2016-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
6
-68
/
+202
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-20
bpf: add bpf_prog_add api for bulk prog refcnt
Brenden Blanco
1
-3
/
+9
2016-07-17
bpf: bpf_event_entry_gen's alloc needs to be in atomic context
Daniel Borkmann
1
-1
/
+1
2016-07-16
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
1
-2
/
+4
2016-07-11
bpf: make inode code explicitly non-modular
Paul Gortmaker
1
-3
/
+1
2016-07-07
Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...
Ingo Molnar
1
-34
/
+7
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
3
-1
/
+47
2016-07-01
bpf: refactor bpf_prog_get and type check into helper
Daniel Borkmann
1
-8
/
+19
2016-07-01
bpf: generally move prog destruction to RCU deferral
Daniel Borkmann
2
-13
/
+4
2016-06-30
bpf: don't use raw processor id in generic helper
Daniel Borkmann
1
-1
/
+1
2016-06-30
bpf: minor cleanups on fd maps and helpers
Daniel Borkmann
1
-2
/
+1
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-34
/
+7
2016-06-16
bpf, maps: flush own entries on perf map release
Daniel Borkmann
1
-28
/
+74
2016-06-16
bpf, maps: extend map_fd_get_ptr arguments
Daniel Borkmann
2
-7
/
+15
2016-06-16
bpf, maps: add release callback
Daniel Borkmann
1
-1
/
+6
2016-06-16
bpf: fix matching of data/data_end in verifier
Alexei Starovoitov
1
-34
/
+7
2016-06-08
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
6
-188
/
+922
2016-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+0
2016-05-30
perf core: Per event callchain limit
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-05-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+2
2016-05-24
bpf, inode: disallow userns mounts
Daniel Borkmann
1
-1
/
+0
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-21
bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
Eric W. Biederman
1
-1
/
+1
2016-05-20
bpf: rather use get_random_int for randomizations
Daniel Borkmann
1
-2
/
+2
2016-05-18
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-29
/
+8
2016-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
5
-156
/
+900
2016-05-17
perf core: Pass max stack as a perf_callchain_entry context
Arnaldo Carvalho de Melo
1
-1
/
+2
2016-05-16
bpf: add generic constant blinding for use in jits
Daniel Borkmann
1
-0
/
+203
2016-05-16
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
Daniel Borkmann
2
-5
/
+15
2016-05-16
bpf: add bpf_patch_insn_single helper
Daniel Borkmann
2
-44
/
+80
2016-05-16
bpf: minor cleanups in ebpf code
Daniel Borkmann
1
-2
/
+0
2016-05-11
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
3
-36
/
+71
2016-05-06
bpf: improve verifier state equivalence
Alexei Starovoitov
1
-20
/
+3
2016-05-06
bpf: direct packet access
Alexei Starovoitov
2
-8
/
+438
2016-05-06
bpf: cleanup verifier code
Alexei Starovoitov
1
-47
/
+53
2016-05-05
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
[prev]
[next]