summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/smsc
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+4
2026-02-02net: ethernet: use module_pci_driver; remove useless driver versionsEthan Nelson-Moore-34/+1
2025-12-23smc91x: fix broken irq-context in PREEMPT_RTYeoreum Yun-9/+1
2025-09-04smsc911x: add second read of EEPROM mac when possible corruption seenColin Foster-2/+12
2025-07-25net: Fix typosBjorn Helgaas-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-03-24net: ethernet: Drop unused of_gpio.hPeng Fan-1/+0
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-06net: smc91x: Make use of irq_get_trigger_type()Vasileios Amoiridis-1/+1
2024-06-19net: smc9194: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-06-01net: smc91x: Fix pointer typesThorsten Blum-2/+2
2024-05-29net: smc91x: Remove commented out codeThorsten Blum-4/+0
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2024-05-13net: smc91x: Fix m68k kernel compilation for ColdFire CPUThorsten Blum-2/+2
2024-05-08net: annotate data-races around dev->if_portEric Dumazet-1/+1
2024-04-08net: handle HAS_IOPORT dependenciesNiklas Schnelle-1/+1
2024-01-29net: fill in MODULE_DESCRIPTION()s for SMSC driversBreno Leitao-0/+3
2023-11-02Merge tag 'sh-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-19/+0
2023-10-25sh: Remove stale microdev boardArnd Bergmann-19/+0
2023-09-20net: ethernet: smsc: Convert to platform remove callback returning voidUwe Kleine-König-8/+4
2023-08-13net: smsc: Use pci_dev_id() to simplify the codeZheng Zengkai-2/+1
2023-07-27net: Explicitly include correct DT includesRob Herring-1/+0
2023-07-18ethernet: smsc: remove unnecessary (void*) conversionsWu Yunchuan-4/+4
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2023-03-30smsc911x: remove superfluous variable initWolfram Sang-1/+1
2023-03-28smsc911x: avoid PHY being resumed when interface is not upWolfram Sang-2/+5
2023-03-22ethernet: remove superfluous clearing of phydevWolfram Sang-2/+0
2023-03-19net: smc91x: Replace of_gpio.h with what indeed is usedAndy Shevchenko-1/+1
2022-10-18net: remove smc911x driverArnd Bergmann-3114/+0
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-2/+2
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-17/+17
2022-08-26net: smsc911x: Stop and start PHY during suspend and resumeFlorian Fainelli-0/+6
2022-06-27epic100: fix use after free on rmmodTong Zhang-2/+2
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-13/+2
2022-05-18net: smc911x: Fix min() use in debug codeGeert Uytterhoeven-3/+3
2022-05-17net: smc911x: replace ternary operator with min()Guo Zhengkui-1/+1
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski-1/+2
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-05-03smsc911x: allow using IRQ0Sergey Shtylyov-1/+1
2022-04-29eth: smsc: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski-2/+1
2022-02-23remove the h8300 architectureChristoph Hellwig-13/+2
2022-02-01ethernet: smc911x: fix indentation in get/set EEPROMJakub Kicinski-4/+4
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+5
2021-12-22drivers: net: smc911x: Check for error irqJiasheng Jiang-0/+5
2021-11-19smc9194: use eth_hw_addr_set()Jakub Kicinski-2/+4
2021-10-19ethernet: smsc: use eth_hw_addr_set()Jakub Kicinski-15/+19