summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/pxa168_eth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * pxa168_eth: Allocate receive queue initialized to zeroLubomir Rintel2013-06-191-2/+2
* | pxa168_eth: convert skb->end into skb_end_pointer(skb)Isaku Yamahata2013-06-171-1/+1
* | net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-271-1/+0
|/
* 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/+3
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-1/+1
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-4/+4
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-031-1/+0
* ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-10-311-4/+3
* ethernet: Remove casts to same typeJoe Perches2012-06-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | pxa168_eth: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+1
|/
* pxa168: remove unused stats member.Rami Rosen2012-03-161-1/+0
* ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka2012-02-151-1/+2