summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/pxa168_eth.c
Commit message (Expand)AuthorAgeFilesLines
* net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang2020-05-231-1/+1
* net: convert additional drivers to use phy_do_ioctlHeiner Kallweit2020-01-221-10/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-1/+3
* pxa168_eth: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* pxa168_eth: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-4/+7
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-9/+9
* net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn2018-10-011-2/+2
* net: marvell: fix return type of ndo_start_xmit functionYueHaibing2018-09-191-1/+2
* net: pxa168_eth: add netconsole supportAlexander Monakov2018-02-011-0/+12
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* drivers: net: pxa168: use setup_timer() helper.Allen Pais2017-09-211-3/+2
* net: pxa168_eth: Adjust four checks for null pointersMarkus Elfring2017-04-181-4/+4
* net: pxa168_eth: Use kcalloc() in two functionsMarkus Elfring2017-04-181-4/+2
* net: pxa168_eth: Do not clobber PHY link outside of state machineFlorian Fainelli2017-02-071-19/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: ethernet: marvell: pxa168_eth: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
* ethernet/marvell: use core min/max MTU checkingJarod Wilson2016-10-181-3/+4
* ethernet: marvell: pxa168_eth: add missing of_node_put after calling of_parse...Peter Chen2016-08-011-0/+1
* net: ethernet: marvell: pxa168_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-171-21/+18
* net: ethernet: marvell: pxa168_eth: use phydev from struct net_devicePhilippe Reynes2016-07-171-20/+16
* net: pxa168_eth: Use dma_wmb/rmb where appropriateJisheng Zhang2016-05-161-4/+4
* net: pxa168_eth: use {readl|writel}_relaxed instead of readl/writelJisheng Zhang2016-05-161-2/+2
* pxa168_eth: mdiobus_scan() doesn't return NULL anymoreSergei Shtylyov2016-05-091-2/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* pxa168_eth: fix mdiobus_scan() error checkSergei Shtylyov2016-05-031-0/+2
* pxa168: fix double deallocation of managed resourcesAlexey Khoroshilov2015-04-261-11/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-101-1/+1
|\
| * pxa168: close race between napi and irq activationLino Sanfilippo2014-12-051-1/+1
* | net: pxa168_eth: move SET_NETDEV_DEV a bit earlierJisheng Zhang2014-11-121-1/+1
* | ethernet: marvell: remove unnecessary checkVarka Bhadram2014-10-271-4/+2
* | net: pxa168_eth: Remove in-driver PHY manglingSebastian Hesselbarth2014-10-241-126/+0
* | 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: avoid using signed char for bitopsAntoine Ténart2014-10-051-6/+6
* 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/+50
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* net: pxa168_eth: use phy_init_hw for PHY resetFlorian Fainelli2013-12-091-19/+1
* ethernet: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* net: pxa168_eth: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-151-2/+1
* net: pxa168_eth: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-10/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-2/+2
|\