summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-1/+1
|\
| * treewide: fix errors in printkMasanari Iida2014-09-011-1/+1
* | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-2/+2
|/
* via-rhine: fix full-duplex with autoneg disableFrançois Cachereul2014-06-121-2/+3
* net: via-rhine: Convert #ifdef USE_MMIO to a runtime flagAlexey Charkov2014-05-051-47/+55
* net: via-rhine: Drop revision property, use quirks insteadAlexey Charkov2014-05-021-35/+42
* net: via-rhine: add OF bus bindingAlexey Charkov2014-04-232-115/+194
* net: via-rhine: reduce usage of the PCI-specific structAlexey Charkov2014-04-231-54/+62
* net: via-rhine: switch to generic DMA functionsAlexey Charkov2014-04-231-41/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-3/+5
|\
| * via-rhine: Disable device in error pathRoger Luethi2014-03-191-3/+5
* | via-velocity: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman2014-03-241-1/+1
* | via-rhine: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-3/+3
* | via: fix a punctuation typowangweidong2014-03-181-1/+1
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-4/+4
|/
* net,via-rhine: Fix tx_timeout handlingRichard Weinberger2014-01-151-0/+1
* via-velocity: fix netif_receive_skb use in irq disabled section.françois romieu2013-11-281-5/+6
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+3
|\
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+3
* | net: via-rhine: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0
|/
* via-rhine: fix VLAN priority field (PCP, IEEE 802.1p)Roger Luethi2013-09-261-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-1/+3
|\
| * drivers/net/ethernet/via/via-velocity.c: update napi implementationJulia Lawall2013-08-151-1/+3
* | net: via-rhine: Fix incorrect placement of __initdataSachin Kamat2013-08-091-1/+1
* | net/velocity: add poll controller function for velocity nicAmit Uttamchandani2013-07-191-0/+20
|/
* via-rhine: fix dma mapping errorsNeil Horman2013-07-121-1/+16
* net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-281-1/+1
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-191-2/+0
* net: velocity: Add platform device support to VIA velocity driverTony Prisk2013-05-203-129/+285
* net: velocity: Convert to generic dma functionsTony Prisk2013-05-202-26/+26
* net: velocity: Rename vptr->dev to vptr->netdevTony Prisk2013-05-202-35/+35
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-192-2/+2
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-192-6/+10
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-192-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-6/+2
|\
| * via-rhine: Fix bugs in NAPI support.David S. Miller2013-02-021-6/+2
* | via-rhine: add 64bit statistics.Jamie Gloudon2013-01-281-8/+39
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
|/
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-072-5/+3
* via-velocity: remove __dev* attributesBill Pemberton2012-12-031-10/+15
* via-rhine: remove __dev* attributesBill Pemberton2012-12-031-6/+6
* ethernet: Remove casts to same typeJoe Perches2012-06-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-5/+7
|\
| * via-rhine: fix wait-bit inversion.Andreas Mohr2012-04-011-5/+7
* | via-velocity: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-071-7/+2
* | via-rhine: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-071-6/+6
|/
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-101-3/+0
|\
| * via-velocity: S3 resume fix.David Lv2012-02-051-3/+0
* | netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-082-3/+1
OpenPOWER on IntegriCloud