aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-23via-velocity: Use of_device_get_match_data to simplify codeTang Bin1-4/+2
2021-08-23via-rhine: Use of_device_get_match_data to simplify codeTang Bin1-7/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-2/+2
2021-05-17net: via: Fix wrong function name in commentsYang Shen1-3/+3
2021-03-30net: ethernet: Fix typo of 'network' in commentEric Lin1-1/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-17/+4
2020-09-29via-rhine: New device driver maintainerKevin Brace1-1/+1
2020-09-29via-rhine: Eliminate version informationKevin Brace1-15/+0
2020-09-29via-rhine: VTunknown1 device is really VT8251 South BridgeKevin Brace1-1/+1
2020-09-29via-rhine: Fix for the hardware having a reset failure after resumeKevin Brace1-0/+2
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2-14/+15
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-13/+0
2020-08-04via-velocity: Use more typical logging stylesJoe Perches2-122/+85
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-05-07via-rhine: Add platform dependenciesGeert Uytterhoeven1-0/+1
2020-03-14net: via: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-01-06via-velocity: allow nesting of ethtool_ops begin() and complete()Michal Kubecek2-4/+11
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-08-21via-rhine: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 23Thomas Gleixner2-21/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-3/+0
2019-02-06net: via-velocity: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-11-27net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"Colin Ian King1-1/+1
2017-11-29net: via: via-rhine: use %p to format void * address instead of %xColin Ian King1-2/+2
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return voidyuval.shaia@oracle.com1-3/+2
2017-03-12net: via: via-velocity: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-27/+35
2017-03-12net: via: via-rhine: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet2-2/+2
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-5/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-7/+4
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-09-09via-velocity: remove null pointer check on array tdinfo->skb_dmaColin Ian King1-12/+9
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-11-17via-velocity: unconditionally drop frames with bad l2 lengthTimo Teräs1-21/+3
2015-10-16via-rhine: fix VLAN receive handling regression.Andrej Ota1-1/+2
2015-09-25net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selectedSudip Mukherjee1-1/+1
2015-06-28net: via: VIA_RHINE and VIA_VELOCITY should depend on HAS_DMAGeert Uytterhoeven1-0/+2
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-06-21net: via/Kconfig: replace USE_OF with OF_???Antonio Borneo1-2/+2
2015-06-21net: via-rhine: remove unneeded include fileAntonio Borneo1-1/+0
2015-05-04via-rhine: close SMP transmit races.françois romieu1-6/+45
2015-05-04via-rhine: dma_wmb transmit barrier.françois romieu1-1/+1
2015-05-04via-rhine: add consistent memory barrier in vlan receive code.françois romieu1-8/+14
2015-05-04via-rhine: kiss rx_head_desc goodbye.françois romieu1-10/+3
2015-05-04via-rhine: forbid holes in the receive descriptor ring.françois romieu1-50/+53