aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvneta.c
AgeCommit message (Expand)Author
2016-08-01ethernet: marvell: mvneta: add missing of_node_put after calling of_parse_pha...Peter Chen
2016-07-08net: mvneta: set real interrupt per packet for tx_doneDmitri Epshtein
2016-07-01net: mvneta: fix open() error cleanupRussell King - ARM Linux
2016-05-03net: mvneta: Remove superfluous SMP function callAnna-Maria Gleixner
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-03-31net: mvneta: replace MVNETA_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang
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
2016-03-14net: mvneta: Use the new hwbm frameworkGregory CLEMENT
2016-03-14net: mvneta: bm: add support for hardware buffer managementMarcin Wojtas
2016-02-13net: mvneta: Fix race condition during stoppingGregory CLEMENT
2016-02-13net: mvneta: The mvneta_percpu_elect function should be atomicGregory CLEMENT
2016-02-13net: mvneta: Modify the queue related fields from each cpuGregory CLEMENT
2016-02-13net: mvneta: Remove unused codeGregory CLEMENT
2016-02-13net: mvneta: Use on_each_cpu when possibleGregory CLEMENT
2016-02-13net: mvneta: Fix the CPU choice in mvneta_percpu_electGregory CLEMENT
2016-02-13net: mvneta: Fix for_each_present_cpu usageGregory CLEMENT
2016-01-21net: mvneta: get optional bus clkJisheng Zhang
2016-01-21net: mvneta: Try to get named core clock firstJisheng Zhang
2016-01-21net: mvneta: sort the headers in alphabetic orderJisheng Zhang
2016-01-21net: mvneta: fix trivial cut-off issue in mvneta_ethtool_update_statsJisheng Zhang
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2015-12-11net: mvneta: Configure XPS supportGregory CLEMENT
2015-12-11net: mvneta: Add naive RSS supportGregory CLEMENT
2015-12-11net: mvneta: Associate RX queues with each CPUGregory CLEMENT
2015-12-11net: mvneta: Make the default queue related for each portGregory CLEMENT
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-03mvneta: implement ethtool autonegotiation controlStas Sergeev
2015-12-03mvneta: consolidate autoneg enablingStas Sergeev
2015-12-02net: mvneta: enable setting custom TX IP checksum limitMarcin Wojtas
2015-12-02net: mvneta: fix error path for building skbMarcin Wojtas
2015-12-02net: mvneta: fix bit assignment for RX packet irq enableMarcin Wojtas
2015-12-02net: mvneta: fix bit assignment in MVNETA_RXQ_CONFIG_REGMarcin Wojtas
2015-12-02net: mvneta: add configuration for MBUS windows access protectionMarcin Wojtas
2015-11-09net: mvneta: Fix memory use after free.Justin Maggard
2015-10-25net: mvneta: Fix clearing of MIB statisticsAndrew Lunn
2015-10-25net: mvneta: add ethtool statisticsRussell King
2015-09-29net: mvneta: Statically assign queues to CPUsMaxime Ripard
2015-09-29net: mvneta: Allow different queuesMaxime Ripard
2015-09-29net: mvneta: Handle per-cpu interruptsMaxime Ripard
2015-09-29net: mvneta: Fix CPU_MAP registers initialisationMaxime Ripard
2015-09-24net: fix phy refcounting in a bunch of driversRussell King
2015-09-15net: mvneta: fix DMA buffer unmapping in mvneta_rx()Simon Guinot
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-21mvneta: use inband status only when explicitly enabledStas Sergeev
2015-07-21net: mvneta: fix refilling for Rx DMA buffersSimon Guinot