Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-17net: mvneta: make mvneta_eth_tool_ops staticJisheng Zhang
2017-02-10net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2017-02-06net: mvneta: implement .set_wol and .get_wolJingju Hou
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-17net: mvneta: add BQL supportMarcin Wojtas
2017-01-17net: mvneta: add xmit_more supportSimon Guinot
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-08net: mvneta: Indent some statementsDan Carpenter
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02net: mvneta: Add network support for Armada 3700 SoCMarcin Wojtas
2016-12-02net: mvneta: Convert to be 64 bits compatibleMarcin Wojtas
2016-12-02net: mvneta: Use cacheable memory to store the rx buffer virtual addressGregory CLEMENT
2016-12-02net: mvneta: Do not allocate buffer in rxq init with HWBMGregory CLEMENT
2016-12-02net: mvneta: Optimize rx path for small frameGregory CLEMENT
2016-11-30net: ethernet: marvell: mvneta: fix fixed-link phydev leaksJohan Hovold
2016-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-26net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implementedAndrew Lunn
2016-11-16net: ethernet: mvneta: Implement ethtool::nway_resetFlorian Fainelli
2016-10-18ethernet/marvell: use core min/max MTU checkingJarod Wilson
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-09-26net: mvneta: mark symbols static where possibleBaoyou Xie
2016-09-06net/mvneta: Convert to hotplug state machineSebastian Andrzej Siewior
2016-08-09net: ethernet: marvell: mvneta: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-08-09net: ethernet: marvell: mvneta: use phydev from struct net_devicePhilippe Reynes
2016-08-02ethernet: marvell: mvneta: add missing of_node_put after calling of_parse_pha...Peter Chen
2016-07-09net: 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