summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)AuthorLines
2020-07-22lan743x: remove redundant initialization of variable current_head_indexColin Ian King-2/+1
2020-07-14lan743x: switch from 'pci_' to 'dma_' APIChristophe JAILLET-24/+22
2020-06-24lan743x: Remove duplicated include from lan743x_main.cYueHaibing-1/+0
2020-06-18lan743x: allow mac address to come from dtTim Harvey-16/+25
2020-06-16lan743x: add MODULE_DEVICE_TABLE for module loading aliasTim Harvey-0/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-5/+5
2020-06-04lan743x: Use correct MAC_CR configuration for 1 GBit speedRoelof Berg-1/+1
2020-06-01lan743x: Added fixed link and RGMII supportRoelof Berg-13/+80
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+4
2020-05-07net: microchip: encx24j600: add missed kthread_stopChuhong Yuan-1/+4
2020-05-07net: encx24j600: make encx24j600_hw_init() return voidJason Yan-10/+2
2020-05-05net: microchip: Remove unused inline function is_bits_setYueHaibing-5/+0
2019-12-25net: Introduce peer to peer one step PTP time stamping.Richard Cochran-0/+3
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-2/+2
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+4
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller-0/+4
2019-11-11Support LAN743x PTP periodic output on any GPIOJohn Efstathiades-96/+230
2019-09-06lan743x: remove redundant assignment to variable rx_process_resultColin Ian King-2/+1
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring-2/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)-3/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-03-19enc28j60: Convert to use SPDX identifierAndy Shevchenko-5/+1
2019-03-19enc28j60: Fix indentation splatsAndy Shevchenko-37/+21
2019-03-19enc28j60: Amend comments by fixing typos, adding periods, etcAndy Shevchenko-15/+16
2019-03-19enc28j60: Remove linux/init.hAndy Shevchenko-1/+0
2019-03-19enc28j60: Convert printk() to netdev_printk()Andy Shevchenko-24/+27
2019-03-19enc28j60: Convert HW related printk() to dev_printk()Andy Shevchenko-119/+141
2019-03-19enc28j60: Switch to dev_<level> from pr_<level>Andy Shevchenko-12/+17
2019-03-19enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()Andy Shevchenko-1/+1
2019-03-19enc28j60: Switch to use module_spi_driver() macroAndy Shevchenko-19/+2
2019-03-19enc28j60: Drop driver name duplication from messagesAndy Shevchenko-7/+6
2019-03-19enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()Andy Shevchenko-24/+18
2019-03-19enc28j60: Remove duplicate messagingAndy Shevchenko-20/+0
2019-03-19enc28j60: Use device_get_mac_address()Andy Shevchenko-4/+3
2019-03-13lan743x: Fix TX Stall IssueBryan Whitehead-8/+1
2019-03-11lan743x: Fix RX Kernel PanicBryan Whitehead-14/+32
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+13
2019-03-01lan743x: Fix TX Stall IssueBryan Whitehead-4/+12
2019-02-27enc28j60: Correct description of debug module parameterAndy Shevchenko-1/+1
2019-01-26lan743x: Provide Read/Write Access to on chip OTPBryan Whitehead-52/+182
2019-01-08lan743x: Remove phy_read from link status change functionBryan Whitehead-7/+4
2018-12-19lan743x: Remove MAC Reset from initializationBryan Whitehead-6/+0
2018-12-18lan743x: Expand phy search for LAN7431Bryan Whitehead-2/+3
2018-11-27lan743x: Enable driver to work with LAN7431Bryan Whitehead-0/+2
2018-11-27lan743x: fix return value for lan743x_tx_napi_pollBryan Whitehead-5/+5
2018-10-25lan743x: Remove SPI dependency from Microchip group.Bryan Whitehead-1/+0
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2018-09-17net: ethernet: Fix a unused function warning.zhong jiang-3/+3