aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/via/via-velocity.c
AgeCommit message (Expand)Author
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
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell
2011-09-22via-velocity: convert to SKB paged frag API.Ian Campbell
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-12via-*: Move the VIA driversJeff Kirsher