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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-03
selftests/bpf: fix a typo in map in map test
Roman Gushchin
1
-3
/
+3
2018-08-03
Merge branch 'bpf-cgroup-local-storage'
Daniel Borkmann
22
-86
/
+1029
2018-08-03
samples/bpf: extend test_cgrp2_attach2 test to use cgroup storage
Roman Gushchin
1
-1
/
+20
2018-08-03
selftests/bpf: add a cgroup storage test
Roman Gushchin
2
-1
/
+132
2018-08-03
selftests/bpf: add verifier cgroup storage tests
Roman Gushchin
2
-1
/
+141
2018-08-03
bpf/test_run: support cgroup local storage
Roman Gushchin
1
-2
/
+11
2018-08-03
bpftool: add support for CGROUP_STORAGE maps
Roman Gushchin
1
-0
/
+1
2018-08-03
bpf: sync bpf.h to tools/
Roman Gushchin
1
-1
/
+26
2018-08-03
bpf: introduce the bpf_get_local_storage() helper function
Roman Gushchin
7
-2
/
+85
2018-08-03
bpf: don't allow create maps of cgroup local storages
Roman Gushchin
1
-1
/
+2
2018-08-03
bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE
Roman Gushchin
2
-2
/
+7
2018-08-03
bpf: extend bpf_prog_array to store pointers to the cgroup storage
Roman Gushchin
4
-56
/
+70
2018-08-03
bpf: allocate cgroup storage entries on attaching bpf programs
Roman Gushchin
2
-4
/
+32
2018-08-03
bpf: pass a pointer to a cgroup storage using pcpu variable
Roman Gushchin
2
-0
/
+17
2018-08-03
bpf: introduce cgroup storage maps
Roman Gushchin
8
-0
/
+440
2018-08-03
bpf: add ability to charge bpf maps memory dynamically
Roman Gushchin
2
-15
/
+45
2018-07-31
bpf: verifier: MOV64 don't mark dst reg unbounded
Arthur Fabre
2
-2
/
+30
2018-07-31
selftests/bpf: Test for get_socket_cookie
Andrey Ignatov
3
-2
/
+289
2018-07-31
selftests/bpf: Add bpf_get_socket_cookie to bpf_helpers.h
Andrey Ignatov
1
-0
/
+2
2018-07-31
bpf: Sync bpf.h to tools/
Andrey Ignatov
1
-0
/
+14
2018-07-31
bpf: Support bpf_get_socket_cookie in more prog types
Andrey Ignatov
2
-0
/
+42
2018-07-31
nfp: fix variable dereferenced before check in nfp_app_ctrl_rx_raw()
Jakub Kicinski
1
-3
/
+4
2018-07-31
lwt_bpf: remove unnecessary rcu_read_lock in run_lwt_bpf
Taehee Yoo
1
-2
/
+0
2018-07-31
bpf: add End.DT6 action to bpf_lwt_seg6_action helper
Mathieu Xhonneux
3
-48
/
+94
2018-07-31
bpf: fix build error in libbpf with EXTRA_CFLAGS="-Wp, -D_FORTIFY_SOURCE=2 -O2"
Thomas Richter
1
-13
/
+29
2018-07-27
Merge branch 'bpf-docs-rst-improvements'
Daniel Borkmann
2
-5
/
+6
2018-07-27
docs: bpf: Capitalise document heading
Tobin C. Harding
1
-1
/
+1
2018-07-27
docs: Add bpf/index to top level index
Tobin C. Harding
1
-0
/
+1
2018-07-27
docs: bpf: Add toctree to index
Tobin C. Harding
1
-4
/
+4
2018-07-27
docs: bpf: Rename README.rst to index.rst
Tobin C. Harding
1
-0
/
+0
2018-07-27
Merge branch 'bpf-convert-more-samples'
Daniel Borkmann
5
-22
/
+72
2018-07-27
samples: bpf: convert xdpsock_user.c to libbpf
Jakub Kicinski
2
-10
/
+30
2018-07-27
samples: bpf: convert xdp_fwd_user.c to libbpf
Jakub Kicinski
2
-12
/
+24
2018-07-27
tools: libbpf: add bpf_object__find_program_by_title()
Jakub Kicinski
2
-0
/
+15
2018-07-27
tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd()
Jakub Kicinski
1
-0
/
+3
2018-07-27
Merge branch 'bpf-nfp-perf-event-improvements'
Daniel Borkmann
9
-49
/
+125
2018-07-27
nfp: bpf: improve map offload info messages
Jakub Kicinski
1
-4
/
+16
2018-07-27
nfp: bpf: remember maps by ID
Jakub Kicinski
5
-17
/
+26
2018-07-27
nfp: bpf: allow receiving perf events on data queues
Jakub Kicinski
3
-0
/
+22
2018-07-27
nfp: bpf: pass raw data buffer to nfp_bpf_event_output()
Jakub Kicinski
3
-14
/
+15
2018-07-27
nfp: allow control message reception on data queues
Jakub Kicinski
4
-0
/
+31
2018-07-27
nfp: move repr handling on RX path
Jakub Kicinski
1
-14
/
+15
2018-07-27
samples/bpf: Add BTF build flags to Makefile
Taeung Song
1
-1
/
+16
2018-07-27
samples/bpf: xdpsock: order memory on AArch64
Brian Brooks
1
-0
/
+5
2018-07-26
tools/bpftool: ignore build products
Taeung Song
2
-0
/
+7
2018-07-25
bpf: Add Python 3 support to selftests scripts for bpf
Jeremy Cline
2
-14
/
+14
2018-07-25
bpf: btf: fix inconsistent IS_ERR and PTR_ERR
YueHaibing
1
-1
/
+1
2018-07-25
net/sched: add skbprio scheduler
Nishanth Devarajan
4
-0
/
+349
2018-07-25
net: phy: add GBit master / slave error detection
Heiner Kallweit
2
-0
/
+9
2018-07-25
Merge branch 'net-whitespace-cleanups'
David S. Miller
60
-75
/
+15
[next]