Age | Commit message (Expand) | Author |
2011-05-06 | staging: vt6655: Fix warnings if CONFIG_PM is not defined | Larry Finger |
2011-04-25 | staging: Remove unnecessary semicolons when switch (foo) {...}; | Joe Perches |
2011-04-25 | staging: Remove unnecessary semicolons when for (foo) {...}; | Joe Perches |
2011-04-25 | staging: Remove unnecessary semicolons when if (foo) {...}; | Joe Perches |
2011-04-07 | Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2011-04-04 | Staging: vt665?: prevent modules from being built into the kernel. | Greg Kroah-Hartman |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-14 | staging: vt6655: Remove NULL check before kfree | Ilia Mirkin |
2011-02-28 | staging: vt6655: device_main.c remove one to many l's in the word. | Justin P. Mattock |
2011-01-21 | staging/vt6655: fix sparse warning "obsolete struct initializer" | Peter Huewe |
2010-11-16 | drivers/staging: Remove unnecessary semicolons | Joe Perches |
2010-10-28 | Merge 'staging-next' to Linus's tree | Greg Kroah-Hartman |
2010-10-05 | Staging: vt6655: Makefile: cleaned up Makefile cflag lines | Tracey Dent |
2010-09-20 | Staging: vt6655: remove unused update_BssList definition | Charles Clément |
2010-09-20 | Staging: vt6655: fix buffer overflow | Dan Carpenter |
2010-09-20 | staging: vt6655: '&pointer[0]' to 'pointer' fix | Andy Shevchenko |
2010-09-16 | Staging: vt665x: remove unused DEF definition | Charles Clément |
2010-09-16 | staging: vt6655: use '%pM' format to print MAC address | Andy Shevchenko |
2010-08-31 | staging: Use available error codes | Julia Lawall |
2010-08-31 | staging: vt6655: do not use PCI resources before pci_enable_device() | Kulikov Vasiliy |
2010-08-02 | Staging: vt6655: replace BOOL with in kernel bool | Charles Clément |
2010-08-02 | Staging: vt6655: replace FALSE with in kernel false | Charles Clément |
2010-08-02 | Staging: vt6655: replace TRUE with in kernel true | Charles Clément |
2010-07-08 | Staging: vt6655: use for_each_pci_dev() | Kulikov Vasiliy |
2010-07-08 | Staging: vt6655: simplify broadcast and multicast ethernet address test | Charles Clément |
2010-06-25 | Staging: vt6655: Add TODO entries on x86-64 pointers and .data size | Charles Clément |
2010-06-25 | Staging: vt6655: remove PUINT typedef | Charles Clément |
2010-06-24 | Staging: vt6655: remove BYTE typedef | Charles Clément |
2010-06-24 | Staging: vt6655: remove WORD typedef | Charles Clément |
2010-06-24 | Staging: vt6655: remove DWORD typedef | Charles Clément |
2010-06-22 | Staging: vt6655: remove DWORD_PTR pointer typedef | Charles Clément |
2010-06-22 | Staging: vt6655: remove ULONG_PTR typedef | Charles Clément |
2010-06-22 | Staging: vt6655: move channel mapping code from card.c to channel.c | Charles Clément |
2010-06-18 | Staging: vt6655: struct pci_driver cleanup | Charles Clément |
2010-06-18 | Staging: vt665*: fix typos concerning "management" | Uwe Kleine-König |
2010-06-18 | Staging: vt6655: fix up U32 conversion | Greg Kroah-Hartman |
2010-06-18 | Staging: vt6655: include linux/ headers instead of asm/ | Charles Clément |
2010-06-18 | Staging: vt6655: remove PDWORD typedef | Charles Clément |
2010-06-18 | Staging: vt6655: remove PWORD typedef | Charles Clément |
2010-06-18 | Staging: vt6655: remove PBYTE typedef | Charles Clément |
2010-06-18 | Staging: vt6655: remove custom ULONGLONG typedef | Charles Clément |
2010-06-18 | Staging: vt6655: remove custom ULONG typedef | Charles Clément |
2010-06-18 | Staging: vt6655: remove custom UINT typedef | Charles Clément |
2010-06-18 | Staging: vt6655: remove custom USHORT typedef | Charles Clément |
2010-06-18 | Staging: vt6655: remove custom UCHAR typedef | Charles Clément |
2010-06-18 | Staging: vt6655: remove custom LONG typedef | Charles Clément |
2010-06-18 | Staging: vt6655: remove custom INT typedef | Charles Clément |
2010-06-18 | Staging: vt6655: removed custom SHORT typedef | Charles Clément |
2010-06-18 | Staging: vt6655: removed custom CHAR typedef | Charles Clément |
2010-06-18 | Staging: vt6655: remove U32 custom macro | Charles Clément |