aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-30gianfar: 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-03-31net: 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-24ucc_geth: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-24fec: 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-14fs_enet: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-14Merge 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-12gianfar: 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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+7
2014-02-24gianfar: Fix Tx int miss, dont write IC on-the-flyClaudiu Manoil2-88/+77
2014-02-24gianfar: Fix device reset races (oops) for TxClaudiu Manoil3-84/+76
2014-02-24gianfar: Don't free/request irqs on device resetClaudiu Manoil1-32/+45
2014-02-24gianfar: Fix on-the-fly vlan and mtu updatesClaudiu Manoil3-127/+51
2014-02-24gianfar: 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-18NET: fec: only enable napi if we are successfulRussell King1-2/+2
2014-02-18gianfar: Remove clean_rx_ring race from gfar_ethtoolClaudiu Manoil1-55/+8
2014-02-18gianfar: Add missing graceful reset steps and fixesClaudiu Manoil3-30/+31
2014-02-18gianfar: Factor out enabling/disabling of hw interruptsClaudiu Manoil1-30/+30
2014-02-18gianfar: Remove useless HAS_PADDING device flagClaudiu Manoil2-13/+3
2014-02-18gianfar: Remove sysfs stubs for FIFOCFG and stashingClaudiu Manoil4-378/+28
2014-02-18gianfar: 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-15gianfar: Fix portabilty issues for ethtool and ptpClaudiu Manoil2-28/+72
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-01-05fec: Revert "fec: Do not assume that PHY reset is active low"Fabio Estevam1-10/+4
2013-12-29fec: 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-19net: fec: fix potential use after freeEric Dumazet1-2/+2
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2013-12-11net:fec: remove duplicate lines in comment about errata ERR006358Philippe De Muyter1-4/+0
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller4-8/+41
2013-12-02net: fec_main: dma_map() only the length of the skbSebastian Siewior1-5/+4
2013-11-21gianfar: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-4/+18
2013-11-21fec: Implement the SIOCGHWTSTAMP ioctlBen Hutchings3-4/+23
2013-11-14net:fec: fix WARNING caused by lack of calls to dma_mapping_error()Duan Fugang-B386111-6/+25
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-64/+53
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds8-3/+16
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring4-4/+6
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding3-3/+3
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+28