aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan743x_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-06lan743x: remove redundant assignment to variable rx_process_resultColin Ian King1-2/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+2
2019-03-13lan743x: Fix TX Stall IssueBryan Whitehead1-8/+1
2019-03-11lan743x: Fix RX Kernel PanicBryan Whitehead1-14/+32
2019-03-01lan743x: Fix TX Stall IssueBryan Whitehead1-4/+12
2019-01-08lan743x: Remove phy_read from link status change functionBryan Whitehead1-7/+4
2018-12-19lan743x: Remove MAC Reset from initializationBryan Whitehead1-6/+0
2018-12-18lan743x: Expand phy search for LAN7431Bryan Whitehead1-2/+3
2018-11-27lan743x: Enable driver to work with LAN7431Bryan Whitehead1-0/+1
2018-11-27lan743x: fix return value for lan743x_tx_napi_pollBryan Whitehead1-5/+5
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-09-17net: ethernet: Fix a unused function warning.zhong jiang1-3/+3
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-4/+1
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn1-1/+1
2018-08-11lan743x: lan743x: Add PTP supportBryan Whitehead1-3/+75
2018-07-25lan743x: Make symbol lan743x_pm_ops staticWei Yongjun1-1/+1
2018-07-23lan743x: Add RSS supportBryan Whitehead1-0/+20
2018-07-23lan743x: Add power management supportBryan Whitehead1-0/+176
2018-07-23lan743x: Add support for ethtool statisticsBryan Whitehead1-3/+3
2018-07-23lan743x: Add support for ethtool get_drvinfoBryan Whitehead1-0/+2
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-03-12lan743x: make functions lan743x_csr_read and lan743x_csr_read staticColin Ian King1-2/+3
2018-03-12lan743x: remove some redundant variables and assignmentsColin Ian King1-12/+1
2018-03-07lan743x: Add main source files for new lan743x driverBryan Whitehead1-0/+2781