aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/gianfar.c
AgeCommit message (Expand)Author
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2018-12-17gianfar: Add change_carrier() for Fixed PHYsJoakim Tjernlund
2018-12-05net: Use of_node_name_eq for node name comparisonsRob Herring
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-10-01net: phy: Add helper for advertise to lcl valueAndrew Lunn
2018-09-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing
2018-09-17gianfar: remove duplicated include from gianfar.cYueHaibing
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn
2018-02-28gianfar: Fix Rx byte accounting for ndev statsClaudiu Manoil
2018-02-23gianfar: simplify FCS handling and fix memory leakAndy Spencer
2018-01-29gianfar: prevent integer wrapping in the rx handlerAndy Spencer
2017-12-08gianfar: Disable EEE autoneg by defaultClaudiu Manoil
2017-12-05gianfar: fix a flooded alignment reports because of padding issue.Zumeng Chen
2017-09-05gianfar: Fix Tx flow control deactivationClaudiu Manoil
2017-06-29net: freescale: gianfar : constify dev_pm_ops structures.Arvind Yadav
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-30gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_pageArseny Solokha
2017-01-19gianfar: Do not reuse pages from emergency reserveEric Dumazet
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-29net: ethernet: gianfar: fix fixed-link phydev leaksJohan Hovold
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-08-23gianfar: fix size of scatter-gathered framesZefir Kurtisi
2016-06-16net: gianfar: fix old-style declarationArnd Bergmann
2016-06-03gianfar: fix the last transmit buffer descriptorYangbo Lu
2016-05-16net: ethernet: gianfar: use phydev from struct net_devicePhilippe Reynes
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-06gianfar: Enable eTSEC-106 erratum w/a for MPC8548E Rev2Atsushi Nemoto
2016-02-25gianfar: fix endianness for hardware timestampYangbo Lu
2016-02-24gianfar: Remove redundant ops for do_tstamp from xmit()Claudiu Manoil
2016-02-24gianfar: Use skb_frag_t pointers inside xmit()Claudiu Manoil
2016-02-24gianfar: Map head TxBD firstClaudiu Manoil
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-16gianfar: Don't enable RX Filer if not supportedHamish Martin
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-30net: fsl: Don't use NO_IRQ to check return value of irq_of_parse_and_map()Mark Brown
2015-11-22gianfar: use of_property_read_bool()Saurabh Sengar
2015-11-18net: add netif_tx_napi_add()Eric Dumazet
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