aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-42/+83
2015-07-27macb: Fix build with macro'ized readl/writel.David S. Miller1-7/+7
2015-07-27net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()Andy Shevchenko1-8/+2
2015-07-27net/macb: suppress compiler warningsAndy Shevchenko1-3/+2
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 Shevchenko1-27/+76
2015-07-08net: macb: Add SG support for Zynq SOC familyPunnaiah Choudary Kalluri1-4/+2
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. Miller1-0/+19
2015-05-22net: macb: Disable half duplex gigabit on ZynqNathan Sullivan1-0/+12
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 Katakam1-4/+18
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 Ferre1-5/+2
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 Ferre1-1/+1
2015-03-31net/macb: fix probe sequence to setup clocks earlierNicolas Ferre1-67/+102
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 Ferre1-4/+3
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. Miller1-5/+21
2015-03-09net: macb: constify macb configuration dataJosh Cartwright1-4/+4
2015-03-07net/macb: merge at91_ether driver into macb driverCyrille Pitchen1-156/+483
2015-03-07net/macb: unify clock managementCyrille Pitchen1-17/+14
2015-03-07net: macb: remove #if defined(CONFIG_ARCH_AT91) sectionsBoris BREZILLON1-15/+17
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-01net: macb: Add on the fly CPU endianness detectionArun Chandran1-4/+18
2015-02-20net: macb: Add big endian CPU supportArun Chandran1-6/+12
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
2015-01-14net/macb: improved ethtool statistics supportXander Huff1-4/+51
2014-12-15net/macb: remove useless calls of devm_free_irq()Cyrille Pitchen1-15/+8
2014-12-15net/macb: fix misplaced call of free_netdev() in macb_remove()Cyrille Pitchen1-1/+1
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-12net/macb: add TX multiqueue support for gemCyrille Pitchen1-159/+297