aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-11-01fec: Use gpio_set_value_cansleep()Fabio Estevam1-1/+1
2015-09-28net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam1-2/+1
2015-09-09net: fec: add netif status check before set mac addressNimrod Andy1-0/+8
2015-09-05net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero1-1/+3
2015-09-02net: fec: clear receive interrupts before processing a packetRussell King1-0/+1
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-08-25net: fec: use reinit_completion() in mdio accessor functionsRussell King1-2/+2
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-08-12net: fec: Remove unneeded use of IS_ERR_VALUE() macroFabio Estevam1-3/+3
2015-08-10net: fec: fix the race between xmit and bdp reclaiming pathKevin Hao1-15/+20
2015-08-06net: fec: fix initial runtime PM refcountLucas Stach1-0/+1
2015-07-27net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn1-13/+76
2015-07-26net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach1-3/+2
2015-07-26net: fec: use managed DMA API functions to allocate BD ringLucas Stach1-2/+2
2015-07-15Revert "net: fec: Ensure clocks are enabled while using mdio bus"Fabio Estevam1-75/+13
2015-07-08net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn1-13/+75
2015-06-28net: fec: don't access RACC register when not availableGreg Ungerer1-13/+17
2015-06-23net: fec: init MAC prior to mii bus probeNimrod Andy1-1/+3
2015-05-11net: fec: add support of ethtool get_regsPhilippe Reynes1-0/+78
2015-04-30net: fec: Fix RGMII-ID modeMarkus Pargmann1-1/+4
2015-03-29net: fec: setup right value for mdio hold timeUwe Kleine-König1-3/+27
2015-03-13Revert "net: fec: fix the warning found by dma debug"Fabio Estevam1-23/+11
2015-03-10net: fec: fix receive VLAN CTAG HW acceleration issueNimrod Andy1-2/+1
2015-03-05net: fec: fix unbalanced clk disable on driver unbindStefan Agner1-1/+0
2015-03-04net: fec: fix rcv is not last issue when do suspend/resume testFugang Duan1-1/+1
2015-02-05net: fec: Delete unnecessary checks before the function call "kfree"Markus Elfring1-5/+2
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. Miller1-4/+6
2015-01-14net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner1-4/+5
2015-01-08net: fec: fix NULL pointer dereference in fec_enet_timeout_workHubert Feurstein1-0/+1
2014-12-31net: fec: add Wake-on-LAN supportNimrod Andy1-10/+94
2014-12-16net: fec: Fix NAPI raceNimrod Andy1-12/+7
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-10net: fec: only enable mdio interrupt before phy device link upNimrod Andy1-1/+4
2014-12-10net: fec: clear all interrupt events to support i.MX6SXNimrod Andy1-1/+1
2014-12-10net: fec: reset fep link status in suspend functionNimrod Andy1-0/+6
2014-12-09net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy1-0/+2
2014-11-24net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy1-3/+1
2014-11-18net: fec: remove unused return value from swap_buffer()Lothar Waßmann1-3/+1
2014-11-18net: fec: simplify loop counter handling in swap_buffer()Lothar Waßmann1-1/+1
2014-11-18net: fec: use swab32s() instead of cpu_to_be32()Lothar Waßmann1-1/+1
2014-11-18net: fec: improve access to quirk flags by copying them into fec_enet_private structLothar Waßmann1-68/+38
2014-11-18net: fec: change type of 'bufdesc_ex' to boolLothar Waßmann1-3/+1
2014-11-07net: fec: fix regression on i.MX28 introduced by rx_copybreak supportLothar Waßmann1-4/+19
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-11-03net: fec: fix suspend broken on multiple MACs silliconsNimrod Andy1-8/+8
2014-10-22net: fec: ptp: fix NULL pointer dereference if ptp_clock is not setPhilipp Zabel1-1/+2
2014-10-20net: ethernet: freescale: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-15net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy1-42/+1