summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28Johannes Berg2016-01-251-2/+1
* net: fec: make driver endian-safeJohannes Berg2016-01-251-61/+69
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-5/+2
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-14/+2
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-3/+1
* net: fec: no need to test for the return type of of_property_read_u32Saurabh Sengar2015-11-241-7/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-1/+1
|\
| * fec: Use gpio_set_value_cansleep()Fabio Estevam2015-11-011-1/+1
* | net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam2015-09-281-2/+1
|/
* net: fec: add netif status check before set mac addressNimrod Andy2015-09-091-0/+8
* net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero2015-09-051-1/+3
* net: fec: clear receive interrupts before processing a packetRussell King2015-09-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-271-2/+2
|\
| * net: fec: use reinit_completion() in mdio accessor functionsRussell King2015-08-251-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-0/+1
|\ \ | |/
| * net: fec: fix initial runtime PM refcountLucas Stach2015-08-061-0/+1
* | net: fec: Remove unneeded use of IS_ERR_VALUE() macroFabio Estevam2015-08-121-3/+3
* | net: fec: fix the race between xmit and bdp reclaiming pathKevin Hao2015-08-101-15/+20
|/
* net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn2015-07-271-13/+76
* net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach2015-07-261-3/+2
* net: fec: use managed DMA API functions to allocate BD ringLucas Stach2015-07-261-2/+2
* Revert "net: fec: Ensure clocks are enabled while using mdio bus"Fabio Estevam2015-07-151-75/+13
* net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn2015-07-081-13/+75
* net: fec: don't access RACC register when not availableGreg Ungerer2015-06-281-13/+17
* net: fec: init MAC prior to mii bus probeNimrod Andy2015-06-231-1/+3
* net: fec: add support of ethtool get_regsPhilippe Reynes2015-05-111-0/+78
* net: fec: Fix RGMII-ID modeMarkus Pargmann2015-04-301-1/+4
* net: fec: setup right value for mdio hold timeUwe Kleine-König2015-03-291-3/+27
* Revert "net: fec: fix the warning found by dma debug"Fabio Estevam2015-03-131-23/+11
* net: fec: fix receive VLAN CTAG HW acceleration issueNimrod Andy2015-03-101-2/+1
* net: fec: fix unbalanced clk disable on driver unbindStefan Agner2015-03-051-1/+0
* net: fec: fix rcv is not last issue when do suspend/resume testFugang Duan2015-03-041-1/+1
* net: fec: Delete unnecessary checks before the function call "kfree"Markus Elfring2015-02-051-5/+2
* net: fec: fix the warning found by dma debugNimrod Andy2015-01-241-11/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-4/+6
|\
| * net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner2015-01-141-4/+5
| * net: fec: fix NULL pointer dereference in fec_enet_timeout_workHubert Feurstein2015-01-081-0/+1
* | net: fec: add Wake-on-LAN supportNimrod Andy2014-12-311-10/+94
|/
* 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-141-1/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
| |\
| | * net: ethernet: freescale: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | | net: fec: only enable mdio interrupt before phy device link upNimrod Andy2014-12-101-1/+4
* | | net: fec: clear all interrupt events to support i.MX6SXNimrod Andy2014-12-101-1/+1
* | | net: fec: reset fep link status in suspend functionNimrod Andy2014-12-101-0/+6
* | | net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy2014-12-091-0/+2
* | | net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy2014-11-241-3/+1
* | | 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
OpenPOWER on IntegriCloud