aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-01-14net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner1-0/+2
2014-12-31net: fec: add Wake-on-LAN supportNimrod Andy1-0/+2
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-0/+1
2014-11-24net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy1-2/+9
2014-11-18net: fec: improve access to quirk flags by copying them into fec_enet_private structLothar Waßmann1-0/+1
2014-11-18net: fec: change type of 'bufdesc_ex' to boolLothar Waßmann1-1/+1
2014-11-18net: fec: properly parenthesize macro argsLothar Waßmann1-15/+16
2014-11-18net: fec: consistently use lower case chars as hex digitsLothar Waßmann1-44/+44
2014-11-18net: fec: indentation cleanupLothar Waßmann1-54/+54
2014-10-15net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy1-0/+50
2014-10-14net: fec: ptp: Enable PPS output based on ptp clockLuwei Zhou1-0/+7
2014-10-14net: fec: ptp: Use hardware algorithm to adjust PTP counter.Luwei Zhou1-0/+3
2014-10-01net: fec: implement rx_copybreak to improve rx performanceNimrod Andy1-0/+2
2014-09-26net: fec: Add Ftype to BD to distiguish three tx queues for AVBNimrod Andy1-0/+1
2014-09-19net:fec: increase DMA queue numberFugang Duan1-1/+1
2014-09-19net: fec: add interrupt coalescence feature supportFugang Duan1-0/+15
2014-09-16net: fec: fix build error at m68k platformFrank Li1-5/+25
2014-09-13net: fec: change FEC alignment according to i.mx6 sx requirementFugang Duan1-0/+3
2014-09-13net: fec: add enet-avb IP supportFrank Li1-0/+33
2014-09-13net: fec: parser max queue number from dt fileFugang Duan1-0/+2
2014-09-13net: fec: change data structure to support multiqueueFugang Duan1-24/+91
2014-09-13net:fec: add enet refrence clock for i.MX 6SX chipFugang Duan1-0/+1
2014-08-22net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy1-1/+4
2014-08-11net: fec: Support phys probed from devicetree and fixed-linkUwe Kleine-König1-0/+1
2014-07-08net: fec: replace delayed work with standard workRussell King1-6/+2
2014-07-08net: fec: better implementation of iMX6 ERR006358 quirkRussell King1-1/+0
2014-07-07net: fec: remove useless fep->openedRussell King1-1/+0
2014-06-12net: fec: Add software TSO supportNimrod Andy1-0/+6
2014-06-12net: fec: Add Scatter/gather supportNimrod Andy1-1/+1
2014-06-12net: fec: Increase buffer descriptor entry numberNimrod Andy1-2/+2
2014-06-12net: fec: Factorize the .xmit transmit functionNimrod Andy1-0/+1
2013-11-21fec: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-1/+2
2013-09-04net: fec: fix the error to get the previous BD entryDuan Fugang-B386111-0/+3
2013-07-27net: fec: workaround stop tx during errata ERR006358Frank Li1-0/+1
2013-07-03net: fec: Add VLAN receive HW support.Jim Baxter1-0/+3
2013-06-26fec: Add support for reading RMON registersChris Healy1-0/+55
2013-06-07fec: Only pass pdev in fec_ptp_init()Fabio Estevam1-1/+1
2013-05-27fec: Place the phy regulator in the private structureFabio Estevam1-0/+1
2013-05-08net: fec: fix kernel oops when plug/unplug cable many timesFrank Li1-4/+6
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2013-04-25net: fec: Enable imx6 enet checksum acceleration.Jim Baxter1-1/+9
2013-04-04net: freescale: fec: add support for optional enet_out clkWolfram Sang1-0/+1
2013-03-15net: fec: restart the FEC when PHY speed changesLucas Stach1-0/+1
2013-03-04net: fec: fix build error in no MXC platformFrank Li1-8/+7
2013-03-04net: fec: put tx to napi poll function to fix dead lockFrank Li1-3/+0
2013-01-29net: fec: add napi support to improve proformanceFrank Li1-0/+2
2013-01-18net: fec: enable pause frame to improve rx prefomance for 1G networkFrank Li1-0/+5
2013-01-04NET: FEC: dynamtic check DMA desc buff typeFrank Li1-10/+6
2012-11-01FEC: Add time stamping code and a PTP hardware clockFrank Li1-0/+38