summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman2010-05-2175-3879/+3529Star
|\
| * Staging: vt6656: use ETH_HLEN macro instead of custom oneCharles Clément2010-05-182-14/+12Star
| * Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefsAndres More2010-05-1848-692/+700
| * Staging: vt6656: removed custom CHAR/SHORT/INT/LONG typedefsAndres More2010-05-1810-56/+77
| * Staging: Use kcalloc or kzallocJulia Lawall2010-05-142-4/+2Star
| * staging: vt6656: code cleanup, removed unused I8 macroAndres More2010-05-141-7/+0Star
| * staging: vt6656: code cleanup, replaced U32 macro with u32Andres More2010-05-143-137/+112Star
| * staging: vt6656: code cleanup, replaced U16 macro with u16Andres More2010-05-142-24/+23Star
| * staging: vt6656: code cleanup, replaced U8 macro with u8Andres More2010-05-142-40/+32Star
| * staging: vt6656: card.h: code cleanup, resolved checkpatch findingsAndres More2010-05-121-15/+9Star
| * Staging: Drop memory allocation castJulia Lawall2010-05-123-4/+4
| * staging: vt6656: aes_ccmp.c: code cleanup, cleared checkpatch findingsAndres More2010-05-121-289/+272Star
| * staging: vt6656: code cleanup, removed HANDLE definition in ttype.hAndres More2010-05-1118-781/+506Star
| * Staging: vt6656: code cleanup, resolved sparse findingAndres More2010-05-111-37/+40
| * Staging: vt6656: code cleanup, removed OUT definitionAndres More2010-05-1121-111/+85Star
| * Staging: vt6656: removed SUCCESS define as it is not usedAndres More2010-05-111-5/+0Star
| * Staging: vt6656: code cleanup, fixed comments style at the end of headersAndres More2010-05-1138-106/+38Star
| * Staging: vt6656: removed VOID/PVOID definitionsAndres More2010-05-1145-427/+409Star
| * Staging: vt6656: Removed IN definitionAndres More2010-05-1139-965/+960Star
| * Staging: vt6656: Rename hostap_set_hostapd, hostap_iotctl.Forest Bond2010-05-114-9/+9
| * Staging: vt6656: incorporated ETH_ALEN macro instead of custom oneAndres More2010-05-1118-227/+310
| * Staging: vt6656: struct usb_driver cleanupAndres More2010-05-111-40/+32Star
| * staging: vt6656: cleared checkpatch.pl findings in 80211hdr.hAndres More2010-05-111-50/+33Star
| * Staging: vt6656: int.c: Fixed Coding Style issuesDaniel Kenji Toyama2010-05-111-109/+141
| * Staging: vt6656: tcrc.c: Fixed coding style issuesDaniel Kenji Toyama2010-05-111-10/+11
| * Staging: vt6656: tether.c: Fixed coding style issuesDaniel Kenji Toyama2010-05-111-23/+22Star
| * Staging: vt6656: michael.c: Fixed coding style issuesDaniel Kenji Toyama2010-05-111-91/+86Star
| * Staging: vt6656: control.c: Fixed coding style issuesDaniel Kenji Toyama2010-05-111-49/+38Star
| * Staging: vt6656: rc4.c: Fixed coding style issuesDaniel Kenji Toyama2010-05-111-39/+39
| * Staging: vt6656: Hoist assign from ifJoe Perches2010-05-112-11/+22
| * Staging: drop redundant memsetJulia Lawall2010-05-111-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-211-3/+3
|\ \
| * | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
| |/
* / Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse2010-03-291-3/+3
|/
* staging: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-3/+2Star
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-2/+3
* Staging/vt66*: kconfig, depends on WLANRandy Dunlap2009-12-231-1/+1
* Staging: fix assorted typos all over the placeAndré Goddard Rosa2009-12-117-9/+9
* Staging: vt665*: fix printk formatsRandy Dunlap2009-12-112-3/+3
* Staging: vt6656 remove unneeded version.h and version checkShawn Bohrer2009-12-112-7/+0Star
* Staging: vt6656 remove duplicate includesShawn Bohrer2009-12-114-5/+0Star
* Staging: vt6656 remove kcompat.hShawn Bohrer2009-12-112-40/+0Star
* Staging: vt6655: Correct unsigned bound issueRoel Kluin2009-12-111-1/+1
* Staging: vt6656: use lowercase for VIA USB vendor idOtavio Salvador2009-12-111-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-021-3/+2Star
|\
| * Staging: update TODO filesBartlomiej Zolnierkiewicz2009-12-011-3/+2Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-1/+0Star
|\|
| * Staging: vt6656: fix the memory free bug in vntwusb_disconnect()miaofng2009-10-301-1/+0Star
* | staging: Add proper selection of WIRELESS_EXT and WEXT_PRIVLarry Finger2009-10-071-1/+3
|/
* Staging: vt665x: fix built-in compilingAlexander Beregalov2009-09-152-7/+1Star