aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xscale
AgeCommit message (Expand)AuthorFilesLines
2025-05-12net: ixp4xx_eth: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean1-32/+29
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-09-09ixp4xx_eth: Remove setting of RX software timestampGal Pressman1-3/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2023-11-01net: xscale: Drop unused PHY numberLinus Walleij1-2/+1
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-2/+2
2023-10-06net: ixp4xx_eth: Support changing the MTULinus Walleij1-6/+61
2023-10-03net: ixp4xx_eth: Specify min/max MTULinus Walleij1-0/+8
2023-09-20net: ethernet: xscale: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-11-11ptp_ixp46x: convert .adjfreq to .adjfineJacob Keller1-15/+4
2022-09-02net: xscale: Fix return type for implementation of ndo_start_xmitGUO Zihua1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-09ixp4xx_eth: Set MAC address from device treeLinus Walleij1-1/+9
2022-07-09ixp4xx_eth: Fall back to random MAC addressLinus Walleij1-1/+4
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2022-04-12ixp4xx_eth: fix error check return value of platform_get_irq()Lv Ruyi1-1/+1
2022-02-12ARM: ixp4xx: Drop all common codeLinus Walleij1-1/+0
2022-02-12net: ixp4xx_eth: Drop platform data supportLinus Walleij2-68/+21
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-10-19net: ethernet: ixp4xx: Make use of dma_pool_zalloc() instead of dma_pool_allo...Cai Huoqing1-3/+2
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-01net: ixp46x: Remove duplicate include of module.hWan Jiabing1-1/+0
2021-08-30ixp4xx_eth: Probe the PTP module from the device treeLinus Walleij1-2/+13
2021-08-30ixp4xx_eth: Stop referring to GPIOsLinus Walleij1-56/+28
2021-08-30ixp4xx_eth: fix compile-testingArnd Bergmann1-4/+3
2021-08-30ixp4xx_eth: make ptp support a platform driverArnd Bergmann5-34/+78
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-21net: ixp46x: fix ptp build failureArnd Bergmann1-0/+2
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2-2/+3
2021-06-17soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann2-2/+2
2021-06-16ARM/ixp4xx: Make NEED_MACH_IO_H optionalLinus Walleij1-0/+1
2021-06-07net: ethernet: ixp4xx_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-5/+1
2021-05-19net: ethernet: ixp4xx: Fix return value check in ixp4xx_eth_probe()Wei Yongjun1-2/+2
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2021-04-25net: ethernet: ixp4xx: Support device tree probingLinus Walleij2-63/+148
2021-04-25net: ethernet: ixp4xx: Retire ancient phy retrievealLinus Walleij1-5/+5
2021-04-19net: ethernet: ixp4xx: Set the DMA masks explicitlyLinus Walleij1-1/+4
2021-01-05net: ixp4xx_eth: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-04-23net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()Tang Bin1-0/+2
2020-01-12net: ethernet: ixp4xx: Use parent dev for DMA poolLinus Walleij1-1/+1
2020-01-12ARM/net: ixp4xx: Pass ethernet physical base as resourceLinus Walleij1-9/+11
2020-01-12net: ehernet: ixp4xx: Use netdev_* messagesLinus Walleij1-29/+23
2020-01-12net: ethernet: ixp4xx: Use distinct local variableLinus Walleij1-22/+25
2020-01-12net: ethernet: ixp4xx: Standard module initLinus Walleij1-52/+44
2020-01-12ixp4xx_eth: move platform_data definitionArnd Bergmann2-0/+1
2020-01-12ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann5-2/+415
2019-08-01net: ixp4xx: Spelling s/XSacle/XScale/Geert Uytterhoeven1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-23ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij1-2/+2
2019-04-23ARM: ixp4xx: Add device tree boot supportLinus Walleij1-0/+10
2019-02-13net: ixp4xx_eth: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...Yang Wei1-1/+1
2016-11-15net: ethernet: ixp4xx_eth: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2016-11-13net: ethernet: ixp4xx_eth: fix spelling mistake in debug messageColin Ian King1-2/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-07-04net: ethernet: ixp4xx_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+2
2016-07-04net: ethernet: ixp4xx_eth: use phydev from struct net_devicePhilippe Reynes1-20/+16
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-02-20ethernet/ixp4xx: prevent allmulti from clobbering promiscDerrick Pallas1-1/+1
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann1-0/+1
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann1-10/+1
2013-11-21ixp4xx_eth: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-3/+33
2013-11-14ixp4xx_eth: Validate hwtstamp_config completely before applying itBen Hutchings1-9/+3
2013-08-30net: ixp4xx_eth: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+3
2012-12-03ixp4xx_eth: remove __dev* attributesBill Pemberton1-2/+2
2012-11-20ixp4xx_eth: avoid calling dma_pool_create() with NULL devXi Wang1-3/+5
2012-08-06ixp4xx_eth: fix ptp_ixp46x build failureArnaud Patard (Rtp)1-0/+1
2012-04-04net: remove ixp2000 ethernet driverRob Herring18-2542/+2
2012-04-04ixp4xx_eth: Support the get_ts_info ethtool method.Richard Cochran1-0/+29
2012-02-24xscale/ixp2000/ixpdev: print MAC via printk format specifierDanny Kukawka1-5/+2
2012-02-13ixp4xx-eth: fix PHY name to match MDIO bus nameFlorian Fainelli1-1/+2
2012-01-10ixp4xx-eth: use an unique MDIO bus name.Florian Fainelli1-1/+1
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher1-0/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-11xscale: Move the Intel XScale IXP driversJeff Kirsher19-0/+4066