aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/nxp (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-14/+1
2019-12-06lpc_eth: kernel BUG on removeBruno Carneiro da Cunha1-2/+0
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+0
2019-10-18net: lpc_eth: parse phy nodes from device treeAlexandre Belloni1-8/+20
2019-10-13net: lpc_eth: avoid resetting twiceAlexandre Belloni1-3/+0
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-4/+4
2019-08-15net: lpc-enet: allow compile testingArnd Bergmann2-1/+2
2019-08-15net: lpc-enet: fix printk format stringsArnd Bergmann1-6/+7
2019-08-15net: lpc-enet: fix badzero.cocci warningskbuild test robot1-1/+1
2019-08-15net: lpc-enet: move phy setup into platform codeArnd Bergmann1-11/+1
2019-08-15net: lpc-enet: factor out iram accessArnd Bergmann1-9/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2018-11-21net: lpc_eth: fix trivial comment typoAndrea Claudi1-2/+2
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-2/+0
2018-10-19net: ethernet: lpc_eth: add device and device node local variablesVladimir Zapolskiy1-19/+21
2018-10-19net: ethernet: lpc_eth: remove unused local variableVladimir Zapolskiy1-3/+0
2018-10-19net: ethernet: lpc_eth: remove CONFIG_OF guard from the driverVladimir Zapolskiy1-3/+1
2018-10-19net: ethernet: lpc_eth: clean up the list of included headersVladimir Zapolskiy1-22/+6
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-2/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-4/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-08-23net: lpc_eth: Check clk_prepare_enable() errorFabio Estevam1-11/+9
2016-07-04net: lpc_eth: Remove unused 'pldat' variableFabio Estevam1-1/+0
2016-06-29net: ethernet: lpc_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-06-29net: ethernet: lpc_eth: use phydev from struct net_devicePhilippe Reynes1-13/+9
2016-01-10net: lpc_eth: Remove unused variablesFabio Estevam1-2/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-12/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-3/+2
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-2/+2
2015-12-03net: lpc_eth: remove irq > NR_IRQS check from probe()Vladimir Zapolskiy1-1/+1
2015-10-05net: lpc_eth: fix warnings caused by enabling unprepared clockVladimir Zapolskiy1-7/+6
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-3/+0
2014-09-02net: lpc_eth: Fix crash on ip link upRoland Stigge1-0/+3
2014-06-03lpc_eth: Use resource_size instead of computationBenoit Taine1-5/+3
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-31DMA-API: net: nxp/lpc_eth: use dma_coerce_mask_and_coherent()Russell King1-2/+4
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-02net/nxp/lpc_eth: Drop ifdef CONFIG_OF_NETGuenter Roeck1-2/+0
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-03-20lpc_eth: fix error return code in lpc_eth_drv_probe()Wei Yongjun1-1/+2
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-2/+0
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+4
2012-12-03lpc_eth: remove __dev* attributesBill Pemberton1-1/+1
2012-11-19net/ethernet: remove useless is_valid_ether_addr from drivers ndo_openJoachim Eastwood1-3/+1