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-11-22
libbpf: make sure bpf headers are c++ include-able
Stanislav Fomichev
5
-3
/
+56
2018-11-22
bpf: fix a libbpf loader issue
Yonghong Song
1
-1
/
+1
2018-11-21
bpf: fix a compilation error when CONFIG_BPF_SYSCALL is not defined
Yonghong Song
1
-0
/
+14
2018-11-20
Merge branch 'btf-func-info'
Alexei Starovoitov
27
-173
/
+2317
2018-11-20
tools/bpf: bpftool: add support for func types
Yonghong Song
5
-0
/
+230
2018-11-20
tools/bpf: enhance test_btf file testing to test func info
Yonghong Song
3
-13
/
+136
2018-11-20
tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
Yonghong Song
3
-66
/
+72
2018-11-20
tools/bpf: do not use pahole if clang/llvm can generate BTF sections
Yonghong Song
2
-0
/
+16
2018-11-20
tools/bpf: add support to read .BTF.ext sections
Yonghong Song
4
-15
/
+442
2018-11-20
tools/bpf: extends test_btf to test load/retrieve func_type info
Yonghong Song
1
-3
/
+329
2018-11-20
tools/bpf: add new fields for program load in lib/bpf
Yonghong Song
2
-0
/
+8
2018-11-20
tools/bpf: sync kernel uapi bpf.h header to tools directory
Yonghong Song
1
-0
/
+13
2018-11-20
bpf: Introduce bpf_func_info
Yonghong Song
8
-8
/
+209
2018-11-20
tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC
Martin KaFai Lau
2
-2
/
+476
2018-11-20
tools/bpf: Sync kernel btf.h header
Martin KaFai Lau
1
-3
/
+15
2018-11-20
bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
Martin KaFai Lau
2
-53
/
+354
2018-11-20
bpf: btf: Break up btf_type_is_void()
Martin KaFai Lau
1
-15
/
+22
2018-11-20
Merge branch 'bpf-zero-hash-seed'
Daniel Borkmann
4
-17
/
+82
2018-11-20
tools: add selftest for BPF_F_ZERO_SEED
Lorenz Bauer
1
-9
/
+55
2018-11-20
tools: sync linux/bpf.h
Lorenz Bauer
1
-3
/
+10
2018-11-20
bpf: move BPF_F_QUERY_EFFECTIVE after map flags
Lorenz Bauer
1
-3
/
+3
2018-11-20
bpf: allow zero-initializing hash map seed
Lorenz Bauer
2
-2
/
+14
2018-11-20
bpf: libbpf: retry map creation without the name
Stanislav Fomichev
1
-1
/
+10
2018-11-17
bpf: fix null pointer dereference on pointer offload
Colin Ian King
1
-2
/
+3
2018-11-17
bpftool: make libbfd optional
Stanislav Fomichev
5
-6
/
+35
2018-11-17
Merge branch 'socket-lookup-cg_sock'
Alexei Starovoitov
3
-24
/
+125
2018-11-17
selftest/bpf: Use bpf_sk_lookup_{tcp, udp} in test_sock_addr
Andrey Ignatov
2
-21
/
+78
2018-11-17
bpf: Support socket lookup in CGROUP_SOCK_ADDR progs
Andrey Ignatov
1
-0
/
+45
2018-11-17
bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udp
Andrey Ignatov
1
-3
/
+2
2018-11-17
bpf: Remove unused variable in nsim_bpf
Nathan Chancellor
1
-1
/
+0
2018-11-17
bpf: libbpf: Fix bpf_program__next() API
Martin KaFai Lau
1
-14
/
+11
2018-11-17
selftests/bpf: Fix uninitialized duration warning
Joe Stringer
1
-1
/
+1
2018-11-11
Merge branch 'narrow-loads'
Alexei Starovoitov
4
-34
/
+79
2018-11-11
selftests/bpf: Test narrow loads with off > 0 for bpf_sock_addr
Andrey Ignatov
1
-4
/
+24
2018-11-11
selftests/bpf: Test narrow loads with off > 0 in test_verifier
Andrey Ignatov
1
-10
/
+38
2018-11-11
bpf: Allow narrow loads with offset > 0
Andrey Ignatov
2
-20
/
+17
2018-11-11
Merge branch 'bpftool-flow-dissector'
Alexei Starovoitov
9
-122
/
+537
2018-11-11
bpftool: support loading flow dissector
Stanislav Fomichev
3
-51
/
+74
2018-11-11
bpftool: add pinmaps argument to the load/loadall
Stanislav Fomichev
3
-3
/
+28
2018-11-11
bpftool: add loadall command
Stanislav Fomichev
5
-43
/
+81
2018-11-11
libbpf: add internal pin_name
Stanislav Fomichev
1
-3
/
+26
2018-11-11
libbpf: bpf_program__pin: add special case for instances.nr == 1
Stanislav Fomichev
1
-0
/
+10
2018-11-11
libbpf: cleanup after partial failure in bpf_object__pin
Stanislav Fomichev
2
-23
/
+319
2018-11-11
selftests/bpf: rename flow dissector section to flow_dissector
Stanislav Fomichev
2
-2
/
+2
2018-11-11
Merge branch 'device-ops-as-cb'
Alexei Starovoitov
10
-118
/
+85
2018-11-11
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
4
-13
/
+11
2018-11-11
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
6
-10
/
+9
2018-11-11
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
5
-36
/
+5
2018-11-11
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
5
-22
/
+21
2018-11-11
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
5
-41
/
+32
[next]