summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-3/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2025-01-27eth: via-rhine: fix calling napi_enable() in atomic contextJakub Kicinski-1/+10
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski-2/+4
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-2/+2
2024-04-08net: handle HAS_IOPORT dependenciesNiklas Schnelle-0/+1
2023-09-20net: ethernet: via: Convert to platform remove callback returning voidUwe Kleine-König-8/+4
2023-07-27net: Explicitly include correct DT includesRob Herring-2/+2
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring-3/+2
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner-4/+4
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-2/+2
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-6/+6
2022-07-11ethernet/via: fix repeated words in commentsJilin Yuan-1/+1
2022-04-29eth: velocity: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski-3/+1
2021-10-20ethernet: via-velocity: use eth_hw_addr_set()Jakub Kicinski-1/+3
2021-10-20ethernet: via-rhine: use eth_hw_addr_set()Jakub Kicinski-1/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-2/+6
2021-08-23via-velocity: Use of_device_get_match_data to simplify codeTang Bin-4/+2
2021-08-23via-rhine: Use of_device_get_match_data to simplify codeTang Bin-7/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-2/+2
2021-05-17net: via: Fix wrong function name in commentsYang Shen-3/+3
2021-03-30net: ethernet: Fix typo of 'network' in commentEric Lin-1/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-17/+4
2020-09-29via-rhine: New device driver maintainerKevin Brace-1/+1
2020-09-29via-rhine: Eliminate version informationKevin Brace-15/+0
2020-09-29via-rhine: VTunknown1 device is really VT8251 South BridgeKevin Brace-1/+1
2020-09-29via-rhine: Fix for the hardware having a reset failure after resumeKevin Brace-0/+2
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg-14/+15
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg-13/+0
2020-08-04via-velocity: Use more typical logging stylesJoe Perches-122/+85
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-4/+4
2020-05-07via-rhine: Add platform dependenciesGeert Uytterhoeven-0/+1
2020-03-14net: via: reject unsupported coalescing paramsJakub Kicinski-0/+2
2020-01-06via-velocity: allow nesting of ethtool_ops begin() and complete()Michal Kubecek-4/+11
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-2/+2
2019-08-21via-rhine: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 23Thomas Gleixner-21/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon-3/+0
2019-02-06net: via-velocity: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei-1/+1
2018-11-27net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"Colin Ian King-1/+1
2017-11-29net: via: via-rhine: use %p to format void * address instead of %xColin Ian King-2/+2
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig-1/+1
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com-3/+2
2017-03-12net: via: via-velocity: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes-27/+35
2017-03-12net: via: via-rhine: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes-6/+8
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-2/+2