summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2014-05-31net: fec: use pinctrl PM helpersNimrod Andy1-0/+8
2014-05-22ucc_geth: use the new fixed PHY helpersFlorian Fainelli1-3/+11
2014-05-22gianfar: use the new fixed PHY helpersFlorian Fainelli1-3/+11
2014-05-22fs_enet: use the new fixed PHY helpersFlorian Fainelli1-7/+10
2014-05-22net: fec: correct the MDIO clock sourceNimrod Andy1-1/+1
2014-05-22net: fec: optimize the clock management to save powerNimrod Andy1-64/+56
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-01gianfar: Avoid unnecessary reg accesses in adjust_link()Claudiu Manoil1-110/+113
2014-04-24gianfar: Check if phydev present on ethtool -AClaudiu Manoil1-0/+3
2014-04-01net: fec: make sure to init MAC addressLucas Stach1-4/+7
2014-03-28fs_enet: remove empty MDIO bus functionFlorian Fainelli1-7/+0
2014-03-28fec: remove empty MDIO bus functionFlorian Fainelli1-6/+0
2014-03-25ucc_geth: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-25fec: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman1-1/+1
2014-03-24gianfar: Fix P1010 config regression (SQ polling)Claudiu Manoil1-2/+12
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran2-0/+2
2014-03-15fs_enet: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2014-03-13eth: fec: Fix lost promiscuous mode after reconnecting cableStefan Wahren1-7/+7
2014-03-13gianfar: Carefully free skbs in functions called by netpoll.Eric W. Biederman1-2/+2
2014-03-12gianfar: Fix multi-queue support checks @probe()Claudiu Manoil1-10/+18
2014-03-10gianfar: Use Single-Queue polling for "fsl,etsec2"Claudiu Manoil2-32/+79
2014-03-10gianfar: Separate out the Tx interrupt handling (Tx NAPI)Claudiu Manoil2-69/+160
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+7
2014-02-25gianfar: Fix Tx int miss, dont write IC on-the-flyClaudiu Manoil2-88/+77
2014-02-25gianfar: Fix device reset races (oops) for TxClaudiu Manoil3-84/+76
2014-02-25gianfar: Don't free/request irqs on device resetClaudiu Manoil1-32/+45
2014-02-25gianfar: Fix on-the-fly vlan and mtu updatesClaudiu Manoil3-127/+51
2014-02-25gianfar: Implement MAC reset and reconfig procedureClaudiu Manoil1-82/+90
2014-02-20net: fec: fix potential issue to avoid fec interrupt lost and crc errorDuan Fugang-B386111-6/+7
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-02-19NET: fec: only enable napi if we are successfulRussell King1-2/+2
2014-02-19gianfar: Remove clean_rx_ring race from gfar_ethtoolClaudiu Manoil1-55/+8
2014-02-19gianfar: Add missing graceful reset steps and fixesClaudiu Manoil3-30/+31
2014-02-19gianfar: Factor out enabling/disabling of hw interruptsClaudiu Manoil1-30/+30
2014-02-19gianfar: Remove useless HAS_PADDING device flagClaudiu Manoil2-13/+3
2014-02-19gianfar: Remove sysfs stubs for FIFOCFG and stashingClaudiu Manoil4-378/+28
2014-02-19gianfar: Cleanup/Fix gfar_probe and the hw init codeClaudiu Manoil2-177/+188
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker15-15/+0
2014-01-16gianfar: Fix portabilty issues for ethtool and ptpClaudiu Manoil2-28/+72
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-01-06fec: Revert "fec: Do not assume that PHY reset is active low"Fabio Estevam1-10/+4
2013-12-30fec: Do not assume that PHY reset is active lowFabio Estevam1-4/+10
2013-12-26net: freescale: remove unused compare_addr()dingtianhong1-5/+0
2013-12-20net: fec: fix potential use after freeEric Dumazet1-2/+2
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2013-12-12net:fec: remove duplicate lines in comment about errata ERR006358Philippe De Muyter1-4/+0
2013-12-06Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller4-8/+41
2013-12-03net: fec_main: dma_map() only the length of the skbSebastian Siewior1-5/+4
2013-11-21gianfar: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-4/+18