index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
xscale
/
ixp4xx_eth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2023-11-02
net: xscale: Drop unused PHY number
Linus Walleij
1
-2
/
+1
2023-10-12
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
1
-2
/
+2
2023-10-07
net: ixp4xx_eth: Support changing the MTU
Linus Walleij
1
-6
/
+61
2023-10-03
net: ixp4xx_eth: Specify min/max MTU
Linus Walleij
1
-0
/
+8
2023-09-20
net: ethernet: xscale: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2022-09-03
net: xscale: Fix return type for implementation of ndo_start_xmit
GUO Zihua
1
-1
/
+1
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-07-09
ixp4xx_eth: Set MAC address from device tree
Linus Walleij
1
-1
/
+9
2022-07-09
ixp4xx_eth: Fall back to random MAC address
Linus Walleij
1
-1
/
+4
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+1
2022-02-12
net: ixp4xx_eth: Drop platform data support
Linus Walleij
1
-66
/
+19
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
1
-3
/
+0
2021-10-19
net: ethernet: ixp4xx: Make use of dma_pool_zalloc() instead of dma_pool_allo...
Cai Huoqing
1
-3
/
+2
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-08-30
ixp4xx_eth: fix compile-testing
Arnd Bergmann
1
-4
/
+3
2021-08-30
ixp4xx_eth: make ptp support a platform driver
Arnd Bergmann
1
-9
/
+19
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-07-10
Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
1
-0
/
+2
2021-06-17
soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.h
Arnd Bergmann
1
-0
/
+1
2021-06-16
ARM/ixp4xx: Make NEED_MACH_IO_H optional
Linus Walleij
1
-0
/
+1
2021-06-07
net: ethernet: ixp4xx_eth: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-5
/
+1
2021-05-19
net: ethernet: ixp4xx: Fix return value check in ixp4xx_eth_probe()
Wei Yongjun
1
-2
/
+2
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+4
2021-04-26
net: ethernet: ixp4xx: Support device tree probing
Linus Walleij
1
-63
/
+147
2021-04-26
net: ethernet: ixp4xx: Retire ancient phy retrieveal
Linus Walleij
1
-5
/
+5
2021-04-20
net: ethernet: ixp4xx: Set the DMA masks explicitly
Linus Walleij
1
-1
/
+4
2021-01-06
net: ixp4xx_eth: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
1
-2
/
+1
2020-04-24
net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()
Tang Bin
1
-0
/
+2
2020-01-12
net: ethernet: ixp4xx: Use parent dev for DMA pool
Linus Walleij
1
-1
/
+1
2020-01-12
ARM/net: ixp4xx: Pass ethernet physical base as resource
Linus Walleij
1
-9
/
+11
2020-01-12
net: ehernet: ixp4xx: Use netdev_* messages
Linus Walleij
1
-29
/
+23
2020-01-12
net: ethernet: ixp4xx: Use distinct local variable
Linus Walleij
1
-22
/
+25
2020-01-12
net: ethernet: ixp4xx: Standard module init
Linus Walleij
1
-52
/
+44
2020-01-12
ixp4xx_eth: move platform_data definition
Arnd Bergmann
1
-0
/
+1
2020-01-12
ptp: ixp46x: move adjacent to ethernet driver
Arnd Bergmann
1
-1
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
1
-5
/
+1
2019-04-23
ARM: ixp4xx: Move IXP4xx QMGR and NPE headers
Linus Walleij
1
-2
/
+2
2019-04-23
ARM: ixp4xx: Add device tree boot support
Linus Walleij
1
-0
/
+10
2019-02-14
net: ixp4xx_eth: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...
Yang Wei
1
-1
/
+1
2016-11-16
net: ethernet: ixp4xx_eth: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-6
/
+1
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2016-11-13
net: ethernet: ixp4xx_eth: fix spelling mistake in debug message
Colin Ian King
1
-2
/
+1
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-07-05
net: ethernet: ixp4xx_eth: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-12
/
+2
2016-07-05
net: ethernet: ixp4xx_eth: use phydev from struct net_device
Philippe Reynes
1
-20
/
+16
2015-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-03-04
ethernet: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2015-02-20
ethernet/ixp4xx: prevent allmulti from clobbering promisc
Derrick Pallas
1
-1
/
+1
2014-03-31
net: ptp: do not reimplement PTP/BPF classifier
Daniel Borkmann
1
-10
/
+1
[next]