aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-04Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman3-7/+6
2010-03-03staging: vt6655: add missing curly bracesDan Carpenter1-2/+4
2010-03-03Staging: v56655: add missing parentheses (in comment)Roel Kluin1-1/+1
2010-03-03Staging: vt6655/device_main.c: use %pM to shown MAC addressH Hartley Sweeten1-4/+1
2010-02-18staging: convert to use netdev_for_each_mc_addrJiri Pirko1-4/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2009-12-23Staging/vt66*: kconfig, depends on WLANRandy Dunlap1-1/+1
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa3-5/+5
2009-12-11Staging: vt665*: fix printk formatsRandy Dunlap1-2/+2
2009-12-11Staging: vt6655: remove __cplusplus ifdefsShawn Bohrer1-17/+0
2009-12-11Staging: vt6655 remove unneeded version.hShawn Bohrer1-1/+0
2009-12-11Staging: vt6655 remove duplicate includesShawn Bohrer1-1/+0
2009-12-11Staging: vt6655 remove kcompat.hShawn Bohrer2-40/+0
2009-12-11Staging: vt6655: Correct unsigned bound issueRoel Kluin1-1/+1
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+2
2009-11-30Staging: update TODO filesBartlomiej Zolnierkiewicz1-3/+2
2009-10-07staging: Add proper selection of WIRELESS_EXT and WEXT_PRIVLarry Finger1-1/+3
2009-09-15Staging: vt665x: fix built-in compilingAlexander Beregalov2-7/+1
2009-09-15Staging: vt665x: rename the module binaryGreg Kroah-Hartman1-2/+2
2009-09-15Staging: vt6655: fix possible Read buffer overflowRoel Kluin1-4/+8
2009-09-15Staging: vt665x: remove tbit.h part 2Jim Lieb19-221/+129
2009-09-15Staging: vt665x: remove tpci.h fileJim Lieb3-120/+6
2009-09-15Staging: vt665x: Remove umem.h Part 1Jim Lieb20-289/+198
2009-09-15Staging: vt665x: Clean up include files, Part 2Jim Lieb74-1132/+11
2009-09-15Staging: vt665x: Typedef and macro cleanup Part 2Jim Lieb24-503/+101
2009-09-15Staging: vt6655: add TODOBartlomiej Zolnierkiewicz1-0/+21
2009-09-15Staging: vt665x: Text janitor in prep for driver merge, part 2Jim Lieb37-216/+216
2009-09-15Staging: vt6655 textual cleanup in prep for driver mergeJim Lieb24-844/+846
2009-09-15Staging: vt665x: 64bit compile fixes Part 1Jim Lieb8-29/+28
2009-09-15Staging: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-König5-6/+6
2009-09-15Staging: vt6655: remove unused Makefile.{arm,x86} filesBartlomiej Zolnierkiewicz2-390/+0
2009-09-15Staging: vt6655: remove PRIVATE_OBJ ifdefsBartlomiej Zolnierkiewicz7-512/+0
2009-09-15Staging: vt6655: Remove Makefile refs to EXPORT_SYMTABRobert P. J. Day3-3/+3
2009-09-15Staging: vt665x: depend on WIRELESS_EXTAlexander Beregalov5-25/+1
2009-09-15Staging: vt6655: remove dependency on WIRELESS_EXT versionAlexander Beregalov5-190/+2
2009-09-15Staging: vt6655: fix build when !CONFIG_WIRELESS_EXTAlexander Beregalov1-7/+2
2009-07-12Staging: vt6655: compile fixAlan Cox1-5/+5
2009-06-19Staging: vt6655: uses pci functions, should depend on PCIRandy Dunlap1-0/+1
2009-06-19Staging: vt6655: Integrate drivers/staging/vt6655 into build system.Forest Bond2-218/+43
2009-06-19Staging: vt6655: use net_device_ops for management functionsForest Bond2-7/+17
2009-06-19Staging: vt6655: Remove LINUX_VERSION_CODE preprocessor conditionals.Forest Bond6-409/+16
2009-06-19Staging: vt6655: Replace net_device->priv accesses with netdev_priv calls.Forest Bond4-54/+51
2009-06-19Staging: vt6655: Build vt6655.ko, not viawget.ko.Forest Bond1-1/+1
2009-06-19Staging: vt6655: Drop obsolete fsuid/fsgid accesses.Forest Bond1-8/+14
2009-06-19Staging: vt6655 Add includes to drivers/staging/vt6655.Forest Bond4-0/+1168
2009-06-19Staging: Add pristine upstream vt6655 driver sourcesForest Bond78-0/+49521