summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/nxp
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: lpc_eth: Handle error for clk_enableJiasheng Jiang2022-03-091-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-3/+2
|\
| * net: nxp: lpc_eth.c: avoid hang when bringing interface downTrevor Woerner2021-10-251-3/+2
* | ethernet: lpc: use eth_hw_addr_set()Jakub Kicinski2021-10-191-1/+3
* | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* | ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* | ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
|/
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-3/+1
* net: lpc_eth: fix format warnings of block commentsYangyang Li2021-03-311-3/+6
* ethernet: select CONFIG_CRC32 as neededArnd Bergmann2020-12-041-0/+1
* net: nxp: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-05-051-1/+2
* net: lpc-enet: fix error return code in lpc_mii_init()Wei Yongjun2020-04-301-1/+2
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-14/+1
* lpc_eth: kernel BUG on removeBruno Carneiro da Cunha2019-12-061-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-3/+0
|\
| * net: lpc_eth: avoid resetting twiceAlexandre Belloni2019-10-131-3/+0
* | net: lpc_eth: parse phy nodes from device treeAlexandre Belloni2019-10-181-8/+20
|/
* drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-4/+4
* net: lpc-enet: allow compile testingArnd Bergmann2019-08-152-1/+2
* net: lpc-enet: fix printk format stringsArnd Bergmann2019-08-151-6/+7
* net: lpc-enet: fix badzero.cocci warningskbuild test robot2019-08-151-1/+1
* net: lpc-enet: move phy setup into platform codeArnd Bergmann2019-08-151-11/+1
* net: lpc-enet: factor out iram accessArnd Bergmann2019-08-151-9/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-101-1/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: lpc_eth: fix trivial comment typoAndrea Claudi2018-11-211-2/+2
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-2/+0
* net: ethernet: lpc_eth: add device and device node local variablesVladimir Zapolskiy2018-10-191-19/+21
* net: ethernet: lpc_eth: remove unused local variableVladimir Zapolskiy2018-10-191-3/+0
* net: ethernet: lpc_eth: remove CONFIG_OF guard from the driverVladimir Zapolskiy2018-10-191-3/+1
* net: ethernet: lpc_eth: clean up the list of included headersVladimir Zapolskiy2018-10-191-22/+6
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-2/+1
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-4/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-4/+3
* 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