summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence/macb.c
AgeCommit message (Expand)Author
2019-12-05net: macb: fix error format in dev_err()Luca Ceresoli
2018-11-10net: macb: Clean 64b dma addresses if they are not detectedMichal Simek
2018-10-18net: macb: disable scatter-gather for macb on sama5d3Nicolas Ferre
2018-10-10net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai
2016-11-29net: macb: ensure ordering write to re-enable RX smoothlyZumeng Chen
2016-11-29net: macb: fix the RX queue reset in macb_rx()Cyrille Pitchen
2016-11-19net: macb: add check for dma mapping error in start_xmit()Alexey Khoroshilov
2016-10-07net: macb: NULL out phydev after removing mdio busNathan Sullivan
2016-09-13net: macb: fix missing unlock on error in macb_start_xmit()Wei Yongjun
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-06net: macb: initialize checksum when using checksum offloadingHelmut Buchsbaum
2016-08-18net: ethernet: macb: Add support for rx_clkshubhrajyoti.datta@xilinx.com
2016-08-14net: macb: add missing free_netdev() on error in macb_probe()Wei Yongjun
2016-08-10net: macb: Add 64 bit addressing support for GEMHarini Katakam
2016-06-25net: ethernet: macb: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-25net: ethernet: macb: use phydev from struct net_devicePhilippe Reynes
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-03net: macb: Probe MDIO bus before registering netdevFlorian Fainelli
2016-05-03macb: fix mdiobus_scan() error checkSergei Shtylyov
2016-04-04net: macb: Fix simple typoMoritz Fischer
2016-04-04net: macb: Use ether_addr_copy over memcpyMoritz Fischer
2016-04-04net: macb: Fix coding style suggestionsMoritz Fischer
2016-04-04net: macb: Fix coding style warningsMoritz Fischer
2016-04-04net: macb: Fix coding style error messageMoritz Fischer
2016-03-28net: macb: Only call GPIO functions if there is a valid GPIOCharles Keepax
2016-03-25net: macb: remove BUG_ON() and reset the queue to handle RX errorsCyrille Pitchen
2016-03-24net: macb: replace macb_writel() call by queue_writel() to update queue ISRCyrille Pitchen
2016-03-22macb: fix PHY resetSergei Shtylyov
2016-03-13net: macb: fix default configuration for GMAC on AT91Nicolas Ferre
2016-02-19net: macb: make magic-packet property genericSergio Prado
2016-02-11net: macb: add wake-on-lan support via magic packetSergio Prado
2016-01-25net: macb: fix build warningSudip Mukherjee
2016-01-15net: macb: clear interrupts when disabling themNathan Sullivan
2016-01-07net: macb: Add NP4 macb config using USRIO_DISABLEDNeil Armstrong
2016-01-07net: ethernet: cadence-macb: Add disabled usrio capsNeil Armstrong
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2015-12-17net/macb: Update device tree binding for resetting PHY using GPIOGregory CLEMENT
2015-12-14net/macb: add support for resetting PHY using GPIOGregory CLEMENT
2015-11-18net: macb: Add support for sgmii phy interfacePunnaiah Choudary Kalluri
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-27macb: Fix build with macro'ized readl/writel.David S. Miller
2015-07-27net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()Andy Shevchenko
2015-07-27net/macb: suppress compiler warningsAndy Shevchenko
2015-07-27net/macb: use dev_*() when netdev is not yet registeredAndy Shevchenko
2015-07-27net/macb: check if macb_config presentAndy Shevchenko
2015-07-27net/macb: improve big endian CPU supportAndy Shevchenko
2015-07-08net: macb: Add SG support for Zynq SOC familyPunnaiah Choudary Kalluri
2015-06-23net/macb: add config for Atmel sama5d2 SoCsCyrille Pitchen