index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
xscale
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-05
1
-1
/
+1
*
ixp4xx_eth: Remove setting of RX software timestamp
Gal Pressman
2024-09-10
1
-3
/
+1
*
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2024-07-15
1
-1
/
+1
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-08
1
-1
/
+1
*
net: xscale: Drop unused PHY number
Linus Walleij
2023-11-02
1
-2
/
+1
*
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
2023-10-12
1
-2
/
+2
*
net: ixp4xx_eth: Support changing the MTU
Linus Walleij
2023-10-07
1
-6
/
+61
*
net: ixp4xx_eth: Specify min/max MTU
Linus Walleij
2023-10-03
1
-0
/
+8
*
net: ethernet: xscale: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-20
1
-3
/
+2
*
ptp_ixp46x: convert .adjfreq to .adjfine
Jacob Keller
2022-11-11
1
-15
/
+4
*
net: xscale: Fix return type for implementation of ndo_start_xmit
GUO Zihua
2022-09-03
1
-1
/
+1
*
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-2
/
+2
*
ixp4xx_eth: Set MAC address from device tree
Linus Walleij
2022-07-09
1
-1
/
+9
*
ixp4xx_eth: Fall back to random MAC address
Linus Walleij
2022-07-09
1
-1
/
+4
*
eth: switch to netif_napi_add_weight()
Jakub Kicinski
2022-05-08
1
-1
/
+1
*
ixp4xx_eth: fix error check return value of platform_get_irq()
Lv Ruyi
2022-04-12
1
-1
/
+1
*
ARM: ixp4xx: Drop all common code
Linus Walleij
2022-02-12
1
-1
/
+0
*
net: ixp4xx_eth: Drop platform data support
Linus Walleij
2022-02-12
2
-68
/
+21
*
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
2021-12-14
1
-3
/
+0
*
net: ethernet: ixp4xx: Make use of dma_pool_zalloc() instead of dma_pool_allo...
Cai Huoqing
2021-10-19
1
-3
/
+2
*
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
net: ixp46x: Remove duplicate include of module.h
Wan Jiabing
2021-09-01
1
-1
/
+0
*
ixp4xx_eth: Probe the PTP module from the device tree
Linus Walleij
2021-08-30
1
-2
/
+13
*
ixp4xx_eth: Stop referring to GPIOs
Linus Walleij
2021-08-30
1
-56
/
+28
*
ixp4xx_eth: fix compile-testing
Arnd Bergmann
2021-08-30
1
-4
/
+3
*
ixp4xx_eth: make ptp support a platform driver
Arnd Bergmann
2021-08-30
5
-34
/
+78
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
net: ixp46x: fix ptp build failure
Arnd Bergmann
2021-07-21
1
-0
/
+2
*
Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2021-07-10
2
-2
/
+3
|
\
|
*
soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.h
Arnd Bergmann
2021-06-17
2
-2
/
+2
|
*
ARM/ixp4xx: Make NEED_MACH_IO_H optional
Linus Walleij
2021-06-16
1
-0
/
+1
*
|
net: ethernet: ixp4xx_eth: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
2021-06-07
1
-5
/
+1
*
|
net: ethernet: ixp4xx: Fix return value check in ixp4xx_eth_probe()
Wei Yongjun
2021-05-19
1
-2
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-04-26
1
-1
/
+4
|
\
|
*
net: ethernet: ixp4xx: Set the DMA masks explicitly
Linus Walleij
2021-04-20
1
-1
/
+4
*
|
net: ethernet: ixp4xx: Support device tree probing
Linus Walleij
2021-04-26
2
-63
/
+148
*
|
net: ethernet: ixp4xx: Retire ancient phy retrieveal
Linus Walleij
2021-04-26
1
-5
/
+5
|
/
*
net: ixp4xx_eth: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
2021-01-06
1
-2
/
+1
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-13
1
-2
/
+2
*
net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()
Tang Bin
2020-04-24
1
-0
/
+2
*
net: ethernet: ixp4xx: Use parent dev for DMA pool
Linus Walleij
2020-01-12
1
-1
/
+1
*
ARM/net: ixp4xx: Pass ethernet physical base as resource
Linus Walleij
2020-01-12
1
-9
/
+11
*
net: ehernet: ixp4xx: Use netdev_* messages
Linus Walleij
2020-01-12
1
-29
/
+23
*
net: ethernet: ixp4xx: Use distinct local variable
Linus Walleij
2020-01-12
1
-22
/
+25
*
net: ethernet: ixp4xx: Standard module init
Linus Walleij
2020-01-12
1
-52
/
+44
*
ixp4xx_eth: move platform_data definition
Arnd Bergmann
2020-01-12
2
-0
/
+1
*
ptp: ixp46x: move adjacent to ethernet driver
Arnd Bergmann
2020-01-12
5
-2
/
+415
*
net: ixp4xx: Spelling s/XSacle/XScale/
Geert Uytterhoeven
2019-08-01
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
[next]