summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)Author
2021-03-05lan743x: trim all 4 bytes of the FCS; not just 2George McCollister
2021-02-16lan743x: sync only the received area of an rx ring bufferSven Van Asbroeck
2021-02-16lan743x: boost performance on cpu archs w/o dma cache snoopingSven Van Asbroeck
2021-01-28lan743x: fix endianness when accessing descriptorsAlexey Denisov
2020-12-16lan743x: fix rx_napi_poll/interrupt ping-pongSven Van Asbroeck
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-04ethernet: select CONFIG_CRC32 as neededArnd Bergmann
2020-11-24lan743x: replace polling loop by wait_event_timeout()Sven Van Asbroeck
2020-11-24lan743x: clean up software_isr functionSven Van Asbroeck
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-17lan743x: replace devicetree phy parse code with library functionSven Van Asbroeck
2020-11-14lan743x: prevent entire kernel HANG on open, for some platformsSven Van Asbroeck
2020-11-14lan743x: fix issue causing intermittent kernel log warningsSven Van Asbroeck
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-12lan743x: fix use of uninitialized variableSven Van Asbroeck
2020-11-10lan743x: fix "BUG: invalid wait context" when setting rx modeSven Van Asbroeck
2020-11-10lan743x: correctly handle chips with internal PHYSven Van Asbroeck
2020-11-03lan743x: fix for potential NULL pointer dereference with bare cardSergej Bauer
2020-10-27net: microchip: Remove unneeded variable retXu Wang
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-09-23net: microchip: Make `lan743x_pm_suspend` function return right valueZheng Yongjun
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-22lan743x: remove redundant initialization of variable current_head_indexColin Ian King
2020-07-14lan743x: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-06-24lan743x: Remove duplicated include from lan743x_main.cYueHaibing
2020-06-18lan743x: allow mac address to come from dtTim Harvey
2020-06-16lan743x: add MODULE_DEVICE_TABLE for module loading aliasTim Harvey
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-04lan743x: Use correct MAC_CR configuration for 1 GBit speedRoelof Berg
2020-06-01lan743x: Added fixed link and RGMII supportRoelof Berg
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-07net: microchip: encx24j600: add missed kthread_stopChuhong Yuan
2020-05-07net: encx24j600: make encx24j600_hw_init() return voidJason Yan
2020-05-05net: microchip: Remove unused inline function is_bits_setYueHaibing
2019-12-25net: Introduce peer to peer one step PTP time stamping.Richard Cochran
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller
2019-11-11Support LAN743x PTP periodic output on any GPIOJohn Efstathiades
2019-09-06lan743x: remove redundant assignment to variable rx_process_resultColin Ian King
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-19enc28j60: Convert to use SPDX identifierAndy Shevchenko
2019-03-19enc28j60: Fix indentation splatsAndy Shevchenko
2019-03-19enc28j60: Amend comments by fixing typos, adding periods, etcAndy Shevchenko
2019-03-19enc28j60: Remove linux/init.hAndy Shevchenko