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
/
net
/
ethernet
/
wangxun
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-14
net: libwx: support hardware statistics
Jiawen Wu
6
-2
/
+377
2023-09-14
net: wangxun: move MDIO bus implementation to the library
Jiawen Wu
6
-172
/
+106
2023-08-25
net: ngbe: move mdio access registers to libwx
Jiawen Wu
2
-61
/
+42
2023-08-25
net: txgbe: support copper NIC with external PHY
Jiawen Wu
5
-22
/
+221
2023-08-25
net: txgbe: support switching mode to 1000BASE-X and SGMII
Jiawen Wu
4
-1
/
+61
2023-08-25
net: txgbe: add FW version warning
Jiawen Wu
1
-0
/
+3
2023-08-13
net: ngbe: use pci_dev_id() to simplify the code
Zheng Zengkai
1
-2
/
+1
2023-08-09
net: txgbe: Use pci_dev_id() to simplify the code
Xiongfeng Wang
1
-6
/
+6
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
1
-1
/
+1
2023-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+0
2023-07-19
net: txgbe: change LAN reset mode
Jiawen Wu
3
-70
/
+4
2023-07-14
net: ethernet: Remove repeating expression
Wang Ming
1
-1
/
+0
2023-07-14
net: ngbe: add Wake on Lan support
Mengyuan Lou
6
-8
/
+102
2023-07-13
net: txgbe: fix eeprom calculation error
Jiawen Wu
1
-3
/
+0
2023-06-23
net: txgbe: remove unused buffer in txgbe_calc_eeprom_checksum
Zhengchao Shao
1
-21
/
+11
2023-06-08
net: txgbe: Support phylink MAC layer
Jiawen Wu
4
-15
/
+154
2023-06-08
net: txgbe: Implement phylink pcs
Jiawen Wu
3
-2
/
+93
2023-06-08
net: txgbe: Support GPIO to SFP socket
Jiawen Wu
6
-19
/
+283
2023-06-08
net: txgbe: Add SFP module identify
Jiawen Wu
3
-0
/
+32
2023-06-08
net: txgbe: Register I2C platform device
Jiawen Wu
3
-0
/
+77
2023-06-08
net: txgbe: Register fixed rate clock
Jiawen Wu
3
-0
/
+44
2023-06-08
net: txgbe: Add software nodes to support phylink
Jiawen Wu
6
-1
/
+171
2023-06-07
net: txgbe: Avoid passing uninitialised parameter to pci_wake_from_d3()
Simon Horman
1
-5
/
+3
2023-06-01
net: txgbe: Implement vlan add and remove ops
Mengyuan Lou
2
-0
/
+5
2023-06-01
net: txgbe: Add netdev features support
Mengyuan Lou
1
-3
/
+18
2023-06-01
net: ngbe: Implement vlan add and remove ops
Mengyuan Lou
2
-0
/
+4
2023-06-01
net: ngbe: Add netdev features support
Mengyuan Lou
1
-5
/
+12
2023-06-01
net: libwx: Implement xx_set_features ops
Mengyuan Lou
3
-0
/
+23
2023-06-01
net: wangxun: Implement vlan add and kill functions
Mengyuan Lou
4
-2
/
+316
2023-06-01
net: wangxun: libwx add rx offload functions
Mengyuan Lou
2
-3
/
+331
2023-06-01
net: wangxun: libwx add tx offload functions
Mengyuan Lou
2
-8
/
+541
2023-05-18
net: libwx: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-04-20
net: libwx: fix memory leak in wx_setup_rx_resources
Zhengchao Shao
1
-1
/
+4
2023-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+4
2023-03-24
net: wangxun: Fix vector length of interrupt cause
Jiawen Wu
3
-3
/
+4
2023-03-18
net: wangxun: Remove macro that is redefined
mengyuanlou
1
-5
/
+0
2023-03-17
net: wangxun: Implement the ndo change mtu interface
Mengyuan Lou
7
-5
/
+31
2023-03-09
net: txgbe: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-5
/
+0
2023-03-09
net: ngbe: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-4
/
+0
2023-02-16
net: wangxun: Add the basic ethtool interfaces
Mengyuan Lou
12
-3
/
+98
2023-02-11
net: libwx: fix an error code in wx_alloc_page_pool()
Dan Carpenter
1
-1
/
+1
2023-02-09
net: libwx: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2023-02-09
net: libwx: clean up one inconsistent indenting
Yang Li
1
-1
/
+1
2023-02-06
net: ngbe: Support Rx and Tx process path
Mengyuan Lou
2
-13
/
+61
2023-02-06
net: txgbe: Support Rx and Tx process path
Jiawen Wu
1
-9
/
+28
2023-02-06
net: libwx: Add tx path to process packets
Mengyuan Lou
4
-0
/
+465
2023-02-06
net: libwx: Support to receive packets in NAPI
Jiawen Wu
4
-1
/
+706
2023-02-06
net: txgbe: Setup Rx and Tx ring
Jiawen Wu
3
-3
/
+44
2023-02-06
net: libwx: Allocate Rx and Tx resources
Jiawen Wu
5
-0
/
+388
2023-02-06
net: libwx: Configure Rx and Tx unit on hardware
Jiawen Wu
3
-0
/
+684
[prev]
[next]