summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/gianfar.c
AgeCommit message (Expand)Author
2021-04-16gianfar: Handle error code at MAC address changeClaudiu Manoil
2020-11-10gianfar: Account for Tx PTP timestamp in the skb headroomClaudiu Manoil
2020-11-10gianfar: Replace skb_realloc_headroom with skb_cow_head for PTPClaudiu Manoil
2020-09-03net: gianfar: Add of_node_put() before goto statementSumera Priyadarsini
2020-02-28gianfar: Fix TX timestamping with a stacked DSA driverVladimir Oltean
2018-05-30gianfar: Fix Rx byte accounting for ndev statsClaudiu Manoil
2018-02-25gianfar: fix a flooded alignment reports because of padding issue.Zumeng Chen
2017-09-27gianfar: Fix Tx flow control deactivationClaudiu Manoil
2017-07-05gianfar: Do not reuse pages from emergency reserveEric Dumazet
2017-06-17gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_pageArseny Solokha
2015-12-16gianfar: Don't enable RX Filer if not supportedHamish Martin
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