aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx
AgeCommit message (Expand)Author
2020-05-21net: ll_temac: Handle DMA halt condition caused by buffer underrunEsben Haabendal
2020-05-21net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressureEsben Haabendal
2020-05-21net: ll_temac: Add more error handling of dma_map_single() callsEsben Haabendal
2020-05-21net: ll_temac: Fix race condition causing TX hangEsben Haabendal
2019-07-26net: axienet: Fix race condition causing TX hangRobert Hancock
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-202/2] net: xilinx_emaclite: use readx_poll_timeout() in mdio wait functionKurt Kanzenbach
2019-05-201/2] net: axienet: use readx_poll_timeout() in mdio wait functionKurt Kanzenbach
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-07net: ll_temac: Improve error message on error IRQEsben Haabendal
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-05-05net: ll_temac: Make some functions staticYueHaibing
2019-05-05net: ll_temac: remove an unnecessary conditionDan Carpenter
2019-05-05net: ll_temac: Fix an NULL vs IS_ERR() check in temac_open()Dan Carpenter
2019-05-02net: ll_temac: Fix typo bug for 32-bitEsben Haabendal
2019-05-01net: ll_temac: Enable DMA when ready, not beforeEsben Haabendal
2019-05-01net: ll_temac: Allow configuration of IRQ coalescingEsben Haabendal
2019-05-01net: ll_temac: Replace bad usage of msleep() with usleep_range()Esben Haabendal
2019-05-01net: ll_temac: Fix bug causing buffer descriptor overrunEsben Haabendal
2019-05-01net: ll_temac: Fix iommu/swiotlb leakEsben Haabendal
2019-05-01net: ll_temac: Support indirect_mutex share within TEMAC IPEsben Haabendal
2019-05-01net: ll_temac: Allow use on x86 platformsEsben Haabendal
2019-05-01net: ll_temac: Fix support for little-endian platformsEsben Haabendal
2019-05-01net: ll_temac: Add support for non-native register endiannessEsben Haabendal
2019-05-01net: ll_temac: Fix support for 64-bit platformsEsben Haabendal
2019-05-01net: ll_temac: Extend support to non-device-tree platformsEsben Haabendal
2019-05-01net: ll_temac: Fix and simplify error handling by using devres functionsEsben Haabendal
2019-04-08net: xilinx: emaclite: add minimal ndo_do_ioctl hookAlexandru Ardelean
2019-04-08net: xilinx: emaclite: add minimal ethtool opsAlexandru Ardelean
2019-03-23net: xilinx: fix possible object reference leakWen Yang
2019-02-14net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-09-19net: xilinx: fix return type of ndo_start_xmit functionYueHaibing
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-24net: axienet: Fix double deregister of mdioShubhrajyoti Datta
2018-06-30net: emaclite: Remove unnecessary spacesRadhey Shyam Pandey
2018-06-30net: emaclite: Fix block comments styleRadhey Shyam Pandey
2018-06-30net: emaclite: update kernel-doc commentsRadhey Shyam Pandey
2018-06-30net: emaclite: Simplify if-else statementsRadhey Shyam Pandey
2018-06-30net: emaclite: Use __func__ instead of hardcoded nameRadhey Shyam Pandey
2018-06-14net: emaclite: Remove xemaclite_mdio_setup return checkRadhey Shyam Pandey
2018-06-14net: emaclite: Remove unused 'has_mdio' flag.Radhey Shyam Pandey
2018-06-14net: emaclite: Fix MDIO bus unregister bugRadhey Shyam Pandey
2018-06-14net: emaclite: Fix position of lp->mii_bus assignmentRadhey Shyam Pandey
2018-06-03net: axienet: remove stale comment of axienet_openYueHaibing
2017-11-29net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven