summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-112-2/+2
* net: ll_temac: Improve error message on error IRQEsben Haabendal2019-05-071-2/+8
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-073-3/+3
* net: ll_temac: Make some functions staticYueHaibing2019-05-051-8/+8
* net: ll_temac: remove an unnecessary conditionDan Carpenter2019-05-051-1/+1
* net: ll_temac: Fix an NULL vs IS_ERR() check in temac_open()Dan Carpenter2019-05-051-2/+2
* net: ll_temac: Fix typo bug for 32-bitEsben Haabendal2019-05-021-1/+1
* net: ll_temac: Enable DMA when ready, not beforeEsben Haabendal2019-05-011-5/+10
* net: ll_temac: Allow configuration of IRQ coalescingEsben Haabendal2019-05-012-12/+32
* net: ll_temac: Replace bad usage of msleep() with usleep_range()Esben Haabendal2019-05-011-1/+1
* net: ll_temac: Fix bug causing buffer descriptor overrunEsben Haabendal2019-05-011-1/+1
* net: ll_temac: Fix iommu/swiotlb leakEsben Haabendal2019-05-011-1/+1
* net: ll_temac: Support indirect_mutex share within TEMAC IPEsben Haabendal2019-05-013-20/+37
* net: ll_temac: Allow use on x86 platformsEsben Haabendal2019-05-011-2/+2
* net: ll_temac: Fix support for little-endian platformsEsben Haabendal2019-05-011-39/+50
* net: ll_temac: Add support for non-native register endiannessEsben Haabendal2019-05-012-22/+77
* net: ll_temac: Fix support for 64-bit platformsEsben Haabendal2019-05-012-4/+32
* net: ll_temac: Extend support to non-device-tree platformsEsben Haabendal2019-05-013-66/+147
* net: ll_temac: Fix and simplify error handling by using devres functionsEsben Haabendal2019-05-013-42/+22Star
* net: xilinx: emaclite: add minimal ndo_do_ioctl hookAlexandru Ardelean2019-04-081-0/+17
* net: xilinx: emaclite: add minimal ethtool opsAlexandru Ardelean2019-04-081-0/+23
* net: xilinx: fix possible object reference leakWen Yang2019-03-241-0/+2
* net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-143-3/+3
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-12/+12
* net: xilinx: fix return type of ndo_start_xmit functionYueHaibing2018-09-203-6/+9
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-131-2/+1Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-0/+1
|\
| * net: axienet: Fix double deregister of mdioShubhrajyoti Datta2018-07-251-0/+1
* | net: emaclite: Remove unnecessary spacesRadhey Shyam Pandey2018-06-301-13/+14
* | net: emaclite: Fix block comments styleRadhey Shyam Pandey2018-06-301-13/+21
* | net: emaclite: update kernel-doc commentsRadhey Shyam Pandey2018-06-301-3/+12
* | net: emaclite: Simplify if-else statementsRadhey Shyam Pandey2018-06-301-18/+16Star
* | net: emaclite: Use __func__ instead of hardcoded nameRadhey Shyam Pandey2018-06-301-2/+2
|/
* net: emaclite: Remove xemaclite_mdio_setup return checkRadhey Shyam Pandey2018-06-151-3/+1Star
* net: emaclite: Remove unused 'has_mdio' flag.Radhey Shyam Pandey2018-06-151-2/+0Star
* net: emaclite: Fix MDIO bus unregister bugRadhey Shyam Pandey2018-06-151-1/+1
* net: emaclite: Fix position of lp->mii_bus assignmentRadhey Shyam Pandey2018-06-151-2/+2
* net: axienet: remove stale comment of axienet_openYueHaibing2018-06-031-1/+0Star
* net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven2017-11-291-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* net: Convert to using %pOF instead of full_nameRob Herring2017-07-241-1/+1
* net: axienet: add support for standard phy-mode bindingAlvaro G. M2017-07-172-14/+38
* net: axienet: use eth_hw_addr_random()Tobias Klauser2017-03-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-171-57/+69
|\
| * net: xilinx_emaclite: fix freezes due to unordered I/OAnssi Hannula2017-02-151-54/+62
| * net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula2017-02-151-3/+7
* | net: xilinx: constify net_device_ops structureBhumika Goyal2017-01-231-2/+2
* | net: xilinx: emaclite: Remove xemaclite_remove_ndev()Tobias Klauser2017-01-051-16/+2Star
|/
* net: ll_temac: Utilize of_get_mac_address()Tobias Klauser2016-12-081-5/+6
* net: axienet: Utilize of_get_mac_address()Tobias Klauser2016-12-081-6/+7