summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via/via-rhine.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: via: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+1
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* ethernet: via-rhine: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+3
* 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-271-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-251-1/+1
|/
* 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
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-3/+0
* 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-rhine: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-121-6/+8
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* 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
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* via-rhine: fix VLAN receive handling regression.Andrej Ota2015-10-161-1/+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
* 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-131-3/+3
* net: ethernet: via: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* 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-231-114/+193
* 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