aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-06net: axienet: Re-initialize MDIO registers properly after resetRobert Hancock3-38/+57
2019-06-06net: axienet: fix teardown order of MDIO busRobert Hancock1-1/+1
2019-06-06net: axienet: Use clock framework to get device clock rateRobert Hancock3-28/+53
2019-06-06net: axienet: add X86 and ARM as supported platformsRobert Hancock1-2/+2
2019-06-06net: axienet: fix MDIO bus namingRobert Hancock3-6/+8
2019-06-06net: axienet: Use standard IO accessorsRobert Hancock2-4/+4
2019-06-06net: axienet: Fix casting of pointers to u32Robert Hancock2-20/+17
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
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 Haabendal3-88/+177
2019-05-23net: ll_temac: Do not make promiscuous mode sticky on multicastEsben Haabendal1-7/+0
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-20/+17
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2019-05-202/2] net: xilinx_emaclite: use readx_poll_timeout() in mdio wait functionKurt Kanzenbach1-10/+6
2019-05-201/2] net: axienet: use readx_poll_timeout() in mdio wait functionKurt Kanzenbach2-10/+11
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2-2/+2
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 Štetiar3-3/+3
2019-05-05net: ll_temac: Make some functions staticYueHaibing1-8/+8
2019-05-05net: ll_temac: remove an unnecessary conditionDan Carpenter1-1/+1
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 Haabendal2-12/+32
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 Haabendal3-20/+37
2019-05-01net: ll_temac: Allow use on x86 platformsEsben Haabendal1-2/+2
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 Haabendal2-22/+77
2019-05-01net: ll_temac: Fix support for 64-bit platformsEsben Haabendal2-4/+32
2019-05-01net: ll_temac: Extend support to non-device-tree platformsEsben Haabendal3-66/+147
2019-05-01net: ll_temac: Fix and simplify error handling by using devres functionsEsben Haabendal3-42/+22
2019-04-08net: xilinx: emaclite: add minimal ndo_do_ioctl hookAlexandru Ardelean1-0/+17
2019-04-08net: xilinx: emaclite: add minimal ethtool opsAlexandru Ardelean1-0/+23
2019-03-23net: xilinx: fix possible object reference leakWen Yang1-0/+2
2019-02-14net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei3-3/+3
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-12/+12
2018-09-19net: xilinx: fix return type of ndo_start_xmit functionYueHaibing3-6/+9
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-2/+1
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-07-24net: axienet: Fix double deregister of mdioShubhrajyoti Datta1-0/+1
2018-06-30net: emaclite: Remove unnecessary spacesRadhey Shyam Pandey1-13/+14
2018-06-30net: emaclite: Fix block comments styleRadhey Shyam Pandey1-13/+21
2018-06-30net: emaclite: update kernel-doc commentsRadhey Shyam Pandey1-3/+12
2018-06-30net: emaclite: Simplify if-else statementsRadhey Shyam Pandey1-18/+16