summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xscale
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: ethernet: ixp4xx_eth: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-2/+1
|\
| * net: ethernet: ixp4xx_eth: fix spelling mistake in debug messageColin Ian King2016-11-131-2/+1
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
|/
* net: ethernet: ixp4xx_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-041-12/+2
* net: ethernet: ixp4xx_eth: use phydev from struct net_devicePhilippe Reynes2016-07-041-20/+16
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-031-1/+1
|\
| * ethernet/ixp4xx: prevent allmulti from clobbering promiscDerrick Pallas2015-02-201-1/+1
* | ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
|/
* net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-011-0/+1
* net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann2014-03-311-10/+1
* ixp4xx_eth: Implement the SIOCGHWTSTAMP ioctlBen Hutchings2013-11-211-3/+33
* ixp4xx_eth: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+3
* net: ixp4xx_eth: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-271-2/+0