aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2016-11-19net: macb: add check for dma mapping error in start_xmit()Alexey Khoroshilov1-0/+6
2016-11-16cadence: Add LSO support.Rafal Ozieblo2-12/+140
2016-10-19net: macb: Add ethtool get_ringparam and set_ringparam functionalityZach Brown1-0/+59
2016-10-19net: macb: Use variables with defaults for tx/rx ring sizes instead of hardcoded valuesZach Brown2-52/+65
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-11/+8
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-10-07net: macb: NULL out phydev after removing mdio busNathan Sullivan1-0/+1
2016-09-13net: macb: fix missing unlock on error in macb_start_xmit()Wei Yongjun1-1/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+23
2016-09-06net: macb: initialize checksum when using checksum offloadingHelmut Buchsbaum1-0/+23
2016-08-18net: ethernet: macb: Add support for rx_clkshubhrajyoti.datta@xilinx.com2-6/+29
2016-08-14net: macb: add missing free_netdev() on error in macb_probe()Wei Yongjun1-1/+1
2016-08-10net: macb: Add 64 bit addressing support for GEMHarini Katakam2-11/+61
2016-08-06net: macb: Correct CAPS maskHarini Katakam1-1/+1
2016-06-25net: ethernet: macb: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-26/+4
2016-06-25net: ethernet: macb: use phydev from struct net_devicePhilippe Reynes2-16/+13
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+21
2016-05-03net: macb: Probe MDIO bus before registering netdevFlorian Fainelli1-12/+19
2016-05-03macb: fix mdiobus_scan() error checkSergei Shtylyov1-1/+2
2016-04-04net: macb: Fix simple typoMoritz Fischer1-1/+1
2016-04-04net: macb: Use ether_addr_copy over memcpyMoritz Fischer1-1/+1
2016-04-04net: macb: Fix coding style suggestionsMoritz Fischer1-22/+24
2016-04-04net: macb: Fix coding style warningsMoritz Fischer1-58/+42
2016-04-04net: macb: Fix coding style error messageMoritz Fischer1-1/+1
2016-03-28net: macb: Only call GPIO functions if there is a valid GPIOCharles Keepax1-3/+5
2016-03-25net: macb: remove BUG_ON() and reset the queue to handle RX errorsCyrille Pitchen1-10/+49
2016-03-24net: macb: replace macb_writel() call by queue_writel() to update queue ISRCyrille Pitchen1-1/+1
2016-03-22macb: fix PHY resetSergei Shtylyov1-2/+2
2016-03-13net: macb: fix default configuration for GMAC on AT91Nicolas Ferre2-7/+8
2016-02-19net: macb: make magic-packet property genericSergio Prado1-1/+1
2016-02-11net: macb: add wake-on-lan support via magic packetSergio Prado2-6/+65
2016-01-25net: macb: fix build warningSudip Mukherjee1-1/+1
2016-01-15net: macb: clear interrupts when disabling themNathan Sullivan1-0/+4
2016-01-07net: macb: Add NP4 macb config using USRIO_DISABLEDNeil Armstrong1-0/+6
2016-01-07net: ethernet: cadence-macb: Add disabled usrio capsNeil Armstrong2-12/+16
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-13/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-2/+1
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-1/+1
2015-12-17net/macb: Update device tree binding for resetting PHY using GPIOGregory CLEMENT1-3/+12
2015-12-14net/macb: add support for resetting PHY using GPIOGregory CLEMENT2-0/+9
2015-11-18net: macb: Add support for sgmii phy interfacePunnaiah Choudary Kalluri2-0/+9
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-62/+97
2015-07-27macb: Fix build with macro'ized readl/writel.David S. Miller2-15/+15
2015-07-27net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()Andy Shevchenko1-8/+2
2015-07-27net/macb: suppress compiler warningsAndy Shevchenko2-6/+5
2015-07-27net/macb: use dev_*() when netdev is not yet registeredAndy Shevchenko1-2/+2
2015-07-27net/macb: check if macb_config presentAndy Shevchenko1-2/+1
2015-07-27net/macb: improve big endian CPU supportAndy Shevchenko2-44/+87
2015-07-26net: macb: Change capability mask for jumbo supportHarini Katakam1-1/+1