summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence
Commit message (Expand)AuthorAgeFilesLines
* net: macb: Add 64 bit addressing support for GEMHarini Katakam2016-08-112-11/+61
* net: macb: Correct CAPS maskHarini Katakam2016-08-071-1/+1
* net: ethernet: macb: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-251-26/+4Star
* net: ethernet: macb: use phydev from struct net_devicePhilippe Reynes2016-06-252-16/+13Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-13/+21
|\
| * net: macb: Probe MDIO bus before registering netdevFlorian Fainelli2016-05-031-12/+19
| * macb: fix mdiobus_scan() error checkSergei Shtylyov2016-05-031-1/+2
* | net: macb: Fix simple typoMoritz Fischer2016-04-041-1/+1
* | net: macb: Use ether_addr_copy over memcpyMoritz Fischer2016-04-041-1/+1
* | net: macb: Fix coding style suggestionsMoritz Fischer2016-04-041-22/+24
* | net: macb: Fix coding style warningsMoritz Fischer2016-04-041-58/+42Star
* | net: macb: Fix coding style error messageMoritz Fischer2016-04-041-1/+1
|/
* net: macb: Only call GPIO functions if there is a valid GPIOCharles Keepax2016-03-281-3/+5
* net: macb: remove BUG_ON() and reset the queue to handle RX errorsCyrille Pitchen2016-03-251-10/+49
* net: macb: replace macb_writel() call by queue_writel() to update queue ISRCyrille Pitchen2016-03-241-1/+1
* macb: fix PHY resetSergei Shtylyov2016-03-221-2/+2
* net: macb: fix default configuration for GMAC on AT91Nicolas Ferre2016-03-142-7/+8
* net: macb: make magic-packet property genericSergio Prado2016-02-191-1/+1
* net: macb: add wake-on-lan support via magic packetSergio Prado2016-02-112-6/+65
* 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