aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-16net/macb: Fix comments to meet style guidelinesXander Huff1-450/+284
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2015-01-14net/macb: improved ethtool statistics supportXander Huff2-4/+307
2015-01-14net/macb: Adding comments to various #defs to make interpretation easierXander Huff1-107/+162
2015-01-12net/at91_ether: prepare and unprepare clockAlexandre Belloni1-5/+5
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 Torvalds2-2/+0
2014-12-12net/macb: add TX multiqueue support for gemCyrille Pitchen2-164/+328
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+3
2014-12-11net/macb: fix compilation warning for print_hex_dump() called with skb->mac_headerCyrille Pitchen1-1/+1
2014-12-09net: macb: Remove obsolete comment from KconfigJames Byrne1-2/+2
2014-11-26ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for driversNicolas Ferre1-1/+1
2014-10-20net: ethernet: cadence: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-1/+0
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+0
2014-09-26Revert "net/macb: add pinctrl consumer support"Soren Brinkmann1-11/+0
2014-09-13net/macb: Add hardware revision information during probeBo Shen1-3/+3
2014-07-24net/macb: enable scatter-gather feature and set DMA burst length for sama5d4 gemCyrille Pitchen1-0/+6
2014-07-24net/macb: add RX checksum offload featureCyrille Pitchen2-4/+51
2014-07-24net/macb: add TX checksum offload featureCyrille Pitchen1-0/+29
2014-07-24net/macb: add scatter-gather hw featureCyrille Pitchen2-52/+240