summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xscale
AgeCommit message (Expand)AuthorLines
2026-02-20net: ethernet: xscale: Check for PTP support properlyLinus Walleij-4/+4
2025-05-12net: ixp4xx_eth: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean-32/+29
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-09-09ixp4xx_eth: Remove setting of RX software timestampGal Pressman-3/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2023-11-01net: xscale: Drop unused PHY numberLinus Walleij-2/+1
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi-2/+2
2023-10-06net: ixp4xx_eth: Support changing the MTULinus Walleij-6/+61
2023-10-03net: ixp4xx_eth: Specify min/max MTULinus Walleij-0/+8
2023-09-20net: ethernet: xscale: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2022-11-11ptp_ixp46x: convert .adjfreq to .adjfineJacob Keller-15/+4
2022-09-02net: xscale: Fix return type for implementation of ndo_start_xmitGUO Zihua-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-07-09ixp4xx_eth: Set MAC address from device treeLinus Walleij-1/+9
2022-07-09ixp4xx_eth: Fall back to random MAC addressLinus Walleij-1/+4
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski-1/+1
2022-04-12ixp4xx_eth: fix error check return value of platform_get_irq()Lv Ruyi-1/+1
2022-02-12ARM: ixp4xx: Drop all common codeLinus Walleij-1/+0
2022-02-12net: ixp4xx_eth: Drop platform data supportLinus Walleij-68/+21
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu-3/+0
2021-10-19net: ethernet: ixp4xx: Make use of dma_pool_zalloc() instead of dma_pool_allo...Cai Huoqing-3/+2
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski-1/+1
2021-09-01net: ixp46x: Remove duplicate include of module.hWan Jiabing-1/+0
2021-08-30ixp4xx_eth: Probe the PTP module from the device treeLinus Walleij-2/+13
2021-08-30ixp4xx_eth: Stop referring to GPIOsLinus Walleij-56/+28
2021-08-30ixp4xx_eth: fix compile-testingArnd Bergmann-4/+3
2021-08-30ixp4xx_eth: make ptp support a platform driverArnd Bergmann-34/+78
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-1/+1
2021-07-21net: ixp46x: fix ptp build failureArnd Bergmann-0/+2
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-2/+3
2021-06-17soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann-2/+2
2021-06-16ARM/ixp4xx: Make NEED_MACH_IO_H optionalLinus Walleij-0/+1
2021-06-07net: ethernet: ixp4xx_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang-5/+1
2021-05-19net: ethernet: ixp4xx: Fix return value check in ixp4xx_eth_probe()Wei Yongjun-2/+2
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+4
2021-04-25net: ethernet: ixp4xx: Support device tree probingLinus Walleij-63/+148
2021-04-25net: ethernet: ixp4xx: Retire ancient phy retrievealLinus Walleij-5/+5
2021-04-19net: ethernet: ixp4xx: Set the DMA masks explicitlyLinus Walleij-1/+4
2021-01-05net: ixp4xx_eth: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun-2/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-04-23net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()Tang Bin-0/+2
2020-01-12net: ethernet: ixp4xx: Use parent dev for DMA poolLinus Walleij-1/+1
2020-01-12ARM/net: ixp4xx: Pass ethernet physical base as resourceLinus Walleij-9/+11
2020-01-12net: ehernet: ixp4xx: Use netdev_* messagesLinus Walleij-29/+23
2020-01-12net: ethernet: ixp4xx: Use distinct local variableLinus Walleij-22/+25
2020-01-12net: ethernet: ixp4xx: Standard module initLinus Walleij-52/+44
2020-01-12ixp4xx_eth: move platform_data definitionArnd Bergmann-0/+1
2020-01-12ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann-2/+415
2019-08-01net: ixp4xx: Spelling s/XSacle/XScale/Geert Uytterhoeven-1/+1