summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/pxa168_eth.c
Commit message (Expand)AuthorAge
* net: pxa168_eth: add netconsole supportAlexander Monakov2018-02-01
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* drivers: net: pxa168: use setup_timer() helper.Allen Pais2017-09-21
* net: pxa168_eth: Adjust four checks for null pointersMarkus Elfring2017-04-18
* net: pxa168_eth: Use kcalloc() in two functionsMarkus Elfring2017-04-18
* net: pxa168_eth: Do not clobber PHY link outside of state machineFlorian Fainelli2017-02-07
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-30
* net: ethernet: marvell: pxa168_eth: Implement ethtool::nway_resetFlorian Fainelli2016-11-16
* ethernet/marvell: use core min/max MTU checkingJarod Wilson2016-10-18
* ethernet: marvell: pxa168_eth: add missing of_node_put after calling of_parse...Peter Chen2016-08-01
* net: ethernet: marvell: pxa168_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-17
* net: ethernet: marvell: pxa168_eth: use phydev from struct net_devicePhilippe Reynes2016-07-17
* net: pxa168_eth: Use dma_wmb/rmb where appropriateJisheng Zhang2016-05-16
* net: pxa168_eth: use {readl|writel}_relaxed instead of readl/writelJisheng Zhang2016-05-16
* pxa168_eth: mdiobus_scan() doesn't return NULL anymoreSergei Shtylyov2016-05-09
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-04
* pxa168_eth: fix mdiobus_scan() error checkSergei Shtylyov2016-05-03
* pxa168: fix double deallocation of managed resourcesAlexey Khoroshilov2015-04-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-10
|\
| * pxa168: close race between napi and irq activationLino Sanfilippo2014-12-05
* | net: pxa168_eth: move SET_NETDEV_DEV a bit earlierJisheng Zhang2014-11-12
* | ethernet: marvell: remove unnecessary checkVarka Bhadram2014-10-27
* | net: pxa168_eth: Remove in-driver PHY manglingSebastian Hesselbarth2014-10-24
* | net: pxa168_eth: Remove HW auto-negotiaionSebastian Hesselbarth2014-10-24
* | net: pxa168_eth: Prepare proper libphy handlingSebastian Hesselbarth2014-10-24
|/
* net: pxa168_eth: avoid using signed char for bitopsAntoine Ténart2014-10-05
* net: pxa168_eth: rework the MAC address setupAntoine Ténart2014-09-30
* net: pxa168_eth: set the mac address on the Ethernet controllerAntoine Ténart2014-09-30
* net: pxa168_eth: fix Ethernet flow control statusAntoine Ténart2014-09-30
* net: pxa168_eth: add device tree supportAntoine Ténart2014-09-30
* net: pxa168_eth: clean upAntoine Ténart2014-09-30
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-16
* net: pxa168_eth: use phy_init_hw for PHY resetFlorian Fainelli2013-12-09
* ethernet: Fix FSF address in file headersJeff Kirsher2013-12-06
* net: pxa168_eth: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-15
* net: pxa168_eth: use dev_get_platdata()Jingoo Han2013-08-30
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-03
|\
| * pxa168_eth: Allocate receive queue initialized to zeroLubomir Rintel2013-06-19
* | pxa168_eth: convert skb->end into skb_end_pointer(skb)Isaku Yamahata2013-06-17
* | net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-27
|/
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-17
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-15
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-14
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-06
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-03
* ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-10-31
* ethernet: Remove casts to same typeJoe Perches2012-06-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-10
|\