aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2015-03-29net: fec: setup right value for mdio hold timeUwe Kleine-König
2015-03-24ucc_geth: Intialize link state to down before register_netdevCliff Clark
2015-03-13Revert "net: fec: fix the warning found by dma debug"Fabio Estevam
2015-03-10net: fec: fix receive VLAN CTAG HW acceleration issueNimrod Andy
2015-03-05net: fec: fix unbalanced clk disable on driver unbindStefan Agner
2015-03-05net: gianfar: correctly determine the number of queue groupsTobias Waldekranz
2015-03-04net: fec: fix rcv is not last issue when do suspend/resume testFugang Duan
2015-03-03gianfar: Reduce logging noise seen due to phy polling if link is downGuenter Roeck
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05net: fec: Delete unnecessary checks before the function call "kfree"Markus Elfring
2015-02-04gianfar: correct the bad expression while writing bit-patternSanjeev Sharma
2015-02-04net: fs_enet: Implement NETIF_F_SG featureLEROY Christophe
2015-01-29net: gianfar: remove the unneeded check of disabled deviceKevin Hao
2015-01-25net/fsl: Replace spin_event_timeout() with arch independent in xgmac_mdioShaohui Xie
2015-01-25net/fsl: drop in_be32() & out_be32() in xgmac_mdioShaohui Xie
2015-01-24net: fec: fix the warning found by dma debugNimrod Andy
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-13net/fsl: replace (1 << x) with BIT(x) for bit definitions in xgmac_mdioShaohui Xie
2015-01-13net/fsl: fix a bug in xgmac_mdioShaohui Xie
2015-01-08net: fec: fix NULL pointer dereference in fec_enet_timeout_workHubert Feurstein
2015-01-06net/fsl: Add mEMAC MDIO support to XGMAC MDIOAndy Fleming
2015-01-02net/fsl: remove hardcoded clock setting from xgmac_mdioShaohui Xie
2015-01-02net/fsl: remove irq assignment from xgmac_mdioShaohui Xie
2015-01-02net/fsl: remove reset from xgmac_mdioShaohui Xie
2014-12-31net: fec: add Wake-on-LAN supportNimrod Andy
2014-12-30net: gianfar: add missing __iomem annotationKevin Hao
2014-12-30net: gianfar: mark the local functions staticKevin Hao
2014-12-30net: fec: convert to timecounter adjtime.Richard Cochran
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran
2014-12-16net: fec: Fix NAPI raceNimrod Andy
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-12-10net: fec: only enable mdio interrupt before phy device link upNimrod Andy
2014-12-10net: fec: clear all interrupt events to support i.MX6SXNimrod Andy
2014-12-10net: fec: reset fep link status in suspend functionNimrod Andy
2014-12-09net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy
2014-11-24net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy
2014-11-18net: fec: remove unused return value from swap_buffer()Lothar Waßmann
2014-11-18net: fec: simplify loop counter handling in swap_buffer()Lothar Waßmann
2014-11-18net: fec: use swab32s() instead of cpu_to_be32()Lothar Waßmann
2014-11-18net: fec: improve access to quirk flags by copying them into fec_enet_private...Lothar Waßmann
2014-11-18net: fec: change type of 'bufdesc_ex' to boolLothar Waßmann
2014-11-18net: fec: properly parenthesize macro argsLothar Waßmann
2014-11-18net: fec: consistently use lower case chars as hex digitsLothar Waßmann
2014-11-18net: fec: indentation cleanupLothar Waßmann
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-07net: fec: fix regression on i.MX28 introduced by rx_copybreak supportLothar Waßmann
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller