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
/
net
/
ethernet
/
microchip
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-26
lan743x: Remove SPI dependency from Microchip group.
Bryan Whitehead
1
-1
/
+0
2018-09-18
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2018-09-17
net: ethernet: Fix a unused function warning.
zhong jiang
1
-3
/
+3
2018-09-13
net: ethernet: Add helper for MACs which support asym pause
Andrew Lunn
1
-4
/
+1
2018-09-13
net: ethernet: Add helper to remove a supported link mode
Andrew Lunn
1
-1
/
+1
2018-09-05
net: lan743x_ptp: make function lan743x_ptp_set_sync_ts_insert() static
YueHaibing
1
-2
/
+2
2018-08-19
net: lan743x_ptp: convert to ktime_get_clocktai_ts64
Arnd Bergmann
1
-2
/
+1
2018-08-14
net: lan743x: fix building without CONFIG_PTP_1588_CLOCK
Arnd Bergmann
2
-11
/
+6
2018-08-14
net: lan743x: select CRC16
Arnd Bergmann
1
-0
/
+1
2018-08-13
lan743x: lan743x: Remove duplicated include from lan743x_ptp.c
Yue Haibing
1
-1
/
+0
2018-08-11
lan743x: lan743x: Add PTP support
Bryan Whitehead
6
-5
/
+1443
2018-07-26
lan743x: Make symbol lan743x_pm_ops static
Wei Yongjun
1
-1
/
+1
2018-07-24
lan743x: Add RSS support
Bryan Whitehead
3
-0
/
+171
2018-07-24
lan743x: Add EEE support
Bryan Whitehead
2
-0
/
+88
2018-07-24
lan743x: Add power management support
Bryan Whitehead
3
-0
/
+270
2018-07-24
lan743x: Add support for ethtool eeprom access
Bryan Whitehead
2
-0
/
+242
2018-07-24
lan743x: Add support for ethtool message level
Bryan Whitehead
1
-0
/
+17
2018-07-24
lan743x: Add support for ethtool statistics
Bryan Whitehead
3
-3
/
+214
2018-07-24
lan743x: Add support for ethtool link settings
Bryan Whitehead
1
-0
/
+5
2018-07-24
lan743x: Add support for ethtool get_drvinfo
Bryan Whitehead
4
-1
/
+35
2018-06-23
net: drivers/net: Convert random_ether_addr to eth_random_addr
Joe Perches
1
-1
/
+1
2018-03-12
lan743x: make functions lan743x_csr_read and lan743x_csr_read static
Colin Ian King
1
-2
/
+3
2018-03-12
lan743x: remove some redundant variables and assignments
Colin Ian King
1
-12
/
+1
2018-03-07
lan743x: Add main source files for new lan743x driver
Bryan Whitehead
4
-0
/
+3391
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-02-13
net: microchip: encx24j600: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-14
/
+18
2017-02-13
net: microchip: enc28j60: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-14
/
+17
2016-12-16
encx24j600: Fix some checkstyle warnings
Jeroen De Wachter
2
-8
/
+25
2016-12-16
encx24j600: bugfix - always move ERXTAIL to next packet in encx24j600_rx_packets
Jeroen De Wachter
1
-1
/
+2
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-10-12
kthread: kthread worker API cleanup
Petr Mladek
1
-5
/
+5
2016-07-02
enc28j60: Fix race condition in enc28j60 driver
Sergio Valverde
1
-2
/
+5
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2016-05-04
drivers: replace dev->trans_start accesses with dev_trans_start
Florian Westphal
1
-1
/
+1
2016-04-29
net: ethernet: enc28j60: add device tree support
Michael Heimpold
1
-3
/
+17
2016-04-29
net: ethernet: enc28j60: support half-duplex SPI controllers
Michael Heimpold
1
-5
/
+9
2015-11-20
net: encx24j600: move rev announcement to probe function
Jon Ringle
1
-12
/
+12
2015-11-06
Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
1
-1
/
+0
2015-11-02
net: encx24j600: Export missing SPI module alias information
Javier Martinez Canillas
1
-0
/
+1
2015-11-02
net: encx24j600: Fix SPI id table definition
Javier Martinez Canillas
1
-3
/
+4
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
1
-1
/
+0
2015-10-26
net: encx24j600: Fix mask to update LED configuration
Jon Ringle
1
-3
/
+3
2015-10-11
net: encx24j600: Fix typos in Kconfig
Jon Ringle
1
-2
/
+2
2015-10-08
net: Microchip encx24j600 driver
Jon Ringle
5
-0
/
+2087
2015-10-06
Revert "net: Microchip encx24j600 driver"
David S. Miller
5
-2122
/
+0
2015-10-06
Revert "net: encx24j600_exit() can be static"
David S. Miller
1
-1
/
+1
2015-10-05
net: encx24j600_exit() can be static
kbuild test robot
1
-1
/
+1
2015-10-05
net: Microchip encx24j600 driver
Jon Ringle
5
-0
/
+2122
2015-06-23
drivers/net: remove all references to obsolete Ethernet-HOWTO
Paul Gortmaker
1
-3
/
+1
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
[next]