aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvneta.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-10net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-06net: mvneta: implement .set_wol and .get_wolJingju Hou1-0/+21
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-4/+2
2017-01-16net: mvneta: add BQL supportMarcin Wojtas1-3/+19
2017-01-16net: mvneta: add xmit_more supportSimon Guinot1-3/+10
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2016-12-08net: mvneta: Indent some statementsDan Carpenter1-3/+4
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2016-12-02net: mvneta: Add network support for Armada 3700 SoCMarcin Wojtas1-82/+205
2016-12-02net: mvneta: Convert to be 64 bits compatibleMarcin Wojtas1-1/+16
2016-12-02net: mvneta: Use cacheable memory to store the rx buffer virtual addressGregory CLEMENT1-10/+24
2016-12-02net: mvneta: Do not allocate buffer in rxq init with HWBMGregory CLEMENT1-2/+2
2016-12-02net: mvneta: Optimize rx path for small frameGregory CLEMENT1-1/+1
2016-11-29net: ethernet: marvell: mvneta: fix fixed-link phydev leaksJohan Hovold1-0/+5
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-25net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implementedAndrew Lunn1-1/+1
2016-11-16net: ethernet: mvneta: Implement ethtool::nway_resetFlorian Fainelli1-0/+1
2016-10-18ethernet/marvell: use core min/max MTU checkingJarod Wilson1-26/+10
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-37/+29
2016-09-26net: mvneta: mark symbols static where possibleBaoyou Xie1-4/+6
2016-09-06net/mvneta: Convert to hotplug state machineSebastian Andrzej Siewior1-89/+143
2016-08-08net: ethernet: marvell: mvneta: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+13
2016-08-08net: ethernet: marvell: mvneta: use phydev from struct net_devicePhilippe Reynes1-18/+16
2016-08-01ethernet: marvell: mvneta: add missing of_node_put after calling of_parse_phandlePeter Chen1-0/+1
2016-07-08net: mvneta: set real interrupt per packet for tx_doneDmitri Epshtein1-1/+1
2016-07-01net: mvneta: fix open() error cleanupRussell King - ARM Linux1-0/+2
2016-05-03net: mvneta: Remove superfluous SMP function callAnna-Maria Gleixner1-4/+2
2016-04-01net: mvneta: fix changing MTU when using per-cpu processingMarcin Wojtas1-14/+16
2016-04-01net: mvneta: use cache_line_size() to get cacheline sizeJisheng Zhang1-1/+1
2016-03-31net: mvneta: replace MVNETA_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang1-9/+1
2016-03-14net: mvneta: replace magic numbers by existing macrosDmitri Epshtein1-2/+2
2016-03-14net: mvneta: fix error messages in mvneta_port_down functionDmitri Epshtein1-2/+2
2016-03-14net: mvneta: enable change MAC address when interface is upDmitri Epshtein1-1/+1
2016-03-14net: mvneta: Fix spinlock usageGregory CLEMENT1-5/+6
2016-03-14net: mvneta: Add missing hotplug notifier transitionAnna-Maria Gleixner1-0/+2
2016-03-14net: mvneta: Use the new hwbm frameworkGregory CLEMENT1-8/+10
2016-03-14net: mvneta: bm: add support for hardware buffer managementMarcin Wojtas1-37/+470
2016-02-13net: mvneta: Fix race condition during stoppingGregory CLEMENT1-8/+28
2016-02-13net: mvneta: The mvneta_percpu_elect function should be atomicGregory CLEMENT1-0/+16
2016-02-13net: mvneta: Modify the queue related fields from each cpuGregory CLEMENT1-54/+46
2016-02-13net: mvneta: Remove unused codeGregory CLEMENT1-8/+0
2016-02-13net: mvneta: Use on_each_cpu when possibleGregory CLEMENT1-11/+6
2016-02-13net: mvneta: Fix the CPU choice in mvneta_percpu_electGregory CLEMENT1-4/+9
2016-02-13net: mvneta: Fix for_each_present_cpu usageGregory CLEMENT1-5/+3
2016-01-21net: mvneta: get optional bus clkJisheng Zhang1-0/+8
2016-01-21net: mvneta: Try to get named core clock firstJisheng Zhang1-1/+3
2016-01-21net: mvneta: sort the headers in alphabetic orderJisheng Zhang1-13/+13
2016-01-21net: mvneta: fix trivial cut-off issue in mvneta_ethtool_update_statsJisheng Zhang1-5/+4
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2015-12-11net: mvneta: Configure XPS supportGregory CLEMENT1-11/+45