aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/dpc.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-24/+6
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-251-5/+5
* Staging: vt6655: replace BOOL with in kernel boolCharles Clément2010-08-021-24/+24
* Staging: vt6655: replace FALSE with in kernel falseCharles Clément2010-08-021-44/+44
* Staging: vt6655: replace TRUE with in kernel trueCharles Clément2010-08-021-35/+35
* Staging: vt6655: simplify broadcast and multicast ethernet address testCharles Clément2010-07-081-1/+1
* Staging: vt6655: remove PUINT typedefCharles Clément2010-06-251-34/+14
* Staging: vt6655: remove BYTE typedefCharles Clément2010-06-241-12/+12
* Staging: vt6655: remove WORD typedefCharles Clément2010-06-241-5/+5
* Staging: vt6655: remove DWORD typedefCharles Clément2010-06-241-8/+8
* Staging: vt6655: remove PDWORD typedefCharles Clément2010-06-181-18/+18
* Staging: vt6655: remove PWORD typedefCharles Clément2010-06-181-16/+16
* Staging: vt6655: remove PBYTE typedefCharles Clément2010-06-181-53/+53
* Staging: vt6655: remove custom ULONGLONG typedefCharles Clément2010-06-181-2/+2
* Staging: vt6655: remove custom UINT typedefCharles Clément2010-06-181-20/+20
* Staging: vt6655: remove custom LONG typedefCharles Clément2010-06-181-2/+2
* Staging: vt6655: remove custom INT typedefCharles Clément2010-06-181-8/+8
* Staging: vt6655: use compare_ether_addr instead of custom macroCharles Clément2010-06-181-3/+3
* Staging: vt6655: use is_broadcast_ether_addr instead of custom macroCharles Clément2010-06-181-1/+1
* Staging: vt6655: use is_multicast_ether_addr instead of custom macroCharles Clément2010-06-181-2/+2
* Staging: vt6655: use ETH_FCS_LEN macro instead of custom oneCharles Clément2010-05-181-1/+1
* Staging: vt6655: use ETH_ALEN macro instead of custom oneCharles Clément2010-05-171-7/+7
* Staging: vt6655: remove OUT definitionCharles Clément2010-05-141-20/+20
* Staging: vt6655: remove IN definitionCharles Clément2010-05-141-54/+54
* Staging: vt6655: remove HANDLE definition and useCharles Clément2010-05-141-5/+5
* Staging: vt6655: remove PVOID definition and useCharles Clément2010-05-111-1/+1
* Staging: vt6655: remove VOID definition and useCharles Clément2010-05-111-5/+5
* Staging: vt665x: remove tbit.h part 2Jim Lieb2009-09-151-6/+5
* Staging: vt665x: Remove umem.h Part 1Jim Lieb2009-09-151-6/+5
* Staging: vt665x: Clean up include files, Part 2Jim Lieb2009-09-151-37/+0
* Staging: vt665x: Typedef and macro cleanup Part 2Jim Lieb2009-09-151-4/+4
* Staging: vt665x: Text janitor in prep for driver merge, part 2Jim Lieb2009-09-151-7/+14
* Staging: vt6655 textual cleanup in prep for driver mergeJim Lieb2009-09-151-53/+53
* Staging: vt665x: 64bit compile fixes Part 1Jim Lieb2009-09-151-3/+3
* Staging: vt6655: remove PRIVATE_OBJ ifdefsBartlomiej Zolnierkiewicz2009-09-151-106/+0
* Staging: vt6655: Remove LINUX_VERSION_CODE preprocessor conditionals.Forest Bond2009-06-191-22/+2
* Staging: Add pristine upstream vt6655 driver sourcesForest Bond2009-06-191-0/+1688