summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via
Commit message (Expand)AuthorAgeFilesLines
* net,via-rhine: Fix tx_timeout handlingRichard Weinberger2014-01-161-0/+1
* via-velocity: fix netif_receive_skb use in irq disabled section.françois romieu2013-11-291-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/+0Star
|/
* 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-171-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-201-0/+20
|/
* via-rhine: fix dma mapping errorsNeil Horman2013-07-131-1/+16
* net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-291-1/+1
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-201-2/+0Star
* 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/+2Star
|\
| * via-rhine: Fix bugs in NAPI support.David S. Miller2013-02-031-6/+2Star
* | via-rhine: add 64bit statistics.Jamie Gloudon2013-01-291-8/+39
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-091-1/+0Star
|/
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-072-5/+3Star
* 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-021-5/+7
* | via-velocity: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-071-7/+2Star
* | 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-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-092-3/+1Star
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-312-4/+1Star
|/
* via-rhine: rework suspend and resume.Francois Romieu2012-01-071-21/+20Star
* via-rhine: per device debug level.Francois Romieu2012-01-071-90/+79Star
* via-rhine: RHINE_WAIT_FOR macro removal.Francois Romieu2012-01-071-24/+50
* via-rhine: move work from irq handler to softirq and beyond.Francois Romieu2012-01-071-177/+225
* via-rhine: remove useless forward declarations.Francois Romieu2012-01-071-7/+0Star
* via-rhine: balance interrupt acknowledge and events retrieval.Francois Romieu2012-01-071-8/+14
* via-rhine: factor out tx_thresh handlingFrancois Romieu2012-01-071-5/+12
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-2/+3
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-092-6/+10
* Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2011-11-142-6/+6
* 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
* MII: fix Kconfig dependencies for MIIJeff Kirsher2011-09-151-0/+2