summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via/via-velocity.c
Commit message (Expand)AuthorAgeFilesLines
* ethernet: via-velocity: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+3
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* via-velocity: Use of_device_get_match_data to simplify codeTang Bin2021-08-231-4/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: via: Fix wrong function name in commentsYang Shen2021-05-171-3/+3
* net: ethernet: Fix typo of 'network' in commentEric Lin2021-03-301-1/+1
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-13/+14
* drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2020-09-251-13/+0
* via-velocity: Use more typical logging stylesJoe Perches2020-08-041-78/+85
* net: via: reject unsupported coalescing paramsJakub Kicinski2020-03-141-0/+2
* via-velocity: allow nesting of ethtool_ops begin() and complete()Michal Kubecek2020-01-061-4/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 23Thomas Gleixner2019-05-211-11/+1
* net: via-velocity: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei2019-02-061-1/+1
* net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"Colin Ian King2018-11-271-1/+1
* net: via: via-velocity: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-121-27/+35
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-7/+4
* via-velocity: remove null pointer check on array tdinfo->skb_dmaColin Ian King2016-09-091-12/+9
* via-velocity: unconditionally drop frames with bad l2 lengthTimo Teräs2015-11-171-21/+3
* via-velocity: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* net: ethernet: via: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+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-121-1/+1
|/
* via-velocity: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman2014-03-241-1/+1
* via-velocity: fix netif_receive_skb use in irq disabled section.françois romieu2013-11-281-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-1/+3
|\
| * drivers/net/ethernet/via/via-velocity.c: update napi implementationJulia Lawall2013-08-151-1/+3
* | net/velocity: add poll controller function for velocity nicAmit Uttamchandani2013-07-191-0/+20
|/
* net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-281-1/+1
* net: velocity: Add platform device support to VIA velocity driverTony Prisk2013-05-201-126/+282
* net: velocity: Convert to generic dma functionsTony Prisk2013-05-201-26/+25
* net: velocity: Rename vptr->dev to vptr->netdevTony Prisk2013-05-201-33/+33
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-2/+4
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-3/+4
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-3/+2
* via-velocity: remove __dev* attributesBill Pemberton2012-12-031-10/+15
* ethernet: Remove casts to same typeJoe Perches2012-06-061-1/+1
* via-velocity: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-071-7/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-101-3/+0
|\
| * via-velocity: S3 resume fix.David Lv2012-02-051-3/+0
* | netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-081-1/+1
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-3/+1
|/
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-081-2/+4
* Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2011-11-141-3/+3
* net: add skb frag size accessorsEric Dumazet2011-10-191-3/+3
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-1/+1
* via-velocity: convert to SKB paged frag API.Ian Campbell2011-09-221-3/+4