summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)Author
2017-11-08net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2017-10-21net: mvpp2: release reference to txq_cpu[] entry after unmappingThomas Petazzoni
2017-03-15net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()Thomas Petazzoni
2017-01-09net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni
2016-11-29net: ethernet: marvell: mvneta: fix fixed-link phydev leaksJohan Hovold
2016-11-25mvpp2: use correct size for memsetArnd Bergmann
2016-11-25net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implementedAndrew Lunn
2016-11-18net: sky2: Fix shutdown crashJeremy Linton
2016-11-01net: mv643xx_eth: ensure coalesce settings survive read-modify-writeRussell King
2016-10-29net: mv643xx_eth: Fetch the phy connection type from DTJason Gunthorpe
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-10-03net: mvmdio: do not clk_disable_unprepare() NULL clockAlexey Khoroshilov
2016-09-26net: mvneta: mark symbols static where possibleBaoyou Xie
2016-09-12net: mvneta: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-06net/mvneta: Convert to hotplug state machineSebastian Andrzej Siewior
2016-09-01sky2: use napi_complete_donestephen hemminger
2016-08-08net: ethernet: marvell: mvneta: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-08-08net: ethernet: marvell: mvneta: use phydev from struct net_devicePhilippe Reynes
2016-08-01ethernet: marvell: pxa168_eth: add missing of_node_put after calling of_parse...Peter Chen
2016-08-01ethernet: marvell: mvpp2: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-08-01ethernet: marvell: mvneta: add missing of_node_put after calling of_parse_pha...Peter Chen
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-17net: ethernet: marvell: pxa168_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-17net: ethernet: marvell: pxa168_eth: use phydev from struct net_devicePhilippe Reynes
2016-07-08net: mvneta: set real interrupt per packet for tx_doneDmitri Epshtein
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-01net: mvneta: fix open() error cleanupRussell King - ARM Linux
2016-06-29net: ethernet: mvpp2: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-29net: ethernet: mvpp2: use phydev from struct net_devicePhilippe Reynes
2016-05-25net: mvneta: Fix lacking spinlock initializationGregory CLEMENT
2016-05-16net: pxa168_eth: Use dma_wmb/rmb where appropriateJisheng Zhang
2016-05-16net: pxa168_eth: use {readl|writel}_relaxed instead of readl/writelJisheng Zhang
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-12net: mvneta: bm: fix dependencies againArnd Bergmann
2016-05-09pxa168_eth: mdiobus_scan() doesn't return NULL anymoreSergei Shtylyov
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-05-03net: mvneta: Remove superfluous SMP function callAnna-Maria Gleixner
2016-05-03pxa168_eth: fix mdiobus_scan() error checkSergei Shtylyov
2016-04-01net: mvneta: fix changing MTU when using per-cpu processingMarcin Wojtas
2016-04-01net: mvneta: use cache_line_size() to get cacheline sizeJisheng Zhang
2016-04-01net: mvpp2: use cache_line_size() to get cacheline sizeJisheng Zhang
2016-04-01net: mvpp2: fix maybe-uninitialized warningJisheng Zhang
2016-03-31net: mvneta: replace MVNETA_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang
2016-03-31net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang
2016-03-18net: mvneta: bm: clarify dependenciesArnd Bergmann
2016-03-14net: mvneta: replace magic numbers by existing macrosDmitri Epshtein
2016-03-14net: mvneta: fix error messages in mvneta_port_down functionDmitri Epshtein
2016-03-14net: mvneta: enable change MAC address when interface is upDmitri Epshtein
2016-03-14net: mvneta: Fix spinlock usageGregory CLEMENT
2016-03-14net: mvneta: Add missing hotplug notifier transitionAnna-Maria Gleixner