aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/gianfar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-19gianfar: Do not reuse pages from emergency reserveEric Dumazet1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2016-11-29net: ethernet: gianfar: fix fixed-link phydev leaksJohan Hovold1-0/+8
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-6/+3
2016-08-23gianfar: fix size of scatter-gathered framesZefir Kurtisi1-6/+14
2016-06-16net: gianfar: fix old-style declarationArnd Bergmann1-1/+1
2016-06-03gianfar: fix the last transmit buffer descriptorYangbo Lu1-1/+2
2016-05-16net: ethernet: gianfar: use phydev from struct net_devicePhilippe Reynes1-20/+22
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-54/+50
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-03-06gianfar: Enable eTSEC-106 erratum w/a for MPC8548E Rev2Atsushi Nemoto1-1/+3
2016-02-25gianfar: fix endianness for hardware timestampYangbo Lu1-2/+2
2016-02-24gianfar: Remove redundant ops for do_tstamp from xmit()Claudiu Manoil1-9/+5
2016-02-24gianfar: Use skb_frag_t pointers inside xmit()Claudiu Manoil1-9/+9
2016-02-24gianfar: Map head TxBD firstClaudiu Manoil1-48/+48
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-2/+2
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2015-12-16gianfar: Don't enable RX Filer if not supportedHamish Martin1-3/+5
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
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-22gianfar: use of_property_read_bool()Saurabh Sengar1-4/+1
2015-11-18net: add netif_tx_napi_add()Eric Dumazet1-2/+2
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2015-10-27gianfar: Increase TX_TIMEOUT to 5HZAbhimanyu1-1/+1
2015-10-25gianfar: Fix Rx BSY error handlingClaudiu Manoil1-3/+1
2015-10-25gianfar: 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-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