aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-04via-rhine: gotoize rhine_open error path.françois romieu1-6/+10
2015-05-04via-rhine: allocate and map receive buffer in a single transactionfrançois romieu1-14/+43
2015-05-04via-rhine: commit receive buffer address before descriptor status update.françois romieu1-0/+1
2015-03-17via-velocity: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-17net: via-rhine: constify of_device_id arrayFabian Frederick1-1/+1
2015-02-24net: via-rhine: add BQL supportTino Reichardt1-9/+20
2015-01-19mii: Handle link state changes for forced modes in mii_check_media()Ben Hutchings1-1/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2-5/+5
2014-10-20net: ethernet: via: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-09-01treewide: fix errors in printkMasanari Iida1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2-2/+2
2014-06-12via-rhine: fix full-duplex with autoneg disableFrançois Cachereul1-2/+3
2014-05-05net: via-rhine: Convert #ifdef USE_MMIO to a runtime flagAlexey Charkov1-47/+55
2014-05-02net: via-rhine: Drop revision property, use quirks insteadAlexey Charkov1-35/+42
2014-04-23net: via-rhine: add OF bus bindingAlexey Charkov2-115/+194
2014-04-23net: via-rhine: reduce usage of the PCI-specific structAlexey Charkov1-54/+62
2014-04-23net: via-rhine: switch to generic DMA functionsAlexey Charkov1-41/+43
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2014-03-24via-velocity: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman1-1/+1
2014-03-24via-rhine: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2014-03-19via-rhine: Disable device in error pathRoger Luethi1-3/+5
2014-03-18via: fix a punctuation typowangweidong1-1/+1
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-01-15net,via-rhine: Fix tx_timeout handlingRichard Weinberger1-0/+1
2013-11-28via-velocity: fix netif_receive_skb use in irq disabled section.françois romieu1-5/+6
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+3
2013-10-23net: via-rhine: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26via-rhine: fix VLAN priority field (PCP, IEEE 802.1p)Roger Luethi1-2/+7
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2013-08-15drivers/net/ethernet/via/via-velocity.c: update napi implementationJulia Lawall1-1/+3
2013-08-09net: via-rhine: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-07-19net/velocity: add poll controller function for velocity nicAmit Uttamchandani1-0/+20
2013-07-12via-rhine: fix dma mapping errorsNeil Horman1-1/+16
2013-06-28net/trivial: replace numeric with standard PM state macrosYijing Wang1-1/+1
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings1-2/+0
2013-05-20net: velocity: Add platform device support to VIA velocity driverTony Prisk3-129/+285
2013-05-20net: velocity: Convert to generic dma functionsTony Prisk2-26/+26
2013-05-20net: velocity: Rename vptr->dev to vptr->netdevTony Prisk2-35/+35
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2-2/+2
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2-6/+10
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2-5/+7
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+2
2013-02-02via-rhine: Fix bugs in NAPI support.David S. Miller1-6/+2
2013-01-28via-rhine: add 64bit statistics.Jamie Gloudon1-8/+39
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2-5/+3
2012-12-03via-velocity: remove __dev* attributesBill Pemberton1-10/+15
2012-12-03via-rhine: remove __dev* attributesBill Pemberton1-6/+6