aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23net: fec: init MAC prior to mii bus probeNimrod Andy1-1/+3
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-06-11net: fs_enet: use swap() in fs_enet_rx_napi()Fabian Frederick1-5/+2
2015-06-07net: fec: ptp: correct the ENET_ATCOR valueFugang Duan1-0/+1
2015-05-11net: fec: add support of ethtool get_regsPhilippe Reynes1-0/+78
2015-05-09gianfar: Enable changing mac addr when if upClaudiu Manoil1-1/+12
2015-05-09gianfar: Move TxFIFO underrun handling to reset pathClaudiu Manoil1-30/+10
2015-04-30net: fec: Fix RGMII-ID modeMarkus Pargmann1-1/+4
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+30
2015-03-31ptp: fec: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31ptp: gianfar: use helpers for converting ns to timespec.Richard Cochran1-5/+3
2015-03-31ptp: gianfar: convert to the 64 bit get/set time methods.Richard Cochran1-6/+7
2015-03-31ptp: fec: convert to the 64 bit get/set time methods.Richard Cochran1-4/+4
2015-03-29net: fec: setup right value for mdio hold timeUwe Kleine-König1-3/+27
2015-03-24ucc_geth: Intialize link state to down before register_netdevCliff Clark1-0/+3
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+12
2015-03-17net/fsl: constify of_device_id arrayFabian Frederick10-12/+12
2015-03-16net/fsl: modify xgmac_mdio for little endian SoCsShaohui Xie1-28/+68
2015-03-16net/fsl: fix a bug in xgmac_mdioShaohui Xie1-1/+1
2015-03-15gianfar: Consider dts property endianess on handlingJingchang Lu1-30/+47
2015-03-15gianfar: Make FCB access endian safeClaudiu Manoil2-12/+13
2015-03-15gianfar: Make BDs access endian safeClaudiu Manoil2-54/+78
2015-03-13Revert "net: fec: fix the warning found by dma debug"Fabio Estevam1-23/+11
2015-03-11net/fsl: remove dependency FSL_SOC from MDIOShaohui Xie1-2/+0
2015-03-10net: fec: fix receive VLAN CTAG HW acceleration issueNimrod Andy1-2/+1
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+18
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-03-05net: fec: fix unbalanced clk disable on driver unbindStefan Agner1-1/+0
2015-03-05net: gianfar: correctly determine the number of queue groupsTobias Waldekranz1-2/+17
2015-03-04net: fec: fix rcv is not last issue when do suspend/resume testFugang Duan1-1/+1
2015-03-03gianfar: Reduce logging noise seen due to phy polling if link is downGuenter Roeck1-2/+2
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-02-05net: fec: Delete unnecessary checks before the function call "kfree"Markus Elfring1-5/+2
2015-02-04gianfar: correct the bad expression while writing bit-patternSanjeev Sharma1-1/+1
2015-02-04net: fs_enet: Implement NETIF_F_SG featureLEROY Christophe2-30/+66
2015-01-29net: gianfar: remove the unneeded check of disabled deviceKevin Hao1-1/+1
2015-01-25net/fsl: Replace spin_event_timeout() with arch independent in xgmac_mdioShaohui Xie1-8/+16
2015-01-25net/fsl: drop in_be32() & out_be32() in xgmac_mdioShaohui Xie1-14/+14
2015-01-24net: fec: fix the warning found by dma debugNimrod Andy1-11/+23
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+8
2015-01-14net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner2-4/+7
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-13net/fsl: replace (1 << x) with BIT(x) for bit definitions in xgmac_mdioShaohui Xie1-7/+7
2015-01-13net/fsl: fix a bug in xgmac_mdioShaohui Xie1-1/+1
2015-01-08net: fec: fix NULL pointer dereference in fec_enet_timeout_workHubert Feurstein1-0/+1
2015-01-06net/fsl: Add mEMAC MDIO support to XGMAC MDIOAndy Fleming2-12/+55
2015-01-02net/fsl: remove hardcoded clock setting from xgmac_mdioShaohui Xie1-14/+0
2015-01-02net/fsl: remove irq assignment from xgmac_mdioShaohui Xie1-2/+1
2015-01-02net/fsl: remove reset from xgmac_mdioShaohui Xie1-19/+0
2014-12-31net: fec: add Wake-on-LAN supportNimrod Andy2-10/+96