summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/nxp
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* net: lpc_eth: Check clk_prepare_enable() errorFabio Estevam2016-08-231-11/+9
* net: lpc_eth: Remove unused 'pldat' variableFabio Estevam2016-07-041-1/+0
* net: ethernet: lpc_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-291-24/+2
* net: ethernet: lpc_eth: use phydev from struct net_devicePhilippe Reynes2016-06-291-13/+9
* net: lpc_eth: Remove unused variablesFabio Estevam2016-01-101-2/+1
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-12/+1
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-3/+2
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-2/+2
* net: lpc_eth: remove irq > NR_IRQS check from probe()Vladimir Zapolskiy2015-12-031-1/+1
* net: lpc_eth: fix warnings caused by enabling unprepared clockVladimir Zapolskiy2015-10-051-7/+6
* net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2014-10-031-3/+0
* net: lpc_eth: Fix crash on ip link upRoland Stigge2014-09-021-0/+3
* lpc_eth: Use resource_size instead of computationBenoit Taine2014-06-031-5/+3
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* DMA-API: net: nxp/lpc_eth: use dma_coerce_mask_and_coherent()Russell King2013-10-311-2/+4
* net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-271-2/+0
* net/nxp/lpc_eth: Drop ifdef CONFIG_OF_NETGuenter Roeck2013-04-021-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-1/+2
|\
| * lpc_eth: fix error return code in lpc_eth_drv_probe()Wei Yongjun2013-03-201-1/+2
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-2/+0
|/
* 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-3/+4
* lpc_eth: remove __dev* attributesBill Pemberton2012-12-031-1/+1
* net/ethernet: remove useless is_valid_ether_addr from drivers ndo_openJoachim Eastwood2012-11-191-3/+1
* drivers/net/ethernet/nxp/lpc_eth.c: Call mdiobus_unregister before mdiobus_freePeter Senna Tschudin2012-11-021-0/+1
* lpc_eth: remove obsolete ifdefsstigge@antcom.de2012-08-081-13/+0
* lpc_eth: remove duplicated includeDuan Jiong2012-07-161-1/+0
* net: lpc_eth: Driver cleanupstigge@antcom.de2012-06-191-5/+1
* net: lpc_eth: free skbs in start_xmitEric Dumazet2012-06-171-6/+5
* lpc_eth: fix tx completionEric Dumazet2012-06-111-5/+5
* lpc_eth: add missing ndo_change_mtu()Eric Dumazet2012-06-111-0/+1
* Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-221-21/+50
|\
| * net: Add device tree support to LPC32xxRoland Stigge2012-04-221-21/+50
* | net: lpc_eth: no need to reserve 8 extra bytes in rx skbEric Dumazet2012-04-041-3/+3
|/
* net: lpc_eth: Fix rename of dev_hw_addr_randomstigge@antcom.de2012-04-011-1/+1
* lpc32xx: Added ethernet driverstigge@antcom.de2012-03-123-0/+1613