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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-31
net: hns3: keep flow director state unchanged when reset
Jian Shen
2
-5
/
+7
2019-01-31
net: hns3: stop sending keep alive msg to PF when VF is resetting
Jian Shen
1
-0
/
+4
2019-01-31
net: hns3: fix an issue for hclgevf_ae_get_hdev
Peng Li
1
-1
/
+6
2019-01-31
net: hns3: fix improper error handling in the hclge_init_ae_dev()
Huazhong Tan
1
-1
/
+1
2019-01-31
net: hns3: fix for rss result nonuniform
Jian Shen
2
-6
/
+26
2019-01-31
net: hns3: fix netif_napi_del() not do problem when unloading
Huazhong Tan
1
-20
/
+7
2019-01-31
net: hns3: Fix NULL deref when unloading driver
Huazhong Tan
5
-22
/
+40
2019-01-31
net: hns3: only support tc 0 for VF
Yunsheng Lin
3
-16
/
+28
2019-01-31
net: hns3: change hnae3_register_ae_dev() to int
Huazhong Tan
3
-4
/
+16
2019-01-31
net: hns3: use the correct interface to stop|open port
Peng Li
1
-2
/
+2
2019-01-31
net: hns3: fix VF dump register issue
Jian Shen
1
-0
/
+2
2019-01-31
net: hns3: reuse the definition of l3 and l4 header info union
liyongxin
2
-27
/
+6
2019-01-31
net: dsa: mt7530: support the 7530 switch on the Mediatek MT7621 SoC
Greg Ungerer
2
-39
/
+66
2019-01-31
net: ethernet: mediatek: support MT7621 SoC ethernet hardware
Bjørn Mork
3
-8
/
+46
2019-01-30
mlxsw: spectrum_acl: Add C-TCAM spill tracepoint
Jiri Pirko
1
-0
/
+3
2019-01-30
mlxsw: spectrum_acl: Include delta bits into hashtable key
Jiri Pirko
3
-16
/
+17
2019-01-30
bnxt_en: Add bnxt_en initial port params table and register it
Vasundhara Volam
3
-1
/
+44
2019-01-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
38
-89
/
+187
2019-01-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
33
-72
/
+170
2019-01-29
cxgb4: cxgb4_tc_u32: use struct_size() in kvzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-01-29
cxgb4: clip_tbl: Use struct_size() in kvzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-01-29
net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profiles
Yang Wei
1
-2
/
+2
2019-01-29
net: caif: call dev_consume_skb_any when skb xmit done
Yang Wei
1
-4
/
+1
2019-01-29
net: 8139cp: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-01-29
cxgb4vf: Update port information in cxgb4vf_open()
Arjun Vynipadath
1
-0
/
+7
2019-01-29
net: macb: Apply RXUBR workaround only to versions with errata
Harini Katakam
2
-11
/
+20
2019-01-29
liquidio: fix the validation of rx checksum status from NIC hardware
Veerasenareddy Burru
1
-1
/
+2
2019-01-29
net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-01-29
net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-01-29
net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irq
Yang Wei
1
-1
/
+1
2019-01-29
net: alteon: replace dev_kfree_skb_irq by dev_consume_skb_irq
Yang Wei
1
-1
/
+1
2019-01-29
vhost: fix OOB in get_rx_bufs()
Jason Wang
5
-7
/
+11
2019-01-29
enetc: include linux/vmalloc.h for vzalloc etc
Stephen Rothwell
1
-0
/
+1
2019-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-58
/
+215
2019-01-28
qed: Fix stack out of bounds bug
Manish Chopra
1
-4
/
+4
2019-01-28
qed: Fix system crash in ll2 xmit
Manish Chopra
1
-5
/
+15
2019-01-28
qed: Fix VF probe failure while FLR
Manish Chopra
1
-0
/
+10
2019-01-28
qed: Fix LACP pdu drops for VFs
Manish Chopra
3
-2
/
+16
2019-01-28
qed: Fix bug in tx promiscuous mode settings
Manish Chopra
1
-1
/
+6
2019-01-28
qede: Error recovery process
Tomer Tayar
3
-70
/
+288
2019-01-28
qed: Add infrastructure for error detection and recovery
Tomer Tayar
10
-16
/
+231
2019-01-28
qed: Revise load sequence to avoid PCI errors
Tomer Tayar
7
-112
/
+178
2019-01-28
benet: remove broken and unused macro
Lubomir Rintel
1
-4
/
+0
2019-01-28
net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-01-28
mlxsw: spectrum_switchdev: Add more extack messages
Ido Schimmel
1
-2
/
+8
2019-01-28
mlxsw: spectrum_acl: Fix rul/rule typo
Jiri Pirko
1
-2
/
+2
2019-01-28
mlxsw: spectrum_acl: Move mr_ruleset and mr_rule structs
Jiri Pirko
1
-9
/
+9
2019-01-28
mlxsw: spectrum_acl: Remove unnecessary arg on action_replace call path
Jiri Pirko
8
-24
/
+9
2019-01-28
net: dsa: mv88e6xxx: Fix serdes irq setup going recursive
Andrew Lunn
1
-1
/
+1
2019-01-28
net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()
Alexey Khoroshilov
1
-1
/
+3
[next]