summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb.c
Commit message (Expand)AuthorAgeFilesLines
* net: macb: macb.c changed to macb_main.cRafal Ozieblo2017-06-301-3588/+0
* net: macb: Add support for PTP timestamps in DMA descriptorsRafal Ozieblo2017-06-301-29/+88
* net: macb: add fixed-link node supportMichael Grzeschik2017-06-251-39/+59
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* net: macb: fix phy interrupt parsingAlexandre Belloni2017-04-301-8/+10
* net: macb: Use net_device_stats from struct net_deviceTobias Klauser2017-04-071-20/+20
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-58/+130
|\
| * net: macb: Fix 64 bit addressing support for GEMRafal Ozieblo2017-01-291-58/+130
* | 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-191-2/+30
|/
* net: macb: Added PCI wrapper for Platform Driver.Bartosz Folta2016-12-171-5/+26
* 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-161-12/+126
* | 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-191-52/+62
* | 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-181-5/+26
* | 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-101-11/+51
|/
* 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-251-15/+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-131-6/+7
* net: macb: make magic-packet property genericSergio Prado2016-02-191-1/+1
* net: macb: add wake-on-lan support via magic packetSergio Prado2016-02-111-6/+61
* 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-071-12/+15
OpenPOWER on IntegriCloud