aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: device_rx_srv check sk_buff is NULLMalcolm Priestley2015-08-121-0/+4
* vt6655: RFbSetPower fix missing rate RATE_12MMalcolm Priestley2015-05-091-0/+1
* staging: vt6655: Fix disassociated messages every 10 secondsMalcolm Priestley2014-09-131-1/+1
* staging: vt6655: Fix Warning on boot handle_irq_event_percpu.Malcolm Priestley2014-09-131-2/+5
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-266-858/+733
|\
| * Staging: vt6655: add some range checks before memcpy()Dan Carpenter2011-10-231-0/+6
| * Staging: vt6655: whitespace fixes to iotcl.cDan Carpenter2011-10-231-596/+491
| * Staging: vt6655: memory corruption in check in wpa_set_wpadev()Dan Carpenter2011-10-191-1/+3
| * Staging: vt6655-6: potential info leak in private_ioctl()Dan Carpenter2011-09-261-0/+1
| * staging: vt6655: simplify MAC printing by using %pMAndy Shevchenko2011-08-233-71/+18
| * staging: vt6655: Fixed all the indents and other errors in IEEE11h.cToon Schoenmakers2011-08-231-191/+215
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
|/
* staging: vt6655: Fix warnings if CONFIG_PM is not definedLarry Finger2011-05-061-1/+1
* staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches2011-04-251-1/+1
* staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches2011-04-253-6/+6
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-259-69/+69
* Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-04-071-1/+1
|\
| * Staging: vt665?: prevent modules from being built into the kernel.Greg Kroah-Hartman2011-04-041-1/+1
* | Fix common misspellingsLucas De Marchi2011-03-314-5/+5
|/
* staging: vt6655: Remove NULL check before kfreeIlia Mirkin2011-03-143-6/+3
* staging: vt6655: device_main.c remove one to many l's in the word.Justin P. Mattock2011-02-281-1/+1
* staging/vt6655: fix sparse warning "obsolete struct initializer"Peter Huewe2011-01-211-9/+9
* drivers/staging: Remove unnecessary semicolonsJoe Perches2010-11-163-4/+4
* Merge 'staging-next' to Linus's treeGreg Kroah-Hartman2010-10-286-22/+8
|\
| * Staging: vt6655: Makefile: cleaned up Makefile cflag linesTracey Dent2010-10-051-2/+2
| * Staging: vt6655: remove unused update_BssList definitionCharles Clément2010-09-201-7/+0
| * staging: vt6655: '&pointer[0]' to 'pointer' fixAndy Shevchenko2010-09-202-3/+2
| * Staging: vt665x: remove unused DEF definitionCharles Clément2010-09-161-4/+0
| * staging: vt6655: use '%pM' format to print MAC addressAndy Shevchenko2010-09-162-7/+4
| * staging: Use available error codesJulia Lawall2010-08-311-1/+1
| * staging: vt6655: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-08-311-1/+2
* | 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