summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/nxp
AgeCommit message (Expand)AuthorLines
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2023-09-20net: ethernet: nxp: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-3/+3
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski-1/+1
2022-03-09net: ethernet: lpc_eth: Handle error for clk_enableJiasheng Jiang-1/+4
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+2
2021-10-25net: nxp: lpc_eth.c: avoid hang when bringing interface downTrevor Woerner-3/+2
2021-10-19ethernet: lpc: use eth_hw_addr_set()Jakub Kicinski-1/+3
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski-1/+1
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle-3/+1
2021-03-31net: lpc_eth: fix format warnings of block commentsYangyang Li-3/+6
2020-12-04ethernet: select CONFIG_CRC32 as neededArnd Bergmann-0/+1
2020-05-05net: nxp: Fix use correct return type for ndo_start_xmit()Yunjian Wang-1/+2
2020-04-30net: lpc-enet: fix error return code in lpc_mii_init()Wei Yongjun-1/+2
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit-14/+1
2019-12-06lpc_eth: kernel BUG on removeBruno Carneiro da Cunha-2/+0
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+0
2019-10-18net: lpc_eth: parse phy nodes from device treeAlexandre Belloni-8/+20
2019-10-13net: lpc_eth: avoid resetting twiceAlexandre Belloni-3/+0
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski-4/+4
2019-08-15net: lpc-enet: allow compile testingArnd Bergmann-1/+2
2019-08-15net: lpc-enet: fix printk format stringsArnd Bergmann-6/+7
2019-08-15net: lpc-enet: fix badzero.cocci warningskbuild test robot-1/+1
2019-08-15net: lpc-enet: move phy setup into platform codeArnd Bergmann-11/+1
2019-08-15net: lpc-enet: factor out iram accessArnd Bergmann-9/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar-1/+1
2018-11-21net: lpc_eth: fix trivial comment typoAndrea Claudi-2/+2
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn-2/+0
2018-10-19net: ethernet: lpc_eth: add device and device node local variablesVladimir Zapolskiy-19/+21
2018-10-19net: ethernet: lpc_eth: remove unused local variableVladimir Zapolskiy-3/+0
2018-10-19net: ethernet: lpc_eth: remove CONFIG_OF guard from the driverVladimir Zapolskiy-3/+1
2018-10-19net: ethernet: lpc_eth: clean up the list of included headersVladimir Zapolskiy-22/+6
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn-2/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu-4/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-4/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson-1/+0
2016-08-23net: lpc_eth: Check clk_prepare_enable() errorFabio Estevam-11/+9
2016-07-04net: lpc_eth: Remove unused 'pldat' variableFabio Estevam-1/+0
2016-06-29net: ethernet: lpc_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes-24/+2
2016-06-29net: ethernet: lpc_eth: use phydev from struct net_devicePhilippe Reynes-13/+9
2016-01-10net: lpc_eth: Remove unused variablesFabio Estevam-2/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn-12/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn-3/+2