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.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
/
smsc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-07
net: smc91x: Make use of irq_get_trigger_type()
Vasileios Amoiridis
1
-1
/
+1
2024-06-20
net: smc9194: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-02
net: smc91x: Fix pointer types
Thorsten Blum
1
-2
/
+2
2024-05-30
net: smc91x: Remove commented out code
Thorsten Blum
1
-4
/
+0
2024-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-05-14
net: smc91x: Fix m68k kernel compilation for ColdFire CPU
Thorsten Blum
1
-2
/
+2
2024-05-09
net: annotate data-races around dev->if_port
Eric Dumazet
1
-1
/
+1
2024-04-08
net: handle HAS_IOPORT dependencies
Niklas Schnelle
1
-1
/
+1
2024-01-29
net: fill in MODULE_DESCRIPTION()s for SMSC drivers
Breno Leitao
3
-0
/
+3
2023-11-03
Merge tag 'sh-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-19
/
+0
2023-10-25
sh: Remove stale microdev board
Arnd Bergmann
1
-19
/
+0
2023-09-20
net: ethernet: smsc: Convert to platform remove callback returning void
Uwe Kleine-König
2
-8
/
+4
2023-08-13
net: smsc: Use pci_dev_id() to simplify the code
Zheng Zengkai
1
-2
/
+1
2023-07-28
net: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-07-19
ethernet: smsc: remove unnecessary (void*) conversions
Wu Yunchuan
2
-4
/
+4
2023-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+5
2023-03-30
smsc911x: remove superfluous variable init
Wolfram Sang
1
-1
/
+1
2023-03-28
smsc911x: avoid PHY being resumed when interface is not up
Wolfram Sang
1
-2
/
+5
2023-03-23
ethernet: remove superfluous clearing of phydev
Wolfram Sang
1
-2
/
+0
2023-03-19
net: smc91x: Replace of_gpio.h with what indeed is used
Andy Shevchenko
1
-1
/
+1
2022-10-19
net: remove smc911x driver
Arnd Bergmann
4
-3114
/
+0
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2
-2
/
+2
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+6
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
6
-17
/
+17
2022-08-27
net: smsc911x: Stop and start PHY during suspend and resume
Florian Fainelli
1
-0
/
+6
2022-06-28
epic100: fix use after free on rmmod
Tong Zhang
1
-2
/
+2
2022-05-26
Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-13
/
+2
2022-05-18
net: smc911x: Fix min() use in debug code
Geert Uytterhoeven
1
-3
/
+3
2022-05-18
net: smc911x: replace ternary operator with min()
Guo Zhengkui
1
-1
/
+1
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+2
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-05-04
smsc911x: allow using IRQ0
Sergey Shtylyov
1
-1
/
+1
2022-04-29
eth: smsc: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
2
-2
/
+1
2022-02-23
remove the h8300 architecture
Christoph Hellwig
2
-13
/
+2
2022-02-02
ethernet: smc911x: fix indentation in get/set EEPROM
Jakub Kicinski
1
-4
/
+4
2021-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2021-12-22
drivers: net: smc911x: Check for error irq
Jiasheng Jiang
1
-0
/
+5
2021-11-19
smc9194: use eth_hw_addr_set()
Jakub Kicinski
1
-2
/
+4
2021-10-19
ethernet: smsc: use eth_hw_addr_set()
Jakub Kicinski
2
-15
/
+19
2021-10-19
ethernet: smc91x: use eth_hw_addr_set()
Jakub Kicinski
2
-2
/
+6
2021-10-18
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
1
-3
/
+7
2021-10-14
ethernet: replace netdev->dev_addr 16bit writes
Jakub Kicinski
1
-1
/
+3
2021-10-14
ethernet: replace netdev->dev_addr assignment loops
Jakub Kicinski
1
-3
/
+2
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2
-2
/
+2
2021-10-07
eth: fwnode: remove the addr len from mac helpers
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-2
/
+2
2021-09-27
net: smsc: Fix function names in print messages and comments
Cai Huoqing
1
-3
/
+3
2021-09-03
drivers: net: smc911x: clean up inconsistent indenting
Colin Ian King
1
-6
/
+6
2021-08-03
ethernet: isa: convert to module_init/module_exit
Arnd Bergmann
1
-2
/
+4
[next]