aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-05-31net: mv643xx_eth: Use setup_timerVaishali Thakkar1-6/+3
2015-05-12mvneta: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_fragAlexander Duyck1-1/+1
2015-04-26pxa168: fix double deallocation of managed resourcesAlexey Khoroshilov1-11/+5
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2015-04-06mvneta: dont call mvneta_adjust_link() manuallyStas Sergeev1-6/+1
2015-04-03mvneta: implement SGMII-based in-band link state signalingStas Sergeev1-11/+95
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-2/+2
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+49
2015-01-26net: mv643xx_eth: Fix highmem support in non-TSO egress pathEzequiel Garcia1-10/+49
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+0
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+7
2014-12-08net: mvneta: fix race condition in mvneta_tx()Eric Dumazet1-1/+2
2014-12-08net: mvneta: fix Tx interrupt delaywilly tarreau1-1/+1
2014-12-05sky2: avoid pci write posting after disabling irqsLino Sanfilippo1-1/+2
2014-12-05skge: Unmask interrupts in case of spurious interruptsLino Sanfilippo1-2/+1
2014-12-05pxa168: close race between napi and irq activationLino Sanfilippo1-1/+1
2014-11-26sky2: Fix crash inside sky2_rx_cleanMirko Lindner1-1/+3
2014-11-21sky2: use new netdev_rss_key_fill() helperIan Morris1-9/+4
2014-11-12net: pxa168_eth: move SET_NETDEV_DEV a bit earlierJisheng Zhang1-1/+1
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-17/+28
2014-11-06net: mv643xx_eth: reclaim TX skbs only when released by the HWKarl Beldan1-8/+10
2014-11-01net: mvpp2: fix possible memory leakSudip Mukherjee1-9/+18
2014-10-31ethernet: mvneta: Use PHY status standard messageEzequiel Garcia1-2/+1
2014-10-27ethernet: marvell: remove unnecessary checkVarka Bhadram1-4/+2
2014-10-24net: pxa168_eth: Remove in-driver PHY manglingSebastian Hesselbarth1-126/+0
2014-10-24net: pxa168_eth: Remove HW auto-negotiaionSebastian Hesselbarth1-15/+85
2014-10-24net: pxa168_eth: Prepare proper libphy handlingSebastian Hesselbarth1-15/+23
2014-10-20net: ethernet: marvell: drop owner assignment from platform_driversWolfram Sang1-2/+0
2014-10-10net: pxa168_eth: PXA168_ETH should depend on HAS_DMAGeert Uytterhoeven1-1/+2
2014-10-05net: pxa168_eth: avoid using signed char for bitopsAntoine Ténart1-6/+6
2014-10-03drivers/net/ethernet/marvell/Kconfig: Let PXA168_ETH depend on HAS_IOMEMChen Gang1-1/+1
2014-09-30net: pxa168_eth: allow to compile the pxa168_eth driver for testsAntoine Ténart1-1/+1
2014-09-30net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driverAntoine Ténart1-1/+1
2014-09-30net: pxa168_eth: rework the MAC address setupAntoine Ténart1-2/+30
2014-09-30net: pxa168_eth: set the mac address on the Ethernet controllerAntoine Ténart1-0/+13
2014-09-30net: pxa168_eth: fix Ethernet flow control statusAntoine Ténart1-2/+2
2014-09-30net: pxa168_eth: add device tree supportAntoine Ténart1-23/+47
2014-09-30net: pxa168_eth: clean upAntoine Ténart1-52/+50
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2-4/+4
2014-08-25mvneta: Add missing if_vlan.h include.David S. Miller1-0/+1
2014-08-25mvneta: Fix TSO and checksum for non-acceleration vlan trafficVlad Yasevich1-3/+4
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-2/+2
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+6
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2-2/+2
2014-08-08sky2: use pci_zalloc_consistentJoe Perches1-3/+2
2014-08-07net: mvneta: Fix reference counting for phy_nodeUwe Kleine-König1-3/+6
2014-07-29net: mvpp2: implement ioctl() operation for PHY ioctlsThomas Petazzoni1-0/+16
2014-07-29net: mvpp2: fix 10 Mbit/s usageThomas Petazzoni1-1/+1