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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
net: phylink: Add phylink_mac_link_{up, down} wrapper functions
Ioana Ciornei
1
-18
/
+32
2019-05-30
net: phy: Add phy_standalone sysfs entry
Ioana Ciornei
1
-0
/
+22
2019-05-30
net: phy: Check against net_device being NULL
Ioana Ciornei
1
-0
/
+6
2019-05-30
net: phy: Guard against the presence of a netdev
Ioana Ciornei
1
-10
/
+23
2019-05-30
net: phy: Add phy_sysfs_create_links helper function
Vladimir Oltean
1
-17
/
+26
2019-05-30
r8169: remove 1000/Half from supported modes
Heiner Kallweit
1
-1
/
+4
2019-05-30
net: mscc: ocelot: Implement port policers via tc command
Joergen Andreasen
7
-3
/
+460
2019-05-30
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
16
-276
/
+1129
2019-05-30
net: stmmac: Fix build error without CONFIG_INET
YueHaibing
1
-0
/
+1
2019-05-29
net: stmmac: use dev_info() before netdev is registered
Jisheng Zhang
1
-2
/
+2
2019-05-29
qed: fix spelling mistake "inculde" -> "include"
Colin Ian King
1
-1
/
+1
2019-05-29
ice: Add a helper to trigger software interrupt
Brett Creeley
3
-15
/
+25
2019-05-29
ice: Configure RSS LUT key only if RSS is enabled
Md Fahad Iqbal Polash
1
-0
/
+7
2019-05-29
ice: Add ice_get_fw_log_cfg to init FW logging
Dan Nowlin
2
-0
/
+49
2019-05-29
ice: Minor cleanup in ice_switch.h
Anirudh Venkataramanan
1
-4
/
+3
2019-05-29
ice: Remove redundant and premature event config
Dave Ertman
1
-6
/
+0
2019-05-29
ice: Change message level
Mitch Williams
1
-1
/
+1
2019-05-29
ice: Check all VFs for MDD activity, don't disable
Mitch Williams
1
-12
/
+11
2019-05-29
ice: Refactor interrupt tracking
Brett Creeley
6
-218
/
+263
2019-05-29
ice: Add handler for ethtool selftest
Anirudh Venkataramanan
11
-13
/
+752
2019-05-29
ice: Don't call ice_cfg_itr() for SR-IOV
Brett Creeley
1
-1
/
+2
2019-05-29
ice: Set minimum default Rx descriptor count to 512
Brett Creeley
1
-6
/
+13
2019-05-29
ice: Resolve static analysis warning
Bruce Allan
1
-4
/
+4
2019-05-29
ice: Implement toggling ethtool rx-vlan-filter
Tony Nguyen
1
-0
/
+7
2019-05-29
ice: Remove direct write for GLLAN_RCTL_0
Anirudh Venkataramanan
1
-3
/
+0
2019-05-29
ice: Fix LINE_SPACING style issue
Bruce Allan
1
-1
/
+0
2019-05-29
qede: Handle infinite driver spinning for Tx timestamp.
Sudarsana Reddy Kalluru
4
-7
/
+36
2019-05-29
qed: Reduce the severity of ptp debug message.
Sudarsana Reddy Kalluru
1
-1
/
+2
2019-05-29
macvlan: Replace strncpy() by strscpy()
Gustavo A. R. Silva
1
-1
/
+1
2019-05-29
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
8
-94
/
+47
2019-05-29
net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector
Huazhong Tan
1
-3
/
+1
2019-05-29
net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()
Huazhong Tan
1
-2
/
+2
2019-05-29
net: hns3: stop schedule reset service while unloading driver
Huazhong Tan
3
-2
/
+7
2019-05-29
net: hns3: add handshake with hardware while doing reset
Huazhong Tan
4
-9
/
+16
2019-05-29
net: hns3: modify hclgevf_init_client_instance()
Huazhong Tan
1
-29
/
+50
2019-05-29
net: hns3: modify hclge_init_client_instance()
Huazhong Tan
1
-37
/
+53
2019-05-29
net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has reg...
Huazhong Tan
2
-0
/
+8
2019-05-29
net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has reg...
Huazhong Tan
2
-1
/
+8
2019-05-29
net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has regis...
Huazhong Tan
2
-0
/
+7
2019-05-29
net: hns3: add support for dump firmware statistics by debugfs
Zhongzhu Liu
3
-0
/
+66
2019-05-29
net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro
Yunsheng Lin
1
-1
/
+1
2019-05-29
net: hns3: fix compile warning without CONFIG_RFS_ACCEL
Jian Shen
1
-2
/
+0
2019-05-29
hinic: fix a bug in set rx mode
Xue Chaojing
1
-4
/
+0
2019-05-29
enetc: Enable TC offloading with mqprio
Camelia Groza
5
-1
/
+72
2019-05-29
net: stmmac: dwmac-meson8b: update with SPDX Licence identifier
Neil Armstrong
1
-7
/
+1
2019-05-29
net: stmmac: dwmac-meson: update with SPDX Licence identifier
Neil Armstrong
1
-7
/
+1
2019-05-29
igc: Cleanup the redundant code
Sasha Neftin
1
-20
/
+3
2019-05-29
igc: Add flow control support
Sasha Neftin
2
-0
/
+24
2019-05-29
e1000e: start network tx queue only when link is up
Konstantin Khlebnikov
1
-2
/
+4
2019-05-29
Revert "e1000e: fix cyclic resets at link up with active tx"
Konstantin Khlebnikov
1
-6
/
+9
[prev]
[next]