summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence
Commit message (Expand)AuthorAgeFilesLines
* net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3vishnuvardhan2017-07-081-1/+2
* net: macb: remove extraneous return when MACB_EXT_DESC is definedColin Ian King2017-07-051-1/+0Star
* net: macb: Add hardware PTP supportRafal Ozieblo2017-06-304-6/+732
* net: macb: macb.c changed to macb_main.cRafal Ozieblo2017-06-302-0/+1
* net: macb: Add support for PTP timestamps in DMA descriptorsRafal Ozieblo2017-06-303-37/+122
* net: macb: add fixed-link node supportMichael Grzeschik2017-06-252-39/+60
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* net: macb: fix phy interrupt parsingAlexandre Belloni2017-05-011-8/+10
* net: macb: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-21/+20Star
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-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-302-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/+10Star
* 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-301-0/+2
| * net: macb: fix the RX queue reset in macb_rx()Cyrille Pitchen2016-11-301-2/+1Star
* | 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/+8Star
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0Star
|/
* net: macb: NULL out phydev after removing mdio busNathan Sullivan2016-10-081-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-131-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-192-6/+29
* | net: macb: add missing free_netdev() on error in macb_probe()Wei Yongjun2016-08-151-1/+1
* | 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