summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/pxa168_eth.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1Star
* 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-021-2/+2
* net: marvell: fix return type of ndo_start_xmit functionYueHaibing2018-09-201-1/+2
* net: pxa168_eth: add netconsole supportAlexander Monakov2018-02-011-0/+12
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* drivers: net: pxa168: use setup_timer() helper.Allen Pais2017-09-211-3/+2Star
* 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/+2Star
* net: pxa168_eth: Do not clobber PHY link outside of state machineFlorian Fainelli2017-02-071-19/+1Star
* 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-021-0/+1
* net: ethernet: marvell: pxa168_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-181-21/+18Star
* net: ethernet: marvell: pxa168_eth: use phydev from struct net_devicePhilippe Reynes2016-07-181-20/+16Star
* 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/+0Star
* 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/+5Star
* 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-061-1/+1
* | net: pxa168_eth: move SET_NETDEV_DEV a bit earlierJisheng Zhang2014-11-121-1/+1
* | 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: avoid using signed char for bitopsAntoine Ténart2014-10-061-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/+50Star
* 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/+0Star
* net: pxa168_eth: use phy_init_hw for PHY resetFlorian Fainelli2013-12-101-19/+1Star
* ethernet: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
* net: pxa168_eth: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-161-2/+1Star
* 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-301-10/+9Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-2/+2
|\
| * pxa168_eth: Allocate receive queue initialized to zeroLubomir Rintel2013-06-201-2/+2
* | pxa168_eth: convert skb->end into skb_end_pointer(skb)Isaku Yamahata2013-06-181-1/+1
* | net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-281-1/+0Star
|/
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-7/+9
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-8/+3Star