summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-031-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 23Thomas Gleixner2019-05-212-21/+2Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-3/+0Star
* net: via-velocity: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei2019-02-071-1/+1
* net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"Colin Ian King2018-11-281-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/+2Star
* net: via: via-velocity: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-131-27/+35
* net: via: via-rhine: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-131-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/+3Star
* 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/+4Star
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0Star
* via-velocity: remove null pointer check on array tdinfo->skb_dmaColin Ian King2016-09-101-12/+9Star
* 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/+3Star
* 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-291-0/+2
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1Star
* 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/+0Star
* 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
* via-rhine: kiss rx_head_desc goodbye.françois romieu2015-05-041-10/+3Star
* via-rhine: forbid holes in the receive descriptor ring.françois romieu2015-05-041-50/+53
* via-rhine: gotoize rhine_open error path.françois romieu2015-05-041-6/+10
* via-rhine: allocate and map receive buffer in a single transactionfrançois romieu2015-05-041-14/+43
* via-rhine: commit receive buffer address before descriptor status update.françois romieu2015-05-041-0/+1
* via-velocity: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
* net: via-rhine: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
* net: via-rhine: add BQL supportTino Reichardt2015-02-241-9/+20
* mii: Handle link state changes for forced modes in mii_check_media()Ben Hutchings2015-01-191-1/+2
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-132-5/+5
* net: ethernet: via: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-081-1/+1
|\
| * treewide: fix errors in printkMasanari Iida2014-09-011-1/+1
* | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-2/+2
|/
* via-rhine: fix full-duplex with autoneg disableFrançois Cachereul2014-06-121-2/+3
* net: via-rhine: Convert #ifdef USE_MMIO to a runtime flagAlexey Charkov2014-05-051-47/+55
* net: via-rhine: Drop revision property, use quirks insteadAlexey Charkov2014-05-021-35/+42
* net: via-rhine: add OF bus bindingAlexey Charkov2014-04-232-115/+194
* net: via-rhine: reduce usage of the PCI-specific structAlexey Charkov2014-04-231-54/+62
* net: via-rhine: switch to generic DMA functionsAlexey Charkov2014-04-231-41/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-261-3/+5
|\
| * via-rhine: Disable device in error pathRoger Luethi2014-03-191-3/+5