summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
Commit message (Expand)AuthorAgeFilesLines
* Staging: vt6655: fix buffer overflowDan Carpenter2010-09-201-3/+8
* Staging: vt6655: replace BOOL with in kernel boolCharles Clément2010-08-0250-472/+470
* Staging: vt6655: replace FALSE with in kernel falseCharles Clément2010-08-0230-589/+581
* Staging: vt6655: replace TRUE with in kernel trueCharles Clément2010-08-0231-768/+761
* Staging: vt6655: use for_each_pci_dev()Kulikov Vasiliy2010-07-081-1/+1
* Staging: vt6655: simplify broadcast and multicast ethernet address testCharles Clément2010-07-082-19/+9
* Staging: vt6655: Add TODO entries on x86-64 pointers and .data sizeCharles Clément2010-06-251-0/+2
* Staging: vt6655: remove PUINT typedefCharles Clément2010-06-258-147/+50
* Staging: vt6655: remove BYTE typedefCharles Clément2010-06-2455-965/+963
* Staging: vt6655: remove WORD typedefCharles Clément2010-06-2444-590/+589
* Staging: vt6655: remove DWORD typedefCharles Clément2010-06-2432-309/+308
* Staging: vt6655: remove DWORD_PTR pointer typedefCharles Clément2010-06-2213-196/+194
* Staging: vt6655: remove ULONG_PTR typedefCharles Clément2010-06-222-5/+4
* Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément2010-06-2212-982/+931
* Staging: vt6655: struct pci_driver cleanupCharles Clément2010-06-181-19/+19
* Staging: vt665*: fix typos concerning "management"Uwe Kleine-König2010-06-181-1/+1
* Staging: vt6655: fix up U32 conversionGreg Kroah-Hartman2010-06-182-2/+2
* Staging: vt6655: include linux/ headers instead of asm/Charles Clément2010-06-181-2/+2
* Staging: vt6655: remove PDWORD typedefCharles Clément2010-06-1814-84/+82
* Staging: vt6655: remove PWORD typedefCharles Clément2010-06-1821-133/+131
* Staging: vt6655: remove PBYTE typedefCharles Clément2010-06-1857-503/+503
* Staging: vt6655: remove custom ULONGLONG typedefCharles Clément2010-06-186-91/+87
* Staging: vt6655: remove custom ULONG typedefCharles Clément2010-06-1819-67/+67
* Staging: vt6655: remove custom UINT typedefCharles Clément2010-06-1847-538/+545
* Staging: vt6655: remove custom USHORT typedefCharles Clément2010-06-182-8/+7
* Staging: vt6655: remove custom UCHAR typedefCharles Clément2010-06-184-9/+10
* Staging: vt6655: remove custom LONG typedefCharles Clément2010-06-189-22/+20
* Staging: vt6655: remove custom INT typedefCharles Clément2010-06-186-43/+42
* Staging: vt6655: removed custom SHORT typedefCharles Clément2010-06-182-5/+4
* Staging: vt6655: removed custom CHAR typedefCharles Clément2010-06-183-4/+3
* Staging: vt6655: remove U32 custom macroCharles Clément2010-06-186-127/+124
* Staging: vt6655: remove U16 custom macroCharles Clément2010-06-184-30/+29
* Staging: vt6655: remove U8 custom macroCharles Clément2010-06-185-42/+41
* Staging: vt6655: remove I8 custom macroCharles Clément2010-06-184-11/+9
* Staging: vt6655: remove unused OUT definitionCharles Clément2010-06-181-4/+0
* Staging: vt6655: remove double definition of Calcu_LinkQualCharles Clément2010-06-181-4/+0
* Staging: vt6655: remove unused argument in ChannelValid functionCharles Clément2010-06-183-6/+5
* Staging: vt6655: use compare_ether_addr instead of custom macroCharles Clément2010-06-189-27/+20
* Staging: vt6655: use is_zero_ether_addr instead of custom macroCharles Clément2010-06-182-6/+1
* Staging: vt6655: use is_broadcast_ether_addr instead of custom macroCharles Clément2010-06-188-18/+13
* Staging: vt6655: use is_multicast_ether_addr instead of custom macroCharles Clément2010-06-185-14/+11
* Staging: vt6655: use ETH_ZLEN macro instead of custom oneCharles Clément2010-06-182-8/+2
* Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman2010-05-2160-1928/+1903
|\
| * Staging: vt6655: use ETH_FRAME_LEN macro instead of custom oneCharles Clément2010-05-182-6/+3
| * Staging: vt6655: use ETH_DATA_LEN macro instead of custom oneCharles Clément2010-05-184-7/+6
| * Staging: vt6655: use ETH_FCS_LEN macro instead of custom oneCharles Clément2010-05-182-2/+1
| * Staging: vt6655: use ETH_HLEN macro instead of custom oneCharles Clément2010-05-173-14/+12
| * Staging: vt6655: use ETH_ALEN macro instead of custom oneCharles Clément2010-05-1719-96/+96
| * Staging: Use kcalloc or kzallocJulia Lawall2010-05-142-4/+2
| * Staging: vt6655: remove OUT definitionCharles Clément2010-05-1419-114/+114
OpenPOWER on IntegriCloud