summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence
Commit message (Expand)AuthorAgeFilesLines
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* net: macb: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-022-61/+146
|\
| * net: macb: Fix 64 bit addressing support for GEMRafal Ozieblo2017-01-292-61/+147
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* | macb: Common code to enable ptp support for MACB/GEMAndrei.Pistirica@microchip.com2017-01-192-2/+104
|/
* net: macb: Updated resource allocation function calls to new version of API.Bartosz Folta2017-01-031-17/+10
* net: macb: Added PCI wrapper for Platform Driver.Bartosz Folta2016-12-174-5/+189
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-2/+3
|\
| * net: macb: ensure ordering write to re-enable RX smoothlyZumeng Chen2016-11-291-0/+2
| * net: macb: fix the RX queue reset in macb_rx()Cyrille Pitchen2016-11-291-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-0/+6
|\|
| * net: macb: add check for dma mapping error in start_xmit()Alexey Khoroshilov2016-11-191-0/+6
* | cadence: Add LSO support.Rafal Ozieblo2016-11-162-12/+140
* | net: macb: Add ethtool get_ringparam and set_ringparam functionalityZach Brown2016-10-191-0/+59
* | net: macb: Use variables with defaults for tx/rx ring sizes instead of hardco...Zach Brown2016-10-192-52/+65
* | ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-11/+8
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
|/
* net: macb: NULL out phydev after removing mdio busNathan Sullivan2016-10-071-0/+1
* net: macb: fix missing unlock on error in macb_start_xmit()Wei Yongjun2016-09-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-0/+23
|\
| * net: macb: initialize checksum when using checksum offloadingHelmut Buchsbaum2016-09-061-0/+23
* | net: ethernet: macb: Add support for rx_clkshubhrajyoti.datta@xilinx.com2016-08-182-6/+29
* | net: macb: add missing free_netdev() on error in macb_probe()Wei Yongjun2016-08-141-1/+1
* | net: macb: Add 64 bit addressing support for GEMHarini Katakam2016-08-102-11/+61
|/
* net: macb: Correct CAPS maskHarini Katakam2016-08-061-1/+1
* net: ethernet: macb: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-251-26/+4
* net: ethernet: macb: use phydev from struct net_devicePhilippe Reynes2016-06-252-16/+13
* 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/+42
* | 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-132-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/+1
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-2/+1
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1