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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
/
atheros
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-25
net: Use netif_threaded_enable instead of netif_set_threaded in drivers
Samiullah Khawaja
1
-1
/
+1
2025-07-19
net: s/dev_set_threaded/netif_set_threaded/
Stanislav Fomichev
1
-1
/
+1
2025-07-18
net: ag71xx: Add missing check after DMA map
Thomas Fourier
1
-0
/
+9
2025-06-28
ethernet: atl1: Add missing DMA mapping error checks and count errors
Thomas Fourier
1
-22
/
+57
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
5
-10
/
+11
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
5
-8
/
+8
2024-10-04
net: ag71xx: move assignment into main loop
Rosen Penev
1
-2
/
+1
2024-10-04
net: ag71xx: replace INIT_LIST_HEAD
Rosen Penev
1
-3
/
+1
2024-10-04
net: ag71xx: remove platform_set_drvdata
Rosen Penev
1
-3
/
+0
2024-10-04
net: ag71xx: use some dev_err_probe
Rosen Penev
1
-12
/
+9
2024-10-04
net: ag71xx: use devm_ioremap_resource
Rosen Penev
1
-3
/
+3
2024-09-14
net: ag71xx: remove dead code path
Qianqiang Liu
1
-9
/
+4
2024-09-10
net: ag71xx: disable napi interrupts during probe
Sven Eckelmann
1
-0
/
+6
2024-09-10
net: ag71xx: remove always true branch
Rosen Penev
1
-6
/
+4
2024-09-10
net: ag71xx: get reset control using devm api
Rosen Penev
1
-7
/
+7
2024-09-10
net: ag71xx: use ethtool_puts
Rosen Penev
1
-2
/
+1
2024-09-10
net: ag71xx: update FIFO bits and descriptions
Rosen Penev
1
-24
/
+24
2024-09-10
net: ag71xx: add MODULE_DESCRIPTION
Rosen Penev
1
-0
/
+1
2024-09-10
net: ag71xx: add COMPILE_TEST to test compilation
Rosen Penev
1
-2
/
+2
2024-08-28
net: ag71xx: fix module autoloading
Liao Chen
1
-0
/
+1
2024-08-28
net: ag71xx: support probe defferal for getting MAC address
Rosen Penev
1
-0
/
+2
2024-08-26
net: ag71xx: move clk_eth out of struct
Rosen Penev
1
-4
/
+4
2024-08-16
net: ag71xx: use devm for register_netdev
Rosen Penev
1
-13
/
+1
2024-08-16
net: ag71xx: use devm for of_mdiobus_register
Rosen Penev
1
-20
/
+3
2024-08-16
net: ag71xx: devm_clk_get_enabled
Rosen Penev
1
-30
/
+7
2024-08-10
net: ag71xx: use phylink_mii_ioctl
Rosen Penev
1
-1
/
+8
2024-05-21
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
6
-6
/
+6
2024-04-25
net: alx: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Damien Le Moal
1
-1
/
+1
2023-12-15
ethernet: atheros: fix a memleak in atl1e_setup_ring_resources
Zhipeng Lu
1
-1
/
+4
2023-10-12
netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_schedule
Christian Marangi
1
-3
/
+1
2023-10-07
net: atheros: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-01
net: atl1c: switch to napi_consume_skb()
Sieng-Piaw Liew
1
-6
/
+7
2023-09-20
net: ethernet: atheros: Convert to platform remove callback returning void
Uwe Kleine-König
1
-5
/
+3
2023-09-14
atl1c: Work around the DMA RX overflow issue
Sieng-Piaw Liew
2
-54
/
+16
2023-08-22
alx: fix OOB-read compiler warning
GONG, Ruiqi
1
-3
/
+2
2023-07-28
net: Explicitly include correct DT includes
Rob Herring
1
-1
/
+2
2023-07-25
ethernet: atheros: fix return value check in atl1e_tso_csum()
Yuanjun Gong
1
-2
/
+5
2023-07-25
atheros: fix return value check in atl1_tso()
Yuanjun Gong
1
-2
/
+5
2023-07-24
ethernet: atheros: fix return value check in atl1c_tso_csum()
Yuanjun Gong
1
-2
/
+5
2023-03-22
net: atheros: atl1c: remove unused atl1c_irq_reset function
Tom Rix
1
-10
/
+0
2023-03-09
alx: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-4
/
+0
2022-12-19
net: alx: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Christoph Heiss
1
-8
/
+2
2022-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2022-11-16
net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...
Liu Jian
1
-1
/
+2
2022-11-08
net: remove explicit phylink_generic_validate() references
Russell King (Oracle)
1
-1
/
+0
2022-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2022-09-30
eth: alx: take rtnl_lock on resume
Jakub Kicinski
1
-0
/
+5
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
4
-4
/
+4
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
5
-12
/
+12
[next]