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
2021-11-10
net: hns3: remove check VF uc mac exist when set by PF
Guangbin Huang
1
-36
/
+0
2021-11-10
net: hns3: fix some mac statistics is always 0 in device version V2
Guangbin Huang
2
-1
/
+11
2021-11-10
net: hns3: fix kernel crash when unload VF while it is being reset
Yufeng Mo
2
-0
/
+7
2021-11-10
net: hns3: sync rx ring head in echo common pull
Yufeng Mo
5
-0
/
+50
2021-11-10
net: hns3: fix pfc packet number incorrect after querying pfc parameters
Jie Wang
5
-50
/
+48
2021-11-10
net: hns3: fix ROCE base interrupt vector initialization bug
Jie Wang
4
-13
/
+2
2021-11-10
net: hns3: fix failed to add reuse multicast mac addr to hardware when mc mac...
Guangbin Huang
1
-23
/
+27
2021-11-10
net: mana: Fix spelling mistake "calledd" -> "called"
Colin Ian King
1
-1
/
+1
2021-11-10
net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any
Eric Dumazet
1
-10
/
+17
2021-11-10
amt: use cancel_delayed_work() instead of flush_delayed_work() in amt_fini()
Taehee Yoo
1
-1
/
+1
2021-11-10
net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than 10
Marek Behún
1
-1
/
+4
2021-11-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
10
-48
/
+174
2021-11-09
amt: add IPV6 Kconfig dependency
Arnd Bergmann
1
-0
/
+1
2021-11-09
gve: Fix off by one in gve_tx_timeout()
Dan Carpenter
1
-1
/
+1
2021-11-09
hamradio: defer 6pack kfree after unregister_netdev
Lin Ma
1
-2
/
+4
2021-11-09
hamradio: defer ax25 kfree after unregister_netdev
Lin Ma
1
-4
/
+5
2021-11-09
net: sungem_phy: fix code indentation
Jean Sacren
1
-1
/
+1
2021-11-09
bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg
Jussi Maki
2
-6
/
+34
2021-11-09
bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
John Fastabend
3
-10
/
+38
2021-11-09
bpf, sockmap: Fix race in ingress receive verdict with redirect to self
John Fastabend
1
-0
/
+47
2021-11-09
bpf, sockmap: Remove unhash handler for BPF sockmap usage
John Fastabend
1
-1
/
+0
2021-11-09
bpf, sockmap: Use stricter sk state checks in sk_lookup_assign
John Fastabend
3
-8
/
+16
2021-11-08
litex_liteeth: Fix a double free in the remove function
Christophe JAILLET
1
-1
/
+0
2021-11-07
nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails
Chengfeng Ye
1
-3
/
+3
2021-11-07
selftests: net: tls: remove unused variable and code
Anders Roxell
1
-3
/
+0
2021-11-07
net: marvell: prestera: fix hw structure laid out
Volodymyr Mytnyk
1
-63
/
+68
2021-11-07
sctp: remove unreachable code from sctp_sf_violation_chunk()
Alexey Khoroshilov
1
-3
/
+0
2021-11-07
llc: fix out-of-bound array index in llc_sk_dev_hash()
Eric Dumazet
1
-1
/
+3
2021-11-07
net: hisilicon: fix hsn3_ethtool kernel-doc warnings
Randy Dunlap
1
-2
/
+4
2021-11-07
nfc: port100: lower verbosity of cancelled URB messages
Krzysztof Kozlowski
1
-3
/
+3
2021-11-07
Merge tag 'linux-can-fixes-for-5.16-20211106' of git://git.kernel.org/pub/scm...
David S. Miller
5
-20
/
+37
2021-11-06
can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip...
Marc Kleine-Budde
1
-1
/
+1
2021-11-06
Merge branch 'bpf: Fix out-of-bound issue when jit-ing bpf_pseudo_func'
Alexei Starovoitov
4
-23
/
+39
2021-11-06
can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_fini...
Marc Kleine-Budde
1
-1
/
+3
2021-11-06
bpf: selftest: Trigger a DCE on the whole subprog
Martin KaFai Lau
1
-0
/
+12
2021-11-06
bpf: Stop caching subprog index in the bpf_pseudo_func insn
Martin KaFai Lau
3
-23
/
+27
2021-11-06
can: peak_usb: exchange the order of information messages
Stephane Grosjean
1
-5
/
+5
2021-11-06
can: peak_usb: always ask for BERR reporting for PCAN-USB devices
Stephane Grosjean
1
-9
/
+8
2021-11-06
can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path
Vincent Mailhol
1
-4
/
+2
2021-11-06
can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
Zhang Changzhong
1
-0
/
+5
2021-11-06
can: j1939: j1939_can_recv(): ignore messages with invalid source address
Zhang Changzhong
1
-0
/
+7
2021-11-06
can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
Zhang Changzhong
1
-0
/
+6
2021-11-06
ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()
Nghia Le
1
-1
/
+0
2021-11-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
14
-90
/
+199
2021-11-05
riscv, bpf: Fix RV32 broken build, and silence RV64 warning
Björn Töpel
2
-2
/
+4
2021-11-05
selftests/bpf/xdp_redirect_multi: Limit the tests in netns
Hangbin Liu
2
-10
/
+17
2021-11-05
selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanly
Hangbin Liu
1
-2
/
+2
2021-11-05
selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp number
Hangbin Liu
1
-4
/
+4
2021-11-05
selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder
Hangbin Liu
1
-17
/
+18
2021-11-05
libbpf: Fix lookup_and_delete_elem_flags error reporting
Mehrdad Arshad Rad
1
-1
/
+3
[next]