aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman75-3879/+3529
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-3/+3
2010-05-18Staging: vt6656: use ETH_HLEN macro instead of custom oneCharles Clément2-14/+12
2010-05-18Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefsAndres More48-692/+700
2010-05-18Staging: vt6656: removed custom CHAR/SHORT/INT/LONG typedefsAndres More10-56/+77
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall2-4/+2
2010-05-14staging: vt6656: code cleanup, removed unused I8 macroAndres More1-7/+0
2010-05-14staging: vt6656: code cleanup, replaced U32 macro with u32Andres More3-137/+112
2010-05-14staging: vt6656: code cleanup, replaced U16 macro with u16Andres More2-24/+23
2010-05-14staging: vt6656: code cleanup, replaced U8 macro with u8Andres More2-40/+32
2010-05-11staging: vt6656: card.h: code cleanup, resolved checkpatch findingsAndres More1-15/+9
2010-05-11Staging: Drop memory allocation castJulia Lawall3-4/+4
2010-05-11staging: vt6656: aes_ccmp.c: code cleanup, cleared checkpatch findingsAndres More1-289/+272
2010-05-11staging: vt6656: code cleanup, removed HANDLE definition in ttype.hAndres More18-781/+506
2010-05-11Staging: vt6656: code cleanup, resolved sparse findingAndres More1-37/+40
2010-05-11Staging: vt6656: code cleanup, removed OUT definitionAndres More21-111/+85
2010-05-11Staging: vt6656: removed SUCCESS define as it is not usedAndres More1-5/+0
2010-05-11Staging: vt6656: code cleanup, fixed comments style at the end of headersAndres More38-106/+38
2010-05-11Staging: vt6656: removed VOID/PVOID definitionsAndres More45-427/+409
2010-05-11Staging: vt6656: Removed IN definitionAndres More39-965/+960
2010-05-11Staging: vt6656: Rename hostap_set_hostapd, hostap_iotctl.Forest Bond4-9/+9
2010-05-11Staging: vt6656: incorporated ETH_ALEN macro instead of custom oneAndres More18-227/+310
2010-05-11Staging: vt6656: struct usb_driver cleanupAndres More1-40/+32
2010-05-11staging: vt6656: cleared checkpatch.pl findings in 80211hdr.hAndres More1-50/+33
2010-05-11Staging: vt6656: int.c: Fixed Coding Style issuesDaniel Kenji Toyama1-109/+141
2010-05-11Staging: vt6656: tcrc.c: Fixed coding style issuesDaniel Kenji Toyama1-10/+11
2010-05-11Staging: vt6656: tether.c: Fixed coding style issuesDaniel Kenji Toyama1-23/+22
2010-05-11Staging: vt6656: michael.c: Fixed coding style issuesDaniel Kenji Toyama1-91/+86
2010-05-11Staging: vt6656: control.c: Fixed coding style issuesDaniel Kenji Toyama1-49/+38
2010-05-11Staging: vt6656: rc4.c: Fixed coding style issuesDaniel Kenji Toyama1-39/+39
2010-05-11Staging: vt6656: Hoist assign from ifJoe Perches2-11/+22
2010-05-11Staging: drop redundant memsetJulia Lawall1-2/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-29Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse1-3/+3
2010-02-18staging: convert to use netdev_for_each_mc_addrJiri Pirko1-3/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+3
2009-12-23Staging/vt66*: kconfig, depends on WLANRandy Dunlap1-1/+1
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa7-9/+9
2009-12-11Staging: vt665*: fix printk formatsRandy Dunlap2-3/+3
2009-12-11Staging: vt6656 remove unneeded version.h and version checkShawn Bohrer2-7/+0
2009-12-11Staging: vt6656 remove duplicate includesShawn Bohrer4-5/+0
2009-12-11Staging: vt6656 remove kcompat.hShawn Bohrer2-40/+0
2009-12-11Staging: vt6655: Correct unsigned bound issueRoel Kluin1-1/+1
2009-12-11Staging: vt6656: use lowercase for VIA USB vendor idOtavio Salvador1-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-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2009-10-30Staging: vt6656: fix the memory free bug in vntwusb_disconnect()miaofng1-1/+0
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