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-07-01
bpf: sockhash, add release routine
John Fastabend
1
-0
/
+1
2018-07-01
bpf: sockhash fix omitted bucket lock in sock_close
John Fastabend
1
-49
/
+96
2018-07-01
bpf: sockmap, fix smap_list_map_remove when psock is in many maps
John Fastabend
1
-12
/
+22
2018-07-01
bpf: sockmap, fix crash when ipv6 sock is added
John Fastabend
1
-10
/
+48
2018-06-29
bpf: undo prog rejection on read-only lock failure
Daniel Borkmann
1
-29
/
+1
2018-06-26
bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF
Sean Young
3
-78
/
+93
2018-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-16
/
+79
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+12
2018-06-16
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
1
-0
/
+14
2018-06-15
bpf: reject any prog that failed read-only lock
Daniel Borkmann
2
-10
/
+49
2018-06-15
bpf: fix panic in prog load calls cleanup
Daniel Borkmann
2
-6
/
+16
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-3
/
+5
2018-06-13
treewide: kvzalloc() -> kvcalloc()
Kees Cook
1
-4
/
+4
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+3
2018-06-08
bpf: implement dummy fops for bpf objects
Daniel Borkmann
1
-2
/
+12
2018-06-07
bpf: reject passing modified ctx to helper functions
Daniel Borkmann
1
-17
/
+31
2018-06-04
bpf: implement bpf_get_current_cgroup_id() helper
Yonghong Song
2
-0
/
+16
2018-06-03
bpf/xdp: devmap can avoid calling ndo_xdp_flush
Jesper Dangaard Brouer
1
-13
/
+6
2018-06-03
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
1
-1
/
+1
2018-06-03
bpf: fix context access in tracing progs on 32 bit archs
Daniel Borkmann
1
-1
/
+2
2018-06-03
bpf: avoid retpoline for lookup/update/delete calls on maps
Daniel Borkmann
2
-22
/
+58
2018-06-03
bpf: show prog and map id in fdinfo
Daniel Borkmann
1
-4
/
+8
2018-06-03
bpf: fixup error message from gpl helpers on license mismatch
Daniel Borkmann
1
-1
/
+1
2018-06-02
bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD
Martin KaFai Lau
1
-1
/
+20
2018-06-02
bpf: btf: Check array t->size
Martin KaFai Lau
1
-0
/
+5
2018-05-31
bpf: devmap: remove redundant assignment of dev = dev
Colin Ian King
1
-1
/
+1
2018-05-30
media: rc: introduce BPF_PROG_LIRC_MODE2
Sean Young
1
-0
/
+7
2018-05-30
bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found
Sean Young
1
-2
/
+9
2018-05-28
bpf: Hooks for sys_sendmsg
Andrey Ignatov
2
-1
/
+18
2018-05-28
bpf: avoid -Wmaybe-uninitialized warning
Arnd Bergmann
1
-4
/
+3
2018-05-28
bpf: btf: avoid -Wreturn-type warning
Arnd Bergmann
1
-1
/
+1
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-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-136
/
+614
2018-05-25
xdp/trace: extend tracepoint in devmap with an err
Jesper Dangaard Brouer
1
-2
/
+3
2018-05-25
xdp: change ndo_xdp_xmit API to support bulking
Jesper Dangaard Brouer
1
-11
/
+18
2018-05-25
xdp: introduce xdp_return_frame_rx_napi
Jesper Dangaard Brouer
2
-2
/
+2
2018-05-25
xdp: add tracepoint for devmap like cpumap have
Jesper Dangaard Brouer
1
-4
/
+23
2018-05-25
bpf: devmap prepare xdp frames for bulking
Jesper Dangaard Brouer
1
-4
/
+70
2018-05-25
bpf: devmap introduce dev_map_enqueue
Jesper Dangaard Brouer
1
-6
/
+28
2018-05-25
bpf: introduce bpf subcommand BPF_TASK_FD_QUERY
Yonghong Song
1
-0
/
+131
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 JITed image lengths of functions via syscall
Sandipan Das
1
-0
/
+20
2018-05-24
bpf: fix multi-function JITed dump obtained via syscall
Sandipan Das
1
-3
/
+34
2018-05-24
bpf: get kernel symbol addresses via syscall
Sandipan Das
2
-6
/
+26
2018-05-24
bpf: support 64-bit offsets for bpf function calls
Sandipan Das
1
-1
/
+14
2018-05-24
bpf: btf: Avoid variable length array
Martin KaFai Lau
1
-6
/
+5
2018-05-23
bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info
Martin KaFai Lau
2
-10
/
+10
[next]