summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb.c
Commit message (Expand)AuthorAgeFilesLines
* net: macb: Fix race condition in driver when Rx frame is droppedPunnaiah Choudary Kalluri2015-04-291-0/+3
* net/macb: Factor out one-time assignment from loopBen Shelton2015-04-221-2/+2
* net/macb: sqe_test_errors are TX errors, not RX errorsWolfgang Steinwender2015-04-121-2/+2
* net/macb: unify peripheral version testingNicolas Ferre2015-03-311-5/+2
* 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-311-1/+1
* net/macb: fix probe sequence to setup clocks earlierNicolas Ferre2015-03-311-67/+102
* 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-311-4/+3
* net/macb: Only adjust tx_clk on link changeJaeden Amero2015-03-121-2/+5
* macb: Fix merge error.Stephen Rothwell2015-03-101-16/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-091-5/+21
|\
| * net: macb: constify macb configuration dataJosh Cartwright2015-03-091-4/+4
* | net/macb: merge at91_ether driver into macb driverCyrille Pitchen2015-03-071-156/+483
* | net/macb: unify clock managementCyrille Pitchen2015-03-071-17/+14
* | net: macb: remove #if defined(CONFIG_ARCH_AT91) sectionsBoris BREZILLON2015-03-071-15/+17
* | 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: macb: Add on the fly CPU endianness detectionArun Chandran2015-03-011-4/+18
* | net: macb: Add big endian CPU supportArun Chandran2015-02-201-6/+12
|/
* net/macb: fix sparse warningLad, Prabhakar2015-02-051-2/+1
* net: macb: Remove CONFIG_PM ifdef because of compilation warningMichal Simek2015-01-261-4/+2
* net: macb: allow deffered probe of the driverNicolae Rosia2015-01-261-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: improved ethtool statistics supportXander Huff2015-01-141-4/+51
* net/macb: remove useless calls of devm_free_irq()Cyrille Pitchen2014-12-151-15/+8
* 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-141-1/+0
|\
| * net: ethernet: cadence: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | net/macb: add TX multiqueue support for gemCyrille Pitchen2014-12-121-159/+297
* | net/macb: fix compilation warning for print_hex_dump() called with skb->mac_h...Cyrille Pitchen2014-12-111-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-11/+0
|\
| * Revert "net/macb: add pinctrl consumer support"Soren Brinkmann2014-09-261-11/+0
* | 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-241-0/+6
* net/macb: add RX checksum offload featureCyrille Pitchen2014-07-241-4/+32
* net/macb: add TX checksum offload featureCyrille Pitchen2014-07-241-0/+29
* net/macb: add scatter-gather hw featureCyrille Pitchen2014-07-241-50/+227
* net/macb: configure for FIFO mode and non-gigabitNicolas Ferre2014-07-241-18/+57
* net: macb: Fix race between HW and driverSoren Brinkmann2014-05-051-10/+0
* net: macb: Remove 'unlikely' optimizationSoren Brinkmann2014-05-051-1/+1
* net: macb: Re-enable RX interrupt only when RX is doneSoren Brinkmann2014-05-051-7/+6
* net: macb: Clear interrupt flagsSoren Brinkmann2014-05-051-0/+10
* net: macb: Pass same size to DMA_UNMAP as used for DMA_MAPSoren Brinkmann2014-05-051-1/+1
* macb: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
* macb: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman2014-03-241-1/+1
* net: macb: DMA-unmap full rx-bufferSoren Brinkmann2014-03-051-1/+1
OpenPOWER on IntegriCloud