summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655
AgeCommit message (Expand)Author
2010-08-02Staging: vt6655: replace BOOL with in kernel boolCharles Clément
2010-08-02Staging: vt6655: replace FALSE with in kernel falseCharles Clément
2010-08-02Staging: vt6655: replace TRUE with in kernel trueCharles Clément
2010-07-08Staging: vt6655: use for_each_pci_dev()Kulikov Vasiliy
2010-07-08Staging: vt6655: simplify broadcast and multicast ethernet address testCharles Clément
2010-06-25Staging: vt6655: Add TODO entries on x86-64 pointers and .data sizeCharles Clément
2010-06-25Staging: vt6655: remove PUINT typedefCharles Clément
2010-06-24Staging: vt6655: remove BYTE typedefCharles Clément
2010-06-24Staging: vt6655: remove WORD typedefCharles Clément
2010-06-24Staging: vt6655: remove DWORD typedefCharles Clément
2010-06-22Staging: vt6655: remove DWORD_PTR pointer typedefCharles Clément
2010-06-22Staging: vt6655: remove ULONG_PTR typedefCharles Clément
2010-06-22Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément
2010-06-18Staging: vt6655: struct pci_driver cleanupCharles Clément
2010-06-18Staging: vt665*: fix typos concerning "management"Uwe Kleine-König
2010-06-18Staging: vt6655: fix up U32 conversionGreg Kroah-Hartman
2010-06-18Staging: vt6655: include linux/ headers instead of asm/Charles Clément
2010-06-18Staging: vt6655: remove PDWORD typedefCharles Clément
2010-06-18Staging: vt6655: remove PWORD typedefCharles Clément
2010-06-18Staging: vt6655: remove PBYTE typedefCharles Clément
2010-06-18Staging: vt6655: remove custom ULONGLONG typedefCharles Clément
2010-06-18Staging: vt6655: remove custom ULONG typedefCharles Clément
2010-06-18Staging: vt6655: remove custom UINT typedefCharles Clément
2010-06-18Staging: vt6655: remove custom USHORT typedefCharles Clément
2010-06-18Staging: vt6655: remove custom UCHAR typedefCharles Clément
2010-06-18Staging: vt6655: remove custom LONG typedefCharles Clément
2010-06-18Staging: vt6655: remove custom INT typedefCharles Clément
2010-06-18Staging: vt6655: removed custom SHORT typedefCharles Clément
2010-06-18Staging: vt6655: removed custom CHAR typedefCharles Clément
2010-06-18Staging: vt6655: remove U32 custom macroCharles Clément
2010-06-18Staging: vt6655: remove U16 custom macroCharles Clément
2010-06-18Staging: vt6655: remove U8 custom macroCharles Clément
2010-06-18Staging: vt6655: remove I8 custom macroCharles Clément
2010-06-18Staging: vt6655: remove unused OUT definitionCharles Clément
2010-06-18Staging: vt6655: remove double definition of Calcu_LinkQualCharles Clément
2010-06-18Staging: vt6655: remove unused argument in ChannelValid functionCharles Clément
2010-06-18Staging: vt6655: use compare_ether_addr instead of custom macroCharles Clément
2010-06-18Staging: vt6655: use is_zero_ether_addr instead of custom macroCharles Clément
2010-06-18Staging: vt6655: use is_broadcast_ether_addr instead of custom macroCharles Clément
2010-06-18Staging: vt6655: use is_multicast_ether_addr instead of custom macroCharles Clément
2010-06-18Staging: vt6655: use ETH_ZLEN macro instead of custom oneCharles Clément
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-05-18Staging: vt6655: use ETH_FRAME_LEN macro instead of custom oneCharles Clément
2010-05-18Staging: vt6655: use ETH_DATA_LEN macro instead of custom oneCharles Clément
2010-05-18Staging: vt6655: use ETH_FCS_LEN macro instead of custom oneCharles Clément
2010-05-17Staging: vt6655: use ETH_HLEN macro instead of custom oneCharles Clément
2010-05-17Staging: vt6655: use ETH_ALEN macro instead of custom oneCharles Clément
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall
2010-05-14Staging: vt6655: remove OUT definitionCharles Clément