aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-62/+97
2015-07-27macb: Fix build with macro'ized readl/writel.David S. Miller2-15/+15
2015-07-27net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()Andy Shevchenko1-8/+2
2015-07-27net/macb: suppress compiler warningsAndy Shevchenko2-6/+5
2015-07-27net/macb: use dev_*() when netdev is not yet registeredAndy Shevchenko1-2/+2
2015-07-27net/macb: check if macb_config presentAndy Shevchenko1-2/+1
2015-07-27net/macb: improve big endian CPU supportAndy Shevchenko2-44/+87
2015-07-26net: macb: Change capability mask for jumbo supportHarini Katakam1-1/+1
2015-07-08net: macb: Add SG support for Zynq SOC familyPunnaiah Choudary Kalluri1-4/+2
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-2/+0
2015-06-23net/macb: add config for Atmel sama5d2 SoCsCyrille Pitchen1-0/+8
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+20
2015-05-22net: macb: Disable half duplex gigabit on ZynqNathan Sullivan2-0/+13
2015-05-15net: macb: Add better comment for RXUBR handlingNathan Sullivan1-0/+6
2015-05-14net: macb: OR vs AND typosDan Carpenter1-4/+4
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2015-05-09net: macb: Add change_mtu callback with jumbo supportHarini Katakam1-1/+23
2015-05-09net: macb: Add support for jumbo framesHarini Katakam2-4/+27
2015-05-09net: macb: Add compatible string for Zynq Ultrascale+ MPSoCHarini Katakam1-0/+8
2015-05-09net: macb: Handle the RXUBR interrupt on all devicesNathan Sullivan1-1/+10
2015-04-29net: macb: Fix race condition in driver when Rx frame is droppedPunnaiah Choudary Kalluri1-0/+3
2015-04-22net/macb: Factor out one-time assignment from loopBen Shelton1-2/+2
2015-04-12net/macb: sqe_test_errors are TX errors, not RX errorsWolfgang Steinwender1-2/+2
2015-03-31net/macb: unify peripheral version testingNicolas Ferre2-5/+7
2015-03-31net/macb: fix the peripheral version testNicolas Ferre1-1/+1
2015-03-31net/macb: add the user i/o to ethtool register dumpNicolas Ferre2-2/+2
2015-03-31net/macb: fix probe sequence to setup clocks earlierNicolas Ferre2-67/+104
2015-03-31net/macb: trivial: correct wording for capsNicolas Ferre1-2/+2
2015-03-31net/macb: fix capabilities configurationNicolas Ferre1-18/+18
2015-03-31net/macb: add comment in macb_probe_queuesNicolas Ferre1-2/+6
2015-03-31net/macb: only probe queues once and use stored valuesNicolas Ferre2-4/+4
2015-03-12net/macb: Only adjust tx_clk on link changeJaeden Amero1-2/+5
2015-03-10macb: Fix merge error.Stephen Rothwell1-16/+0
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+22
2015-03-09net: macb: constify macb configuration dataJosh Cartwright1-4/+4
2015-03-07net/macb: merge at91_ether driver into macb driverCyrille Pitchen5-655/+484
2015-03-07net/macb: unify clock managementCyrille Pitchen1-17/+14
2015-03-07net: macb: remove #if defined(CONFIG_ARCH_AT91) sectionsBoris BREZILLON2-15/+19
2015-03-06net: macb: Fix multi queue support for xilinx ZynqMPPunnaiah Choudary Kalluri1-1/+1
2015-03-06net: macb: Include multi queue support for xilinx ZynqMP ethernet versionPunnaiah Choudary Kalluri1-1/+1
2015-03-05net: macb: Correct the MID field length valuePunnaiah Choudary Kalluri1-1/+1
2015-03-04net: cadence: Remove Kconfig dependency on ARCHMichal Simek1-2/+2
2015-03-01net: macb: Properly add DMACFG bit definitionsArun Chandran1-1/+2
2015-03-01net: macb: Add on the fly CPU endianness detectionArun Chandran1-4/+18
2015-02-20net: macb: Add big endian CPU supportArun Chandran2-13/+20
2015-02-05net/macb: fix sparse warningLad, Prabhakar1-2/+1
2015-01-26net: macb: Remove CONFIG_PM ifdef because of compilation warningMichal Simek1-4/+2
2015-01-26net: macb: allow deffered probe of the driverNicolae Rosia1-4/+5
2015-01-16net/macb: Create gem_ethtool_ops for new statistics functionsXander Huff1-2/+13
2015-01-16net/macb: Add whitespace around arithmetic operatorsXander Huff1-5/+5