aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/gianfar.c
AgeCommit message (Expand)Author
2015-11-30net: fsl: Don't use NO_IRQ to check return value of irq_of_parse_and_map()Mark Brown
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-27gianfar: Increase TX_TIMEOUT to 5HZAbhimanyu
2015-10-25gianfar: Fix Rx BSY error handlingClaudiu Manoil
2015-10-25gianfar: Don't enable the Filer w/o the ParserClaudiu Manoil
2015-10-07gianfar: Add WAKE_UCAST and "wake-on-filer" supportClaudiu Manoil
2015-09-24phy: add phy_device_remove()Russell King
2015-09-24net: fix phy refcounting in a bunch of driversRussell King
2015-09-24net: gianfar: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-13gianfar: Restore link state settings after MAC resetClaudiu Manoil
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-31gianfar: Enable device wakeup when appropriateClaudiu Manoil
2015-07-31gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil
2015-07-31gianfar: Fix warning when CONFIG_PM offClaudiu Manoil
2015-07-29gianfar: Fix warnings when built on 64-bitScott Wood
2015-07-15gianfar: Add paged allocation and Rx S/GClaudiu Manoil
2015-07-15gianfar: Use ndev, more Rx path cleanupClaudiu Manoil
2015-07-15gianfar: Fix and cleanup rxbd status handlingClaudiu Manoil
2015-07-15gianfar: Bundle Rx allocation, cleanupClaudiu Manoil
2015-05-09gianfar: Enable changing mac addr when if upClaudiu Manoil
2015-05-09gianfar: Move TxFIFO underrun handling to reset pathClaudiu Manoil
2015-03-17net/fsl: constify of_device_id arrayFabian Frederick
2015-03-15gianfar: Consider dts property endianess on handlingJingchang Lu
2015-03-15gianfar: Make FCB access endian safeClaudiu Manoil
2015-03-15gianfar: Make BDs access endian safeClaudiu Manoil
2015-03-05net: gianfar: correctly determine the number of queue groupsTobias Waldekranz
2015-03-03gianfar: Reduce logging noise seen due to phy polling if link is downGuenter Roeck
2015-01-29net: gianfar: remove the unneeded check of disabled deviceKevin Hao
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-30net: gianfar: add missing __iomem annotationKevin Hao
2014-12-30net: gianfar: mark the local functions staticKevin Hao
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-11gianfar: Fix dma check map error when DMA_API_DEBUG is enabledKevin Hao
2014-10-29gianfar: Implement PAUSE frame generation supportMatei Pavaluca
2014-10-29Fix the way the local advertising flow options are determinedPavaluca Matei-B46610
2014-10-29Add flow control support flags to gianfar's capabilitiesPavaluca Matei-B46610
2014-10-20net: ethernet: freescale: drop owner assignment from platform_driversWolfram Sang
2014-10-15gianfar: Add FCS to rx buffer size (fix)Claudiu Manoil
2014-10-09gianfar: Replace eieio with wmb for non-PPC archsClaudiu Manoil
2014-10-09gianfar: Replace spin_event_timeout() with arch independentClaudiu Manoil
2014-10-09gianfar: Make MAC addr setup endian safe, cleanupClaudiu Manoil
2014-10-09gianfar: Exclude PPC specific errata handling from ARM buildsClaudiu Manoil
2014-10-09gianfar: Include missing headers for ARM buildsClaudiu Manoil
2014-08-07net: gianfar: fix reference counting for phy_nodeUwe Kleine-König
2014-08-07net: gianfar: no need to check parameter being != NULL for of_node_putUwe Kleine-König
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-05gianfar: Call netif_carrier_off() prior to registrationFabio Estevam
2014-06-04gianfar: Fix the section mismatch warnings.Xiubo Li