summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2014-06-12net: fec: Add Scatter/gather supportNimrod Andy2-62/+178
2014-06-12net: fec: Increase buffer descriptor entry numberNimrod Andy2-16/+17
2014-06-12net: fec: Factorize feature settingNimrod Andy1-5/+3
2014-06-12net: fec: Enable IP header hardware checksumNimrod Andy1-1/+2
2014-06-12net: fec: Factorize the .xmit transmit functionNimrod Andy2-35/+47
2014-06-12net/fsl: xgmac_mdio is dependent on OF_MDIOAndy Fleming1-0/+1
2014-06-12net/fsl: Make xgmac_mdio read error message usefulShruti Kanetkar1-1/+3
2014-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-06-06gianfar: Call netif_carrier_off() prior to registrationFabio Estevam1-3/+3
2014-06-05gianfar: Fix the section mismatch warnings.Xiubo Li1-1/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2014-06-03fec: Include pinctrl header fileFabio Estevam1-0/+1
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-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-4/+4
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