aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/ll_temac_main.c
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
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: 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: 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-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
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring
2016-12-08net: ll_temac: Utilize of_get_mac_address()Tobias Klauser
2016-11-15net: ethernet: ll_temac: Utilize phy_ethtool_nway_resetFlorian Fainelli
2016-07-14net: ethernet: ll_temac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-14net: ethernet: ll_temac: use phydev from struct net_devicePhilippe Reynes
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-06-07net: ll_temac: Remove sparse warningsMichal Simek
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-12net: ll_temac: Fix DMA map size bugMichal Simek
2015-05-11net: ll_temac: Use one return statement instead of twoMichal Simek
2015-03-17net: xilinx: constify of_device_id arrayFabian Frederick
2014-12-31net: Xilinx: fix error return codeJulia Lawall
2014-11-21net: Xilinx: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-10-01net: ll_temac: Remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta
2014-08-14net: xilinx: Remove .owner field for driverMichal Simek
2014-08-08ll_temac: delete unneeded test before of_node_putJulia Lawall
2014-06-22xilinx: Fix compiler warningManuel Schölling
2014-05-22xilinx: Use time_before_eq()Manuel Schölling
2014-03-12xilinx: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-02net: do not pretend FRAGLIST supportEric Dumazet
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring
2013-10-09microblaze: clean-up prom.h implicit includesRob Herring
2013-10-01ll_temac: Reset dma descriptors indexes on ndo_openRicardo Ribalda
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches