summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/gianfar.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-30net: fsl: Don't use NO_IRQ to check return value of irq_of_parse_and_map()Mark Brown1-3/+3
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2015-10-28gianfar: Increase TX_TIMEOUT to 5HZAbhimanyu1-1/+1
2015-10-26gianfar: Fix Rx BSY error handlingClaudiu Manoil1-3/+1
2015-10-26gianfar: Don't enable the Filer w/o the ParserClaudiu Manoil1-2/+2
2015-10-07gianfar: Add WAKE_UCAST and "wake-on-filer" supportClaudiu Manoil1-11/+144
2015-09-25phy: add phy_device_remove()Russell King1-2/+3
2015-09-25net: fix phy refcounting in a bunch of driversRussell King1-0/+3
2015-09-25net: gianfar: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla1-4/+5
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2015-08-14gianfar: Restore link state settings after MAC resetClaudiu Manoil1-0/+5
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-72/+32
2015-08-01gianfar: Enable device wakeup when appropriateClaudiu Manoil1-6/+2
2015-08-01gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil1-68/+30
2015-08-01gianfar: Fix warning when CONFIG_PM offClaudiu Manoil1-0/+2
2015-07-30gianfar: Fix warnings when built on 64-bitScott Wood1-6/+9
2015-07-16gianfar: Add paged allocation and Rx S/GClaudiu Manoil1-130/+190
2015-07-16gianfar: Use ndev, more Rx path cleanupClaudiu Manoil1-30/+24
2015-07-16gianfar: Fix and cleanup rxbd status handlingClaudiu Manoil1-16/+18
2015-07-16gianfar: Bundle Rx allocation, cleanupClaudiu Manoil1-97/+104
2015-05-10gianfar: Enable changing mac addr when if upClaudiu Manoil1-1/+12
2015-05-10gianfar: Move TxFIFO underrun handling to reset pathClaudiu Manoil1-30/+10
2015-03-17net/fsl: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-16gianfar: Consider dts property endianess on handlingJingchang Lu1-30/+47
2015-03-16gianfar: Make FCB access endian safeClaudiu Manoil1-8/+9
2015-03-16gianfar: Make BDs access endian safeClaudiu Manoil1-46/+62
2015-03-06net: gianfar: correctly determine the number of queue groupsTobias Waldekranz1-2/+17
2015-03-03gianfar: Reduce logging noise seen due to phy polling if link is downGuenter Roeck1-2/+2
2015-01-30net: gianfar: remove the unneeded check of disabled deviceKevin Hao1-1/+1
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-31net: gianfar: add missing __iomem annotationKevin Hao1-1/+1
2014-12-31net: gianfar: mark the local functions staticKevin Hao1-4/+5
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-11gianfar: Fix dma check map error when DMA_API_DEBUG is enabledKevin Hao1-28/+56
2014-10-29gianfar: Implement PAUSE frame generation supportMatei Pavaluca1-0/+54
2014-10-29Fix the way the local advertising flow options are determinedPavaluca Matei-B466101-1/+5
2014-10-29Add flow control support flags to gianfar's capabilitiesPavaluca Matei-B466101-0/+3
2014-10-20net: ethernet: freescale: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-16gianfar: Add FCS to rx buffer size (fix)Claudiu Manoil1-1/+1
2014-10-09gianfar: Replace eieio with wmb for non-PPC archsClaudiu Manoil1-10/+3
2014-10-09gianfar: Replace spin_event_timeout() with arch independentClaudiu Manoil1-13/+19
2014-10-09gianfar: Make MAC addr setup endian safe, cleanupClaudiu Manoil1-8/+7
2014-10-09gianfar: Exclude PPC specific errata handling from ARM buildsClaudiu Manoil1-0/+6
2014-10-09gianfar: Include missing headers for ARM buildsClaudiu Manoil1-0/+2
2014-08-08net: gianfar: fix reference counting for phy_nodeUwe Kleine-König1-2/+2
2014-08-08net: gianfar: no need to check parameter being != NULL for of_node_putUwe Kleine-König1-8/+4
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-7/+15
2014-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-06-06gianfar: Call netif_carrier_off() prior to registrationFabio Estevam1-3/+3
2014-06-05gianfar: Fix the section mismatch warnings.Xiubo Li1-1/+1