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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
bpf, selftests: Add test for ktls with skb bpf ingress policy
John Fastabend
2
-22
/
+187
2020-06-02
Merge branch 'xdp_devmap'
Alexei Starovoitov
11
-18
/
+328
2020-06-02
bpf: Fix running sk_skb program types with ktls
John Fastabend
4
-5
/
+75
2020-06-02
selftest: Add tests for XDP programs in devmap entries
David Ahern
3
-0
/
+163
2020-06-02
bpf: Refactor sockmap redirect code so its easy to reuse
John Fastabend
1
-21
/
+34
2020-06-02
libbpf: Add SEC name for xdp programs attached to device map
David Ahern
1
-0
/
+2
2020-06-02
xdp: Add xdp_txq_info to xdp_buff
David Ahern
5
-0
/
+29
2020-06-02
bpf: Add support to attach bpf program to a devmap entry
David Ahern
5
-4
/
+109
2020-06-02
bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helper
Yonghong Song
1
-3
/
+3
2020-06-02
devmap: Formalize map value as a named struct
David Ahern
1
-17
/
+28
2020-06-02
bpf: Add rx_queue_mapping to bpf_sock
Amritha Nambiar
2
-0
/
+19
2020-06-02
Merge branch 'bpf-ring-buffer'
Daniel Borkmann
35
-72
/
+2630
2020-06-02
selftests/bpf: Add tests for write-only stacks/queues
Anton Protopopov
1
-1
/
+39
2020-06-02
docs/bpf: Add BPF ring buffer design notes
Andrii Nakryiko
1
-0
/
+209
2020-06-02
bpf: Add BPF ringbuf and perf buffer benchmarks
Andrii Nakryiko
6
-1
/
+754
2020-06-02
selftests/bpf: Add BPF ringbuf selftests
Andrii Nakryiko
4
-0
/
+468
2020-06-02
libbpf: Add BPF ring buffer support
Andrii Nakryiko
5
-1
/
+317
2020-06-02
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
19
-70
/
+882
2020-06-02
bpf: Fix map permissions check
Anton Protopopov
1
-1
/
+2
2020-06-02
selftests/bpf: Cleanup comments in test_maps
Anton Protopopov
1
-3
/
+3
2020-06-02
selftests/bpf: Cleanup some file descriptors in test_maps
Anton Protopopov
1
-0
/
+4
2020-06-02
selftests/bpf: Fix a typo in test_maps
Anton Protopopov
1
-1
/
+1
2020-06-02
libbpf: Fix perf_buffer__free() API for sparse allocs
Eelco Chaudron
1
-1
/
+4
2020-06-02
bpf, selftests: Test probe_* helpers from SCHED_CLS
John Fastabend
2
-0
/
+58
2020-06-02
bpf, selftests: Add sk_msg helpers load and attach test
John Fastabend
2
-0
/
+82
2020-06-02
bpf, sk_msg: Add get socket storage helpers
John Fastabend
3
-0
/
+19
2020-06-02
bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*
John Fastabend
2
-5
/
+29
2020-06-02
bpf, sk_msg: Add some generic helpers that may be useful from sk_msg
John Fastabend
1
-0
/
+16
2020-06-02
libbpf: Use .so dynamic symbols for abi check
Yauheni Kaliuta
1
-2
/
+2
2020-06-02
bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_run
Chris Packham
1
-1
/
+1
2020-06-02
libbpf: Install headers as part of make install
Nikolay Borisov
1
-1
/
+1
2020-06-02
libbpf: Add API to consume the perf ring buffer content
Eelco Chaudron
3
-0
/
+21
2020-06-02
MAINTAINERS: Adjust entry in XDP SOCKETS to actual file name
Lukas Bulwahn
1
-1
/
+1
2020-06-02
bpf: Fix returned error sign when link doesn't support updates
Jakub Sitnicki
1
-1
/
+1
2020-06-02
tools, bpftool: Print correct error message when failing to load BTF
Tobias Klauser
1
-1
/
+1
2020-06-02
tools, bpftool: Make capability check account for new BPF caps
Quentin Monnet
1
-19
/
+66
2020-06-02
tools, bpftool: Clean subcommand help messages
Quentin Monnet
11
-76
/
+64
2020-06-01
net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.c
Vladimir Oltean
2
-1
/
+3
2020-06-01
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
16
-156
/
+142
2020-06-01
vxlan: fix dereference of nexthop group in nexthop update path
Roopa Prabhu
1
-2
/
+2
2020-06-01
switch cmsghdr_from_user_compat_to_kern() to copy_from_user()
Al Viro
1
-7
/
+8
2020-06-01
Merge branch 'dpaa2-eth-add-PFC-support'
David S. Miller
10
-57
/
+787
2020-06-01
dpaa2-eth: Keep congestion group taildrop enabled when PFC on
Ioana Ciornei
3
-10
/
+34
2020-06-01
dpaa2-eth: Add PFC support through DCB ops
Ioana Ciornei
8
-0
/
+316
2020-06-01
dpaa2-eth: Update FQ taildrop threshold and buffer pool count
Ioana Radulescu
1
-12
/
+11
2020-06-01
dpaa2-eth: Add congestion group taildrop
Ioana Radulescu
2
-10
/
+38
2020-06-01
dpaa2-eth: Add helper functions
Ioana Radulescu
3
-5
/
+14
2020-06-01
dpaa2-eth: Distribute ingress frames based on VLAN prio
Ioana Radulescu
5
-0
/
+318
2020-06-01
dpaa2-eth: Add support for Rx traffic classes
Ioana Radulescu
4
-32
/
+68
2020-06-01
net: phy: broadcom: don't export RDB/legacy access methods
Michael Walle
1
-4
/
+2
[prev]
[next]