summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/pxa168_eth.c
AgeCommit message (Expand)Author
2016-08-01ethernet: marvell: pxa168_eth: add missing of_node_put after calling of_parse...Peter Chen
2016-07-17net: ethernet: marvell: pxa168_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-17net: ethernet: marvell: pxa168_eth: use phydev from struct net_devicePhilippe Reynes
2016-05-16net: pxa168_eth: Use dma_wmb/rmb where appropriateJisheng Zhang
2016-05-16net: pxa168_eth: use {readl|writel}_relaxed instead of readl/writelJisheng Zhang
2016-05-09pxa168_eth: mdiobus_scan() doesn't return NULL anymoreSergei Shtylyov
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-05-03pxa168_eth: fix mdiobus_scan() error checkSergei Shtylyov
2015-04-26pxa168: fix double deallocation of managed resourcesAlexey Khoroshilov
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-05pxa168: close race between napi and irq activationLino Sanfilippo
2014-11-12net: pxa168_eth: move SET_NETDEV_DEV a bit earlierJisheng Zhang
2014-10-27ethernet: marvell: remove unnecessary checkVarka Bhadram
2014-10-24net: pxa168_eth: Remove in-driver PHY manglingSebastian Hesselbarth
2014-10-24net: pxa168_eth: Remove HW auto-negotiaionSebastian Hesselbarth
2014-10-24net: pxa168_eth: Prepare proper libphy handlingSebastian Hesselbarth
2014-10-05net: pxa168_eth: avoid using signed char for bitopsAntoine Ténart
2014-09-30net: pxa168_eth: rework the MAC address setupAntoine Ténart
2014-09-30net: pxa168_eth: set the mac address on the Ethernet controllerAntoine Ténart
2014-09-30net: pxa168_eth: fix Ethernet flow control statusAntoine Ténart
2014-09-30net: pxa168_eth: add device tree supportAntoine Ténart
2014-09-30net: pxa168_eth: clean upAntoine Ténart
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-09net: pxa168_eth: use phy_init_hw for PHY resetFlorian Fainelli
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher
2013-09-15net: pxa168_eth: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-08-30net: pxa168_eth: use dev_get_platdata()Jingoo Han
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-19pxa168_eth: Allocate receive queue initialized to zeroLubomir Rintel
2013-06-17pxa168_eth: convert skb->end into skb_end_pointer(skb)Isaku Yamahata
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2012-10-31ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2012-06-06ethernet: Remove casts to same typeJoe Perches
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-04pxa168_eth: Support the get_ts_info ethtool method.Richard Cochran
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-16pxa168: remove unused stats member.Rami Rosen
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2012-01-10pxa168-eth: use an unique MDIO bus name.Florian Fainelli
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin