summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence
Commit message (Expand)AuthorAgeFilesLines
* net: macb: fix build warningSudip Mukherjee2016-01-251-1/+1
* net: macb: clear interrupts when disabling themNathan Sullivan2016-01-151-0/+4
* net: macb: Add NP4 macb config using USRIO_DISABLEDNeil Armstrong2016-01-071-0/+6
* net: ethernet: cadence-macb: Add disabled usrio capsNeil Armstrong2016-01-072-12/+16
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-13/+1Star
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-2/+1Star
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1
* net/macb: Update device tree binding for resetting PHY using GPIOGregory CLEMENT2015-12-171-3/+12
* net/macb: add support for resetting PHY using GPIOGregory CLEMENT2015-12-152-0/+9
* net: macb: Add support for sgmii phy interfacePunnaiah Choudary Kalluri2015-11-182-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-012-62/+97
|\
| * macb: Fix build with macro'ized readl/writel.David S. Miller2015-07-272-15/+15
| * net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()Andy Shevchenko2015-07-271-8/+2Star
| * net/macb: suppress compiler warningsAndy Shevchenko2015-07-272-6/+5Star
| * net/macb: use dev_*() when netdev is not yet registeredAndy Shevchenko2015-07-271-2/+2
| * net/macb: check if macb_config presentAndy Shevchenko2015-07-271-2/+1Star
| * net/macb: improve big endian CPU supportAndy Shevchenko2015-07-272-44/+87
* | net: macb: Change capability mask for jumbo supportHarini Katakam2015-07-271-1/+1
* | net: macb: Add SG support for Zynq SOC familyPunnaiah Choudary Kalluri2015-07-081-4/+2Star
|/
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-2/+0Star
* net/macb: add config for Atmel sama5d2 SoCsCyrille Pitchen2015-06-231-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-232-0/+20
|\
| * net: macb: Disable half duplex gigabit on ZynqNathan Sullivan2015-05-222-0/+13
| * net: macb: Add better comment for RXUBR handlingNathan Sullivan2015-05-151-0/+6
* | net: macb: OR vs AND typosDan Carpenter2015-05-141-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-1/+10
|\|
| * net: macb: Handle the RXUBR interrupt on all devicesNathan Sullivan2015-05-091-1/+10
* | net: macb: Add change_mtu callback with jumbo supportHarini Katakam2015-05-091-1/+23
* | net: macb: Add support for jumbo framesHarini Katakam2015-05-092-4/+27
* | net: macb: Add compatible string for Zynq Ultrascale+ MPSoCHarini Katakam2015-05-091-0/+8
|/
* 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-231-2/+2
* 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