summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/xscale/ixp4xx_eth.c
AgeCommit message (Expand)Author
2023-11-01net: xscale: Drop unused PHY numberLinus Walleij
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi
2023-10-06net: ixp4xx_eth: Support changing the MTULinus Walleij
2023-10-03net: ixp4xx_eth: Specify min/max MTULinus Walleij
2023-09-20net: ethernet: xscale: Convert to platform remove callback returning voidUwe Kleine-König
2022-09-02net: xscale: Fix return type for implementation of ndo_start_xmitGUO Zihua
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-09ixp4xx_eth: Set MAC address from device treeLinus Walleij
2022-07-09ixp4xx_eth: Fall back to random MAC addressLinus Walleij
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2022-02-12net: ixp4xx_eth: Drop platform data supportLinus Walleij
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-10-19net: ethernet: ixp4xx: Make use of dma_pool_zalloc() instead of dma_pool_allo...Cai Huoqing
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-08-30ixp4xx_eth: fix compile-testingArnd Bergmann
2021-08-30ixp4xx_eth: make ptp support a platform driverArnd Bergmann
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2021-06-17soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann
2021-06-16ARM/ixp4xx: Make NEED_MACH_IO_H optionalLinus Walleij
2021-06-07net: ethernet: ixp4xx_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-05-19net: ethernet: ixp4xx: Fix return value check in ixp4xx_eth_probe()Wei Yongjun
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-25net: ethernet: ixp4xx: Support device tree probingLinus Walleij
2021-04-25net: ethernet: ixp4xx: Retire ancient phy retrievealLinus Walleij
2021-04-19net: ethernet: ixp4xx: Set the DMA masks explicitlyLinus Walleij
2021-01-05net: ixp4xx_eth: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun
2020-04-23net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()Tang Bin
2020-01-12net: ethernet: ixp4xx: Use parent dev for DMA poolLinus Walleij
2020-01-12ARM/net: ixp4xx: Pass ethernet physical base as resourceLinus Walleij
2020-01-12net: ehernet: ixp4xx: Use netdev_* messagesLinus Walleij
2020-01-12net: ethernet: ixp4xx: Use distinct local variableLinus Walleij
2020-01-12net: ethernet: ixp4xx: Standard module initLinus Walleij
2020-01-12ixp4xx_eth: move platform_data definitionArnd Bergmann
2020-01-12ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-04-23ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij
2019-04-23ARM: ixp4xx: Add device tree boot supportLinus Walleij
2019-02-13net: ixp4xx_eth: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...Yang Wei
2016-11-15net: ethernet: ixp4xx_eth: Utilize phy_ethtool_nway_resetFlorian Fainelli
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-13net: ethernet: ixp4xx_eth: fix spelling mistake in debug messageColin Ian King
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-07-04net: ethernet: ixp4xx_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-04net: ethernet: ixp4xx_eth: use phydev from struct net_devicePhilippe Reynes
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches
2015-02-20ethernet/ixp4xx: prevent allmulti from clobbering promiscDerrick Pallas
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann
2013-11-21ixp4xx_eth: Implement the SIOCGHWTSTAMP ioctlBen Hutchings