summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: fec: fix unbalanced clk disable on driver unbindStefan Agner2015-03-061-1/+0
* net: gianfar: correctly determine the number of queue groupsTobias Waldekranz2015-03-061-2/+17
* net: fec: fix rcv is not last issue when do suspend/resume testFugang Duan2015-03-041-1/+1
* gianfar: Reduce logging noise seen due to phy polling if link is downGuenter Roeck2015-03-031-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-1/+1
|\
| * gianfar: correct the bad expression while writing bit-patternSanjeev Sharma2015-02-041-1/+1
* | net: fec: Delete unnecessary checks before the function call "kfree"Markus Elfring2015-02-051-5/+2
* | net: fs_enet: Implement NETIF_F_SG featureLEROY Christophe2015-02-042-30/+66
* | net: gianfar: remove the unneeded check of disabled deviceKevin Hao2015-01-291-1/+1
* | net/fsl: Replace spin_event_timeout() with arch independent in xgmac_mdioShaohui Xie2015-01-261-8/+16
* | net/fsl: drop in_be32() & out_be32() in xgmac_mdioShaohui Xie2015-01-261-14/+14
* | net: fec: fix the warning found by dma debugNimrod Andy2015-01-251-11/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-152-4/+8
|\|
| * net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner2015-01-142-4/+7
| * net: fec: fix NULL pointer dereference in fec_enet_timeout_workHubert Feurstein2015-01-091-0/+1
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* | net/fsl: replace (1 << x) with BIT(x) for bit definitions in xgmac_mdioShaohui Xie2015-01-131-7/+7
* | net/fsl: fix a bug in xgmac_mdioShaohui Xie2015-01-131-1/+1
* | net/fsl: Add mEMAC MDIO support to XGMAC MDIOAndy Fleming2015-01-062-12/+55
* | net/fsl: remove hardcoded clock setting from xgmac_mdioShaohui Xie2015-01-021-14/+0
* | net/fsl: remove irq assignment from xgmac_mdioShaohui Xie2015-01-021-2/+1
* | net/fsl: remove reset from xgmac_mdioShaohui Xie2015-01-021-19/+0
* | net: fec: add Wake-on-LAN supportNimrod Andy2014-12-312-10/+96
* | net: gianfar: add missing __iomem annotationKevin Hao2014-12-312-2/+2
* | net: gianfar: mark the local functions staticKevin Hao2014-12-311-4/+5
* | net: fec: convert to timecounter adjtime.Richard Cochran2014-12-311-15/+1
* | time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-311-0/+1
|/
* net: fec: Fix NAPI raceNimrod Andy2014-12-161-12/+7
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-159-9/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-049-9/+0
| |\
| | * net: ethernet: freescale: fs_enet: drop owner assignment from platform_driversWolfram Sang2014-10-203-3/+0
| | * net: ethernet: freescale: drop owner assignment from platform_driversWolfram Sang2014-10-206-6/+0
* | | gianfar: Fix dma check map error when DMA_API_DEBUG is enabledKevin Hao2014-12-111-28/+56
* | | net: fec: only enable mdio interrupt before phy device link upNimrod Andy2014-12-111-1/+4
* | | net: fec: clear all interrupt events to support i.MX6SXNimrod Andy2014-12-111-1/+1
* | | net: fec: reset fep link status in suspend functionNimrod Andy2014-12-111-0/+6
* | | net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy2014-12-101-0/+2
* | | net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy2014-11-242-5/+10
* | | net: fec: remove unused return value from swap_buffer()Lothar Waßmann2014-11-181-3/+1
* | | net: fec: simplify loop counter handling in swap_buffer()Lothar Waßmann2014-11-181-1/+1
* | | net: fec: use swab32s() instead of cpu_to_be32()Lothar Waßmann2014-11-181-1/+1
* | | net: fec: improve access to quirk flags by copying them into fec_enet_private...Lothar Waßmann2014-11-182-68/+39
* | | net: fec: change type of 'bufdesc_ex' to boolLothar Waßmann2014-11-182-4/+2
* | | net: fec: properly parenthesize macro argsLothar Waßmann2014-11-181-15/+16
* | | net: fec: consistently use lower case chars as hex digitsLothar Waßmann2014-11-181-44/+44
* | | net: fec: indentation cleanupLothar Waßmann2014-11-181-54/+54
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-4/+19
|\ \ \
| * | | net: fec: fix regression on i.MX28 introduced by rx_copybreak supportLothar Waßmann2014-11-071-4/+19
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-071-8/+8
|\| | |
| * | | net: fec: fix suspend broken on multiple MACs silliconsNimrod Andy2014-11-031-8/+8
| |/ /