aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-06ethernet: Remove casts to same typeJoe Perches1-1/+1
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2012-04-07via-velocity: stop using net_device.{base_addr, irq}.Francois Romieu1-7/+2
2012-04-07via-rhine: stop using net_device.{base_addr, irq}.Francois Romieu1-6/+6
2012-04-01via-rhine: fix wait-bit inversion.Andreas Mohr1-5/+7
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2-3/+1
2012-02-05via-velocity: S3 resume fix.David Lv1-3/+0
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches2-4/+1
2012-01-07via-rhine: rework suspend and resume.Francois Romieu1-21/+20
2012-01-07via-rhine: per device debug level.Francois Romieu1-90/+79
2012-01-07via-rhine: RHINE_WAIT_FOR macro removal.Francois Romieu1-24/+50
2012-01-07via-rhine: move work from irq handler to softirq and beyond.Francois Romieu1-177/+225
2012-01-07via-rhine: remove useless forward declarations.Francois Romieu1-7/+0
2012-01-07via-rhine: balance interrupt acknowledge and events retrieval.Francois Romieu1-8/+14
2012-01-07via-rhine: factor out tx_thresh handlingFrancois Romieu1-5/+12
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-2/+3
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2-6/+10
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2-6/+6
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-1/+1
2011-09-22via-velocity: convert to SKB paged frag API.Ian Campbell1-3/+4
2011-09-15MII: fix Kconfig dependencies for MIIJeff Kirsher1-0/+2