aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via/via-rhine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi1-2/+0
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
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 Pirko1-4/+6
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones1-3/+3
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12via-*: Move the VIA driversJeff Kirsher1-0/+2340