summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xscale/ixp4xx_eth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: ixp4xx_eth: Drop platform data supportLinus Walleij2022-02-121-66/+19
* 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
* ixp4xx_eth: fix compile-testingArnd Bergmann2021-08-301-4/+3
* ixp4xx_eth: make ptp support a platform driverArnd Bergmann2021-08-301-9/+19
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-07-101-0/+2
|\
| * soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann2021-06-171-0/+1
| * 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-251-63/+147
* | 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
* 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-121-0/+1
* ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann2020-01-121-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-5/+1
* 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
* 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: 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
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-1/+1
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-2/+3