summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-072-17/+28
|\
| * net: mv643xx_eth: reclaim TX skbs only when released by the HWKarl Beldan2014-11-061-8/+10
| * net: mvpp2: fix possible memory leakSudip Mukherjee2014-11-011-9/+18
* | ethernet: mvneta: Use PHY status standard messageEzequiel Garcia2014-10-311-2/+1Star
* | ethernet: marvell: remove unnecessary checkVarka Bhadram2014-10-281-4/+2Star
* | net: pxa168_eth: Remove in-driver PHY manglingSebastian Hesselbarth2014-10-241-126/+0Star
* | net: pxa168_eth: Remove HW auto-negotiaionSebastian Hesselbarth2014-10-241-15/+85
* | net: pxa168_eth: Prepare proper libphy handlingSebastian Hesselbarth2014-10-241-15/+23
|/
* net: pxa168_eth: PXA168_ETH should depend on HAS_DMAGeert Uytterhoeven2014-10-101-1/+2
* net: pxa168_eth: avoid using signed char for bitopsAntoine Ténart2014-10-061-6/+6
* drivers/net/ethernet/marvell/Kconfig: Let PXA168_ETH depend on HAS_IOMEMChen Gang2014-10-041-1/+1
* net: pxa168_eth: allow to compile the pxa168_eth driver for testsAntoine Ténart2014-09-301-1/+1
* net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driverAntoine Ténart2014-09-301-1/+1
* net: pxa168_eth: rework the MAC address setupAntoine Ténart2014-09-301-2/+30
* net: pxa168_eth: set the mac address on the Ethernet controllerAntoine Ténart2014-09-301-0/+13
* net: pxa168_eth: fix Ethernet flow control statusAntoine Ténart2014-09-301-2/+2
* net: pxa168_eth: add device tree supportAntoine Ténart2014-09-301-23/+47
* net: pxa168_eth: clean upAntoine Ténart2014-09-301-52/+50Star
* drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-102-4/+4
* mvneta: Add missing if_vlan.h include.David S. Miller2014-08-261-0/+1
* mvneta: Fix TSO and checksum for non-acceleration vlan trafficVlad Yasevich2014-08-261-3/+4
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-152-2/+2
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-141-3/+6
|\ \ | |/ |/|
| * net: mvneta: Fix reference counting for phy_nodeUwe Kleine-König2014-08-081-3/+6
* | sky2: use pci_zalloc_consistentJoe Perches2014-08-091-3/+2Star
|/
* net: mvpp2: implement ioctl() operation for PHY ioctlsThomas Petazzoni2014-07-301-0/+16
* net: mvpp2: fix 10 Mbit/s usageThomas Petazzoni2014-07-301-1/+1
* net: mvpp2: Simplify BM pool buffers freeingEzequiel Garcia2014-07-231-13/+6Star
* net: mvpp2: Fix the BM pool buffer release checkEzequiel Garcia2014-07-231-3/+3
* net: mvpp2: Enable proper PHY polling and fix port functionalityMarcin Wojtas2014-07-231-8/+32
* net: mvpp2: Fix the periodic XON enable bitMarcin Wojtas2014-07-231-1/+1
* net: mvpp2: Fix error return code in mvpp2_probe()Wei Yongjun2014-07-211-0/+1
* net: mvpp2: Remove redundant dev_err call in mvpp2_port_probe()Wei Yongjun2014-07-211-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-2/+2
|\
| * net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()Thomas Fitzsimmons2014-07-091-1/+1
| * net: mvneta: fix operation in 10 Mbit/s modeThomas Petazzoni2014-07-091-1/+1
* | net: mvpp2: Fix a typo in the licenseEzequiel Garcia2014-07-161-1/+1
* | ethernet: Add new driver for Marvell Armada 375 network unitMarcin Wojtas2014-07-113-0/+6402
|/
* skge: Added FS A8NE-FM to the list of 32bit DMA boardsMirko Lindner2014-06-191-0/+7
* net: mv643xx_eth: Avoid unmapping the TSO header buffersEzequiel Garcia2014-06-031-2/+6
* net: mv643xx_eth: Drop the NETDEV_TX_BUSY return pathEzequiel Garcia2014-06-031-2/+0Star
* net: mv643xx_eth: Limit the TSO segments and adjust stop/wake thresholdsEzequiel Garcia2014-06-031-21/+42
* net: mv643xx_eth: Count dropped packets properlyEzequiel Garcia2014-06-031-1/+4
* net: mvneta: Avoid unmapping the TSO header buffersEzequiel Garcia2014-06-031-3/+9
* net: mvneta: Fix missing DMA region unmapEzequiel Garcia2014-06-031-3/+2Star
* net: mvneta: Limit the TSO segments and adjust stop/wake thresholdsEzequiel Garcia2014-06-031-4/+24
* net: mvneta: Use default NAPI weight instead of a custom oneEzequiel Garcia2014-06-031-4/+1Star
* net: mvneta: Remove unneeded 'weigth' fieldEzequiel Garcia2014-05-231-6/+1Star
* net: mvmdio: Use devm_* API to simplify the codeEzequiel Garcia2014-05-231-12/+6Star