summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via/via-velocity.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 23Thomas Gleixner2019-05-211-11/+1Star
* 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/+4Star
* via-velocity: remove null pointer check on array tdinfo->skb_dmaColin Ian King2016-09-101-12/+9Star
* via-velocity: unconditionally drop frames with bad l2 lengthTimo Teräs2015-11-171-21/+3Star
* 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/+0Star
* 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/+25Star
* 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/+2Star
* 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/+2Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-111-3/+0Star
|\
| * via-velocity: S3 resume fix.David Lv2012-02-051-3/+0Star
* | netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-091-1/+1
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-3/+1Star
|/
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-091-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
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-201-4/+0Star
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* via-*: Move the VIA driversJeff Kirsher2011-08-121-0/+3592