summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via/via-velocity.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-2/+2
* 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-281-1/+1
* net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-2/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-291-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-4/+4
* eth: velocity: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-2/+1
* 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-311-1/+1
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-261-13/+14
* drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2020-09-261-13/+0
* via-velocity: Use more typical logging stylesJoe Perches2020-08-041-78/+85
* net: via: reject unsupported coalescing paramsJakub Kicinski2020-03-151-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-071-1/+1
* net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"Colin Ian King2018-11-281-1/+1
* net: via: via-velocity: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-131-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-101-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-081-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-251-1/+1
* via-velocity: fix netif_receive_skb use in irq disabled section.françois romieu2013-11-291-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-171-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-201-0/+20
|/
* net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-291-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-111-3/+0
|\
| * via-velocity: S3 resume fix.David Lv2012-02-051-3/+0