summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan743x_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-4/+31
|\
| * net: ethernet: microchip: lan743x: Fix skb allocation failureYuiko Oshino2021-10-281-4/+9
| * net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_se...Yuiko Oshino2021-10-241-0/+20
| * net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume failsYuiko Oshino2021-10-241-0/+2
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-2/+2
|/
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-4/+4
|\
| * lan743x: fix ethernet frame cutoff issueSven Van Asbroeck2021-04-091-4/+4
* | lan743x: remove redundant semi-colonYang Yingliang2021-04-011-1/+1
|/
* lan743x: trim all 4 bytes of the FCS; not just 2George McCollister2021-03-051-1/+1
* lan743x: sync only the received area of an rx ring bufferSven Van Asbroeck2021-02-161-9/+26
* lan743x: boost performance on cpu archs w/o dma cache snoopingSven Van Asbroeck2021-02-161-179/+145
* lan743x: fix endianness when accessing descriptorsAlexey Denisov2021-01-281-33/+33
* lan743x: fix rx_napi_poll/interrupt ping-pongSven Van Asbroeck2020-12-161-20/+23
* lan743x: replace polling loop by wait_event_timeout()Sven Van Asbroeck2020-11-241-15/+13
* lan743x: clean up software_isr functionSven Van Asbroeck2020-11-241-9/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-6/+7
|\
| * lan743x: prevent entire kernel HANG on open, for some platformsSven Van Asbroeck2020-11-141-1/+2
| * lan743x: fix issue causing intermittent kernel log warningsSven Van Asbroeck2020-11-141-5/+5
* | lan743x: replace devicetree phy parse code with library functionSven Van Asbroeck2020-11-171-27/+8
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-14/+10
|\|
| * lan743x: fix use of uninitialized variableSven Van Asbroeck2020-11-121-1/+1
| * lan743x: fix "BUG: invalid wait context" when setting rx modeSven Van Asbroeck2020-11-101-9/+3
| * lan743x: correctly handle chips with internal PHYSven Van Asbroeck2020-11-101-4/+6
* | net: microchip: Remove unneeded variable retXu Wang2020-10-271-2/+1
|/
* drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2020-09-251-4/+2
* net: microchip: Make `lan743x_pm_suspend` function return right valueZheng Yongjun2020-09-231-4/+1
* lan743x: remove redundant initialization of variable current_head_indexColin Ian King2020-07-221-2/+1
* lan743x: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-141-24/+22
* lan743x: Remove duplicated include from lan743x_main.cYueHaibing2020-06-241-1/+0
* lan743x: allow mac address to come from dtTim Harvey2020-06-181-16/+25
* lan743x: add MODULE_DEVICE_TABLE for module loading aliasTim Harvey2020-06-161-0/+2
* lan743x: Use correct MAC_CR configuration for 1 GBit speedRoelof Berg2020-06-041-1/+1
* lan743x: Added fixed link and RGMII supportRoelof Berg2020-06-011-10/+71
* lan743x: remove redundant assignment to variable rx_process_resultColin Ian King2019-09-061-2/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-3/+2
* lan743x: Fix TX Stall IssueBryan Whitehead2019-03-131-8/+1
* lan743x: Fix RX Kernel PanicBryan Whitehead2019-03-111-14/+32
* lan743x: Fix TX Stall IssueBryan Whitehead2019-03-011-4/+12
* lan743x: Remove phy_read from link status change functionBryan Whitehead2019-01-081-7/+4
* lan743x: Remove MAC Reset from initializationBryan Whitehead2018-12-191-6/+0
* lan743x: Expand phy search for LAN7431Bryan Whitehead2018-12-181-2/+3
* lan743x: Enable driver to work with LAN7431Bryan Whitehead2018-11-271-0/+1
* lan743x: fix return value for lan743x_tx_napi_pollBryan Whitehead2018-11-271-5/+5
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-181-3/+3
|\
| * net: ethernet: Fix a unused function warning.zhong jiang2018-09-171-3/+3
* | net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-121-4/+1
* | net: ethernet: Add helper to remove a supported link modeAndrew Lunn2018-09-121-1/+1
|/
* lan743x: lan743x: Add PTP supportBryan Whitehead2018-08-111-3/+75