summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xscale
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: xscale: Drop unused PHY numberLinus Walleij2023-11-011-2/+1
* netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-111-2/+2
* net: ixp4xx_eth: Support changing the MTULinus Walleij2023-10-061-6/+61
* net: ixp4xx_eth: Specify min/max MTULinus Walleij2023-10-031-0/+8
* net: ethernet: xscale: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-3/+2
* ptp_ixp46x: convert .adjfreq to .adjfineJacob Keller2022-11-111-15/+4
* net: xscale: Fix return type for implementation of ndo_start_xmitGUO Zihua2022-09-021-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* ixp4xx_eth: Set MAC address from device treeLinus Walleij2022-07-091-1/+9
* ixp4xx_eth: Fall back to random MAC addressLinus Walleij2022-07-091-1/+4
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+1
* ixp4xx_eth: fix error check return value of platform_get_irq()Lv Ruyi2022-04-121-1/+1
* ARM: ixp4xx: Drop all common codeLinus Walleij2022-02-121-1/+0
* net: ixp4xx_eth: Drop platform data supportLinus Walleij2022-02-122-68/+21
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-3/+0
* net: ethernet: ixp4xx: Make use of dma_pool_zalloc() instead of dma_pool_allo...Cai Huoqing2021-10-191-3/+2
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net: ixp46x: Remove duplicate include of module.hWan Jiabing2021-09-011-1/+0
* ixp4xx_eth: Probe the PTP module from the device treeLinus Walleij2021-08-301-2/+13
* ixp4xx_eth: Stop referring to GPIOsLinus Walleij2021-08-301-56/+28
* ixp4xx_eth: fix compile-testingArnd Bergmann2021-08-301-4/+3
* ixp4xx_eth: make ptp support a platform driverArnd Bergmann2021-08-305-34/+78
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: ixp46x: fix ptp build failureArnd Bergmann2021-07-211-0/+2
* Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-07-102-2/+3
|\
| * soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann2021-06-172-2/+2
| * ARM/ixp4xx: Make NEED_MACH_IO_H optionalLinus Walleij2021-06-161-0/+1
* | net: ethernet: ixp4xx_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-071-5/+1
* | net: ethernet: ixp4xx: Fix return value check in ixp4xx_eth_probe()Wei Yongjun2021-05-191-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-1/+4
|\
| * net: ethernet: ixp4xx: Set the DMA masks explicitlyLinus Walleij2021-04-191-1/+4
* | net: ethernet: ixp4xx: Support device tree probingLinus Walleij2021-04-252-63/+148
* | net: ethernet: ixp4xx: Retire ancient phy retrievealLinus Walleij2021-04-251-5/+5
|/
* net: ixp4xx_eth: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-051-2/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()Tang Bin2020-04-231-0/+2
* net: ethernet: ixp4xx: Use parent dev for DMA poolLinus Walleij2020-01-121-1/+1
* ARM/net: ixp4xx: Pass ethernet physical base as resourceLinus Walleij2020-01-121-9/+11
* net: ehernet: ixp4xx: Use netdev_* messagesLinus Walleij2020-01-121-29/+23
* net: ethernet: ixp4xx: Use distinct local variableLinus Walleij2020-01-121-22/+25
* net: ethernet: ixp4xx: Standard module initLinus Walleij2020-01-121-52/+44
* ixp4xx_eth: move platform_data definitionArnd Bergmann2020-01-122-0/+1
* ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann2020-01-125-2/+415
* net: ixp4xx: Spelling s/XSacle/XScale/Geert Uytterhoeven2019-08-011-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-5/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij2019-04-231-2/+2
* ARM: ixp4xx: Add device tree boot supportLinus Walleij2019-04-231-0/+10
* net: ixp4xx_eth: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...Yang Wei2019-02-131-1/+1