summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net: fec: make sure to init MAC addressLucas Stach2014-03-311-4/+7
* fs_enet: remove empty MDIO bus functionFlorian Fainelli2014-03-281-7/+0
* fec: remove empty MDIO bus functionFlorian Fainelli2014-03-281-6/+0
* ucc_geth: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* fec: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman2014-03-241-1/+1
* gianfar: Fix P1010 config regression (SQ polling)Claudiu Manoil2014-03-241-2/+12
* ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-212-0/+2
* fs_enet: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-7/+7
|\
| * eth: fec: Fix lost promiscuous mode after reconnecting cableStefan Wahren2014-03-131-7/+7
* | gianfar: Carefully free skbs in functions called by netpoll.Eric W. Biederman2014-03-121-2/+2
* | gianfar: Fix multi-queue support checks @probe()Claudiu Manoil2014-03-121-10/+18
* | gianfar: Use Single-Queue polling for "fsl,etsec2"Claudiu Manoil2014-03-102-32/+79
* | gianfar: Separate out the Tx interrupt handling (Tx NAPI)Claudiu Manoil2014-03-102-69/+160
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-6/+7
|\ \ | |/
| * net: fec: fix potential issue to avoid fec interrupt lost and crc errorDuan Fugang-B386112014-02-201-6/+7
* | gianfar: Fix Tx int miss, dont write IC on-the-flyClaudiu Manoil2014-02-242-88/+77
* | gianfar: Fix device reset races (oops) for TxClaudiu Manoil2014-02-243-84/+76
* | gianfar: Don't free/request irqs on device resetClaudiu Manoil2014-02-241-32/+45
* | gianfar: Fix on-the-fly vlan and mtu updatesClaudiu Manoil2014-02-243-127/+51
* | gianfar: Implement MAC reset and reconfig procedureClaudiu Manoil2014-02-241-82/+90
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-2/+2
|\ \ | |/
| * NET: fec: only enable napi if we are successfulRussell King2014-02-181-2/+2
* | gianfar: Remove clean_rx_ring race from gfar_ethtoolClaudiu Manoil2014-02-181-55/+8
* | gianfar: Add missing graceful reset steps and fixesClaudiu Manoil2014-02-183-30/+31
* | gianfar: Factor out enabling/disabling of hw interruptsClaudiu Manoil2014-02-181-30/+30
* | gianfar: Remove useless HAS_PADDING device flagClaudiu Manoil2014-02-182-13/+3
* | gianfar: Remove sysfs stubs for FIFOCFG and stashingClaudiu Manoil2014-02-184-378/+28
* | gianfar: Cleanup/Fix gfar_probe and the hw init codeClaudiu Manoil2014-02-182-177/+188
|/
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-1615-15/+0
* gianfar: Fix portabilty issues for ethtool and ptpClaudiu Manoil2014-01-152-28/+72
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-2/+2
|\
| * fec: Revert "fec: Do not assume that PHY reset is active low"Fabio Estevam2014-01-051-10/+4
| * fec: Do not assume that PHY reset is active lowFabio Estevam2013-12-291-4/+10
| * net: fec: fix potential use after freeEric Dumazet2013-12-191-2/+2
* | net: freescale: remove unused compare_addr()dingtianhong2013-12-261-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-4/+0
|\ \ | |/
| * net:fec: remove duplicate lines in comment about errata ERR006358Philippe De Muyter2013-12-111-4/+0
* | Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2013-12-054-8/+41
|\ \ | |/ |/|
| * gianfar: Implement the SIOCGHWTSTAMP ioctlBen Hutchings2013-11-211-4/+18
| * fec: Implement the SIOCGHWTSTAMP ioctlBen Hutchings2013-11-213-4/+23
* | net: fec_main: dma_map() only the length of the skbSebastian Siewior2013-12-021-5/+4
|/
* net:fec: fix WARNING caused by lack of calls to dma_mapping_error()Duan Fugang-B386112013-11-141-6/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-134-64/+53
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-10/+28
| |\
| * | gianfar: Simplify MQ polling to avoid soft lockupClaudiu Manoil2013-10-181-49/+38
| * | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-022-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-1/+3
| |\ \
| * | | gianfar: Remove extern from function prototypesJoe Perches2013-09-241-13/+13
* | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-128-3/+16
|\ \ \ \ | |_|_|/ |/| | |
OpenPOWER on IntegriCloud