summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan743x_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: lan743x: Add support to SGMII register dump for PCI11010/PCI11414 chipsRaju Lakkaraju2022-11-091-1/+1
* net: lan743x: Add support for get_pauseparam and set_pauseparamRaju Lakkaraju2022-10-251-2/+2
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-3/+1
* net: lan743x: Add support for Rx IP & TCP checksum offloadRaju Lakkaraju2022-09-091-1/+13
* net: lan743x: Fix to use multiqueue start/stop APIsRaju Lakkaraju2022-09-091-25/+25
* net: lan743x: Use correct variable in lan743x_sgmii_config()Dan Carpenter2022-06-241-2/+2
* net: lan743x: Add support to SGMII 1G and 2.5GRaju Lakkaraju2022-06-161-6/+343
* net: lan743x: Add support to Secure-ON WOLRaju Lakkaraju2022-06-161-0/+29
* net: lan743x: PCI11010 / PCI11414 fixRaju Lakkaraju2022-05-271-10/+22
* net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski2022-05-051-3/+3
* net: lan743x: Add support for EEPROMRaju Lakkaraju2022-03-181-0/+1
* net: lan743x: Add support to display Tx Queue statisticsRaju Lakkaraju2022-03-181-0/+1
* net: lan743x: Add support for Clause-45 MDIO PHY managementRaju Lakkaraju2022-02-131-3/+106
* net: lan743x: Add support for SGMII interfaceRaju Lakkaraju2022-02-131-0/+48
* net: lan743x: Increase MSI(x) vectors to 16 and Int de-assertion timers to 10Raju Lakkaraju2022-02-131-9/+23
* net: lan743x: Add support for 4 Tx queuesRaju Lakkaraju2022-02-131-18/+65
* net: lan743x: Add PCI11010 / PCI11414 device IDsRaju Lakkaraju2022-02-131-0/+2
* lan743x: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-14/+8
* lan743x: fix deadlock in lan743x_phy_link_status_change()Heiner Kallweit2021-11-241-9/+3
* 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