summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/via/via-velocity.c
AgeCommit message (Expand)Author
2023-09-20net: ethernet: via: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-04-29eth: velocity: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2021-10-20ethernet: via-velocity: use eth_hw_addr_set()Jakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-23via-velocity: Use of_device_get_match_data to simplify codeTang Bin
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-17net: via: Fix wrong function name in commentsYang Shen
2021-03-30net: ethernet: Fix typo of 'network' in commentEric Lin
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-08-04via-velocity: Use more typical logging stylesJoe Perches
2020-03-14net: via: reject unsupported coalescing paramsJakub Kicinski
2020-01-06via-velocity: allow nesting of ethtool_ops begin() and complete()Michal Kubecek
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 23Thomas Gleixner
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-03-12net: via: via-velocity: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-09-09via-velocity: remove null pointer check on array tdinfo->skb_dmaColin Ian King
2015-11-17via-velocity: unconditionally drop frames with bad l2 lengthTimo Teräs
2015-03-17via-velocity: constify of_device_id arrayFabian Frederick
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-03-24via-velocity: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman
2013-11-28via-velocity: fix netif_receive_skb use in irq disabled section.françois romieu
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-15drivers/net/ethernet/via/via-velocity.c: update napi implementationJulia Lawall
2013-07-19net/velocity: add poll controller function for velocity nicAmit Uttamchandani
2013-06-28net/trivial: replace numeric with standard PM state macrosYijing Wang
2013-05-20net: velocity: Add platform device support to VIA velocity driverTony Prisk
2013-05-20net: velocity: Convert to generic dma functionsTony Prisk
2013-05-20net: velocity: Rename vptr->dev to vptr->netdevTony Prisk
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03via-velocity: remove __dev* attributesBill Pemberton
2012-06-06ethernet: Remove casts to same typeJoe Perches
2012-04-07via-velocity: stop using net_device.{base_addr, irq}.Francois Romieu
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi
2012-02-05via-velocity: S3 resume fix.David Lv