summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via
Commit message (Expand)AuthorAgeFilesLines
* 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
* via-rhine: kiss rx_head_desc goodbye.françois romieu2015-05-041-10/+3
* 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/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-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-251-3/+5
|\
| * via-rhine: Disable device in error pathRoger Luethi2014-03-191-3/+5
* | via-velocity: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman2014-03-241-1/+1
* | via-rhine: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-3/+3
* | via: fix a punctuation typowangweidong2014-03-181-1/+1
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-4/+4
|/
* net,via-rhine: Fix tx_timeout handlingRichard Weinberger2014-01-151-0/+1
* via-velocity: fix netif_receive_skb use in irq disabled section.françois romieu2013-11-281-5/+6
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+3
|\
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+3
* | net: via-rhine: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0
|/
* via-rhine: fix VLAN priority field (PCP, IEEE 802.1p)Roger Luethi2013-09-261-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-1/+3
|\