summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via
Commit message (Expand)AuthorAgeFilesLines
* ethernet: via-velocity: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+3
* ethernet: via-rhine: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+3
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* via-velocity: Use of_device_get_match_data to simplify codeTang Bin2021-08-231-4/+2
* via-rhine: Use of_device_get_match_data to simplify codeTang Bin2021-08-231-7/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-2/+2
* net: via: Fix wrong function name in commentsYang Shen2021-05-171-3/+3
* net: ethernet: Fix typo of 'network' in commentEric Lin2021-03-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-17/+4
|\
| * via-rhine: New device driver maintainerKevin Brace2020-09-291-1/+1
| * via-rhine: Eliminate version informationKevin Brace2020-09-291-15/+0
| * via-rhine: VTunknown1 device is really VT8251 South BridgeKevin Brace2020-09-291-1/+1
| * via-rhine: Fix for the hardware having a reset failure after resumeKevin Brace2020-09-291-0/+2
* | drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-252-14/+15
* | drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2020-09-251-13/+0
|/
* via-velocity: Use more typical logging stylesJoe Perches2020-08-042-122/+85
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* via-rhine: Add platform dependenciesGeert Uytterhoeven2020-05-071-0/+1
* net: via: reject unsupported coalescing paramsJakub Kicinski2020-03-141-0/+2
* via-velocity: allow nesting of ethtool_ops begin() and complete()Michal Kubecek2020-01-062-4/+11
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* via-rhine: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-021-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 23Thomas Gleixner2019-05-212-21/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-3/+0
* net: via-velocity: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei2019-02-061-1/+1
* net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"Colin Ian King2018-11-271-1/+1
* net: via: via-rhine: use %p to format void * address instead of %xColin Ian King2017-11-291-2/+2
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-051-3/+2
* net: via: via-velocity: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-121-27/+35
* net: via: via-rhine: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-121-6/+8
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-302-2/+2
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-5/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-7/+4
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* via-velocity: remove null pointer check on array tdinfo->skb_dmaColin Ian King2016-09-091-12/+9
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* via-velocity: unconditionally drop frames with bad l2 lengthTimo Teräs2015-11-171-21/+3
* via-rhine: fix VLAN receive handling regression.Andrej Ota2015-10-161-1/+2
* net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selectedSudip Mukherjee2015-09-251-1/+1
* net: via: VIA_RHINE and VIA_VELOCITY should depend on HAS_DMAGeert Uytterhoeven2015-06-281-0/+2
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* net: via/Kconfig: replace USE_OF with OF_???Antonio Borneo2015-06-211-2/+2
* net: via-rhine: remove unneeded include fileAntonio Borneo2015-06-211-1/+0
* via-rhine: close SMP transmit races.françois romieu2015-05-041-6/+45
* via-rhine: dma_wmb transmit barrier.françois romieu2015-05-041-1/+1
* via-rhine: add consistent memory barrier in vlan receive code.françois romieu2015-05-041-8/+14