aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/ll_temac_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-24net: ll_temac: Handle DMA halt condition caused by buffer underrunEsben Haabendal1-5/+53
2020-02-24net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressureEsben Haabendal1-31/+81
2020-02-24net: ll_temac: Add more error handling of dma_map_single() callsEsben Haabendal1-2/+24
2020-02-24net: ll_temac: Fix race condition causing TX hangEsben Haabendal1-3/+16
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-12/+1
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-12/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-05-23net: ll_temac: Fix compile errorEsben Haabendal1-2/+1
2019-05-23net: ll_temac: Enable multicast supportEsben Haabendal1-2/+1
2019-05-23net: ll_temac: Cleanup multicast filter on changeEsben Haabendal1-2/+5
2019-05-23net: ll_temac: Prepare indirect register access for multicast supportEsben Haabendal1-75/+165
2019-05-23net: ll_temac: Do not make promiscuous mode sticky on multicastEsben Haabendal1-7/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-07net: ll_temac: Improve error message on error IRQEsben Haabendal1-2/+8
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-05-05net: ll_temac: Make some functions staticYueHaibing1-8/+8
2019-05-05net: ll_temac: Fix an NULL vs IS_ERR() check in temac_open()Dan Carpenter1-2/+2
2019-05-02net: ll_temac: Fix typo bug for 32-bitEsben Haabendal1-1/+1
2019-05-01net: ll_temac: Enable DMA when ready, not beforeEsben Haabendal1-5/+10
2019-05-01net: ll_temac: Allow configuration of IRQ coalescingEsben Haabendal1-12/+28
2019-05-01net: ll_temac: Replace bad usage of msleep() with usleep_range()Esben Haabendal1-1/+1
2019-05-01net: ll_temac: Fix bug causing buffer descriptor overrunEsben Haabendal1-1/+1
2019-05-01net: ll_temac: Fix iommu/swiotlb leakEsben Haabendal1-1/+1
2019-05-01net: ll_temac: Support indirect_mutex share within TEMAC IPEsben Haabendal1-11/+25
2019-05-01net: ll_temac: Fix support for little-endian platformsEsben Haabendal1-39/+50
2019-05-01net: ll_temac: Add support for non-native register endiannessEsben Haabendal1-18/+69
2019-05-01net: ll_temac: Fix support for 64-bit platformsEsben Haabendal1-3/+32
2019-05-01net: ll_temac: Extend support to non-device-tree platformsEsben Haabendal1-62/+125
2019-05-01net: ll_temac: Fix and simplify error handling by using devres functionsEsben Haabendal1-31/+17
2019-02-14net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-6/+6
2018-09-19net: xilinx: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2016-12-08net: ll_temac: Utilize of_get_mac_address()Tobias Klauser1-5/+6
2016-11-15net: ethernet: ll_temac: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-07-14net: ethernet: ll_temac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+2
2016-07-14net: ethernet: ll_temac: use phydev from struct net_devicePhilippe Reynes1-21/+16
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-06-07net: ll_temac: Remove sparse warningsMichal Simek1-6/+6
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-05-12net: ll_temac: Fix DMA map size bugMichal Simek1-2/+2
2015-05-11net: ll_temac: Use one return statement instead of twoMichal Simek1-3/+1
2015-03-17net: xilinx: constify of_device_id arrayFabian Frederick1-1/+1
2014-12-31net: Xilinx: fix error return codeJulia Lawall1-0/+2
2014-11-21net: Xilinx: Deletion of unnecessary checks before two function callsMarkus Elfring1-2/+1
2014-10-01net: ll_temac: Remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta1-1/+0
2014-08-14net: xilinx: Remove .owner field for driverMichal Simek1-1/+0
2014-08-08ll_temac: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-06-22xilinx: Fix compiler warningManuel Schölling1-1/+1