summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence
Commit message (Expand)AuthorAgeFilesLines
* net/macb: sqe_test_errors are TX errors, not RX errorsWolfgang Steinwender2015-04-131-2/+2
* net/macb: unify peripheral version testingNicolas Ferre2015-03-312-5/+7
* net/macb: fix the peripheral version testNicolas Ferre2015-03-311-1/+1
* net/macb: add the user i/o to ethtool register dumpNicolas Ferre2015-03-312-2/+2
* net/macb: fix probe sequence to setup clocks earlierNicolas Ferre2015-03-312-67/+104
* net/macb: trivial: correct wording for capsNicolas Ferre2015-03-311-2/+2
* net/macb: fix capabilities configurationNicolas Ferre2015-03-311-18/+18
* net/macb: add comment in macb_probe_queuesNicolas Ferre2015-03-311-2/+6
* net/macb: only probe queues once and use stored valuesNicolas Ferre2015-03-312-4/+4
* net/macb: Only adjust tx_clk on link changeJaeden Amero2015-03-131-2/+5
* macb: Fix merge error.Stephen Rothwell2015-03-101-16/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-102-6/+22
|\
| * net: macb: constify macb configuration dataJosh Cartwright2015-03-091-4/+4
| * net: macb: Correct the MID field length valuePunnaiah Choudary Kalluri2015-03-061-1/+1
* | net/macb: merge at91_ether driver into macb driverCyrille Pitchen2015-03-085-655/+484Star
* | net/macb: unify clock managementCyrille Pitchen2015-03-081-17/+14Star
* | net: macb: remove #if defined(CONFIG_ARCH_AT91) sectionsBoris BREZILLON2015-03-082-15/+19
* | net: macb: Fix multi queue support for xilinx ZynqMPPunnaiah Choudary Kalluri2015-03-061-1/+1
* | net: macb: Include multi queue support for xilinx ZynqMP ethernet versionPunnaiah Choudary Kalluri2015-03-061-1/+1
* | net: cadence: Remove Kconfig dependency on ARCHMichal Simek2015-03-041-2/+2
* | net: macb: Properly add DMACFG bit definitionsArun Chandran2015-03-021-1/+2
* | net: macb: Add on the fly CPU endianness detectionArun Chandran2015-03-021-4/+18
* | net: macb: Add big endian CPU supportArun Chandran2015-02-202-13/+20
|/
* net/macb: fix sparse warningLad, Prabhakar2015-02-061-2/+1Star
* net: macb: Remove CONFIG_PM ifdef because of compilation warningMichal Simek2015-01-271-4/+2Star
* net: macb: allow deffered probe of the driverNicolae Rosia2015-01-271-4/+5
* net/macb: Create gem_ethtool_ops for new statistics functionsXander Huff2015-01-161-2/+13
* net/macb: Add whitespace around arithmetic operatorsXander Huff2015-01-161-5/+5
* net/macb: Fix comments to meet style guidelinesXander Huff2015-01-161-450/+284Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-5/+5
|\
| * net/at91_ether: prepare and unprepare clockAlexandre Belloni2015-01-121-5/+5
* | net/macb: improved ethtool statistics supportXander Huff2015-01-142-4/+307
* | net/macb: Adding comments to various #defs to make interpretation easierXander Huff2015-01-141-107/+162
|/
* net/macb: remove useless calls of devm_free_irq()Cyrille Pitchen2014-12-151-15/+8Star
* net/macb: fix misplaced call of free_netdev() in macb_remove()Cyrille Pitchen2014-12-151-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-152-2/+0Star
|\
| * net: ethernet: cadence: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0Star
* | net/macb: add TX multiqueue support for gemCyrille Pitchen2014-12-122-164/+328
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-112-3/+3
|\ \
| * | net/macb: fix compilation warning for print_hex_dump() called with skb->mac_h...Cyrille Pitchen2014-12-111-1/+1
| * | net: macb: Remove obsolete comment from KconfigJames Byrne2014-12-091-2/+2
| |/
* / ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for driversNicolas Ferre2014-11-261-1/+1
|/
* net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2014-10-041-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-11/+0Star
|\
| * Revert "net/macb: add pinctrl consumer support"Soren Brinkmann2014-09-261-11/+0Star
* | net/macb: Add hardware revision information during probeBo Shen2014-09-131-3/+3
|/
* net/macb: enable scatter-gather feature and set DMA burst length for sama5d4 gemCyrille Pitchen2014-07-251-0/+6
* net/macb: add RX checksum offload featureCyrille Pitchen2014-07-252-4/+51
* net/macb: add TX checksum offload featureCyrille Pitchen2014-07-251-0/+29
* net/macb: add scatter-gather hw featureCyrille Pitchen2014-07-252-52/+240