aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/gianfar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-25gianfar: Make reset_gfar staticYueHaibing1-1/+1
2019-09-05gianfar: use DT more consistently when selecting PHY connection typeArseny Solokha1-10/+9
2019-09-05gianfar: make five functions staticArseny Solokha1-5/+6
2019-09-05gianfar: remove forward declarationsArseny Solokha1-1388/+1347
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2018-12-17gianfar: Add change_carrier() for Fixed PHYsJoakim Tjernlund1-0/+1
2018-12-05net: Use of_node_name_eq for node name comparisonsRob Herring1-2/+2
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-6/+12
2018-10-01net: phy: Add helper for advertise to lcl valueAndrew Lunn1-6/+1
2018-09-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing1-2/+2
2018-09-17gianfar: remove duplicated include from gianfar.cYueHaibing1-2/+0
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-2/+2
2018-02-28gianfar: Fix Rx byte accounting for ndev statsClaudiu Manoil1-4/+3
2018-02-23gianfar: simplify FCS handling and fix memory leakAndy Spencer1-16/+7
2018-01-29gianfar: prevent integer wrapping in the rx handlerAndy Spencer1-2/+7
2017-12-08gianfar: Disable EEE autoneg by defaultClaudiu Manoil1-0/+5
2017-12-05gianfar: fix a flooded alignment reports because of padding issue.Zumeng Chen1-2/+4
2017-09-05gianfar: Fix Tx flow control deactivationClaudiu Manoil1-1/+1
2017-06-29net: freescale: gianfar : constify dev_pm_ops structures.Arvind Yadav1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-2/+2
2017-01-30gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_pageArseny Solokha1-2/+2
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