summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/gianfar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-2/+2
|\
| * gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_pageArseny Solokha2017-01-301-2/+2
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-2/+2
|/
* gianfar: Do not reuse pages from emergency reserveEric Dumazet2017-01-191-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-0/+8
|\
| * net: ethernet: gianfar: fix fixed-link phydev leaksJohan Hovold2016-11-291-0/+8
* | ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-6/+3
|/
* gianfar: fix size of scatter-gathered framesZefir Kurtisi2016-08-231-6/+14
* net: gianfar: fix old-style declarationArnd Bergmann2016-06-161-1/+1
* gianfar: fix the last transmit buffer descriptorYangbo Lu2016-06-031-1/+2
* net: ethernet: gianfar: use phydev from struct net_devicePhilippe Reynes2016-05-161-20/+22
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-54/+50
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-1/+3
| |\
| * | gianfar: fix endianness for hardware timestampYangbo Lu2016-02-251-2/+2
| * | gianfar: Remove redundant ops for do_tstamp from xmit()Claudiu Manoil2016-02-241-9/+5
| * | gianfar: Use skb_frag_t pointers inside xmit()Claudiu Manoil2016-02-241-9/+9
| * | gianfar: Map head TxBD firstClaudiu Manoil2016-02-241-48/+48
* | | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
| |/ |/|
* | gianfar: Enable eTSEC-106 erratum w/a for MPC8548E Rev2Atsushi Nemoto2016-03-061-1/+3
|/
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-3/+5
|\
| * gianfar: Don't enable RX Filer if not supportedHamish Martin2015-12-161-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-031-3/+3
|\|
| * net: fsl: Don't use NO_IRQ to check return value of irq_of_parse_and_map()Mark Brown2015-11-301-3/+3
* | gianfar: use of_property_read_bool()Saurabh Sengar2015-11-221-4/+1
* | net: add netif_tx_napi_add()Eric Dumazet2015-11-181-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-5/+3
|\
| * gianfar: Fix Rx BSY error handlingClaudiu Manoil2015-10-251-3/+1
| * gianfar: Don't enable the Filer w/o the ParserClaudiu Manoil2015-10-251-2/+2
* | gianfar: Increase TX_TIMEOUT to 5HZAbhimanyu2015-10-271-1/+1
* | gianfar: Add WAKE_UCAST and "wake-on-filer" supportClaudiu Manoil2015-10-071-11/+144
|/
* phy: add phy_device_remove()Russell King2015-09-241-2/+3
* net: fix phy refcounting in a bunch of driversRussell King2015-09-241-0/+3
* net: gianfar: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla2015-09-241-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-211-0/+5
|\
| * gianfar: Restore link state settings after MAC resetClaudiu Manoil2015-08-131-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-72/+32
|\|
| * gianfar: Enable device wakeup when appropriateClaudiu Manoil2015-07-311-6/+2
| * gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil2015-07-311-68/+30
| * gianfar: Fix warning when CONFIG_PM offClaudiu Manoil2015-07-311-0/+2
* | gianfar: Fix warnings when built on 64-bitScott Wood2015-07-291-6/+9
* | gianfar: Add paged allocation and Rx S/GClaudiu Manoil2015-07-151-130/+190
* | gianfar: Use ndev, more Rx path cleanupClaudiu Manoil2015-07-151-30/+24
* | gianfar: Fix and cleanup rxbd status handlingClaudiu Manoil2015-07-151-16/+18
* | gianfar: Bundle Rx allocation, cleanupClaudiu Manoil2015-07-151-97/+104
|/
* gianfar: Enable changing mac addr when if upClaudiu Manoil2015-05-091-1/+12
* gianfar: Move TxFIFO underrun handling to reset pathClaudiu Manoil2015-05-091-30/+10
* net/fsl: constify of_device_id arrayFabian Frederick2015-03-171-1/+1