aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/gianfar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-07gianfar: Add WAKE_UCAST and "wake-on-filer" supportClaudiu Manoil1-11/+144
2015-09-24phy: add phy_device_remove()Russell King1-2/+3
2015-09-24net: fix phy refcounting in a bunch of driversRussell King1-0/+3
2015-09-24net: 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-13gianfar: Restore link state settings after MAC resetClaudiu Manoil1-0/+5
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-72/+32
2015-07-31gianfar: Enable device wakeup when appropriateClaudiu Manoil1-6/+2
2015-07-31gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil1-68/+30
2015-07-31gianfar: Fix warning when CONFIG_PM offClaudiu Manoil1-0/+2
2015-07-29gianfar: Fix warnings when built on 64-bitScott Wood1-6/+9
2015-07-15gianfar: Add paged allocation and Rx S/GClaudiu Manoil1-130/+190
2015-07-15gianfar: Use ndev, more Rx path cleanupClaudiu Manoil1-30/+24
2015-07-15gianfar: Fix and cleanup rxbd status handlingClaudiu Manoil1-16/+18
2015-07-15gianfar: Bundle Rx allocation, cleanupClaudiu Manoil1-97/+104
2015-05-09gianfar: Enable changing mac addr when if upClaudiu Manoil1-1/+12
2015-05-09gianfar: Move TxFIFO underrun handling to reset pathClaudiu Manoil1-30/+10
2015-03-17net/fsl: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-15gianfar: Consider dts property endianess on handlingJingchang Lu1-30/+47
2015-03-15gianfar: Make FCB access endian safeClaudiu Manoil1-8/+9
2015-03-15gianfar: Make BDs access endian safeClaudiu Manoil1-46/+62
2015-03-05net: 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-29net: gianfar: remove the unneeded check of disabled deviceKevin Hao1-1/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-30net: gianfar: add missing __iomem annotationKevin Hao1-1/+1
2014-12-30net: gianfar: mark the local functions staticKevin Hao1-4/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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-15gianfar: 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-07net: gianfar: fix reference counting for phy_nodeUwe Kleine-König1-2/+2
2014-08-07net: gianfar: no need to check parameter being != NULL for of_node_putUwe Kleine-König1-8/+4
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-7/+15
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-06-05gianfar: Call netif_carrier_off() prior to registrationFabio Estevam1-3/+3
2014-06-04gianfar: Fix the section mismatch warnings.Xiubo Li1-1/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-4/+4
2014-05-22gianfar: use the new fixed PHY helpersFlorian Fainelli1-3/+11
2014-04-30gianfar: Avoid unnecessary reg accesses in adjust_link()Claudiu Manoil1-110/+113
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-4/+4
2014-03-24gianfar: Fix P1010 config regression (SQ polling)Claudiu Manoil1-2/+12