summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/via/via-rhine.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-20net: ethernet: via: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-07-28net: Explicitly include correct DT includesRob Herring1-1/+1
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-4/+4
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2021-10-20ethernet: via-rhine: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-08-23via-rhine: Use of_device_get_match_data to simplify codeTang Bin1-7/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-17/+4
2020-09-30via-rhine: New device driver maintainerKevin Brace1-1/+1
2020-09-30via-rhine: Eliminate version informationKevin Brace1-15/+0
2020-09-30via-rhine: VTunknown1 device is really VT8251 South BridgeKevin Brace1-1/+1
2020-09-30via-rhine: Fix for the hardware having a reset failure after resumeKevin Brace1-0/+2
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-1/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-08-21via-rhine: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-3/+0
2017-11-29net: via: via-rhine: use %p to format void * address instead of %xColin Ian King1-2/+2
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com1-3/+2
2017-03-13net: via: via-rhine: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-5/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-10-16via-rhine: fix VLAN receive handling regression.Andrej Ota1-1/+2
2015-06-21net: via-rhine: remove unneeded include fileAntonio Borneo1-1/+0
2015-05-04via-rhine: close SMP transmit races.françois romieu1-6/+45
2015-05-04via-rhine: dma_wmb transmit barrier.françois romieu1-1/+1
2015-05-04via-rhine: add consistent memory barrier in vlan receive code.françois romieu1-8/+14
2015-05-04via-rhine: kiss rx_head_desc goodbye.françois romieu1-10/+3
2015-05-04via-rhine: forbid holes in the receive descriptor ring.françois romieu1-50/+53
2015-05-04via-rhine: gotoize rhine_open error path.françois romieu1-6/+10
2015-05-04via-rhine: allocate and map receive buffer in a single transactionfrançois romieu1-14/+43
2015-05-04via-rhine: commit receive buffer address before descriptor status update.françois romieu1-0/+1
2015-03-17net: via-rhine: constify of_device_id arrayFabian Frederick1-1/+1
2015-02-25net: via-rhine: add BQL supportTino Reichardt1-9/+20
2015-01-19mii: Handle link state changes for forced modes in mii_check_media()Ben Hutchings1-1/+2
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-3/+3
2014-10-20net: ethernet: via: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-12via-rhine: fix full-duplex with autoneg disableFrançois Cachereul1-2/+3
2014-05-05net: via-rhine: Convert #ifdef USE_MMIO to a runtime flagAlexey Charkov1-47/+55
2014-05-02net: via-rhine: Drop revision property, use quirks insteadAlexey Charkov1-35/+42
2014-04-23net: via-rhine: add OF bus bindingAlexey Charkov1-114/+193
2014-04-23net: via-rhine: reduce usage of the PCI-specific structAlexey Charkov1-54/+62
2014-04-23net: via-rhine: switch to generic DMA functionsAlexey Charkov1-41/+43
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2014-03-25via-rhine: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3