aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/via
AgeCommit message (Expand)Author
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 23Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-02-06net: via-velocity: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei
2018-11-27net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"Colin Ian King
2017-11-29net: via: via-rhine: use %p to format void * address instead of %xColin Ian King
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com
2017-03-12net: via: via-velocity: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-12net: via: via-rhine: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-09via-velocity: remove null pointer check on array tdinfo->skb_dmaColin Ian King
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-11-17via-velocity: unconditionally drop frames with bad l2 lengthTimo Teräs
2015-10-16via-rhine: fix VLAN receive handling regression.Andrej Ota
2015-09-25net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selectedSudip Mukherjee
2015-06-28net: via: VIA_RHINE and VIA_VELOCITY should depend on HAS_DMAGeert Uytterhoeven
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2015-06-21net: via/Kconfig: replace USE_OF with OF_???Antonio Borneo
2015-06-21net: via-rhine: remove unneeded include fileAntonio Borneo
2015-05-04via-rhine: close SMP transmit races.françois romieu
2015-05-04via-rhine: dma_wmb transmit barrier.françois romieu
2015-05-04via-rhine: add consistent memory barrier in vlan receive code.françois romieu
2015-05-04via-rhine: kiss rx_head_desc goodbye.françois romieu
2015-05-04via-rhine: forbid holes in the receive descriptor ring.françois romieu
2015-05-04via-rhine: gotoize rhine_open error path.françois romieu
2015-05-04via-rhine: allocate and map receive buffer in a single transactionfrançois romieu
2015-05-04via-rhine: commit receive buffer address before descriptor status update.françois romieu
2015-03-17via-velocity: constify of_device_id arrayFabian Frederick
2015-03-17net: via-rhine: constify of_device_id arrayFabian Frederick
2015-02-24net: via-rhine: add BQL supportTino Reichardt
2015-01-19mii: Handle link state changes for forced modes in mii_check_media()Ben Hutchings
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-10-20net: ethernet: via: drop owner assignment from platform_driversWolfram Sang
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-09-01treewide: fix errors in printkMasanari Iida
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-06-12via-rhine: fix full-duplex with autoneg disableFrançois Cachereul
2014-05-05net: via-rhine: Convert #ifdef USE_MMIO to a runtime flagAlexey Charkov
2014-05-02net: via-rhine: Drop revision property, use quirks insteadAlexey Charkov
2014-04-23net: via-rhine: add OF bus bindingAlexey Charkov
2014-04-23net: via-rhine: reduce usage of the PCI-specific structAlexey Charkov
2014-04-23net: via-rhine: switch to generic DMA functionsAlexey Charkov
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-24via-velocity: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman
2014-03-24via-rhine: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman