aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-23Staging: bcm: Fix three initialization errors in InterfaceDld.cKevin McKinney1-4/+5
2011-10-23Staging: bcm: Fix coding style issues in InterfaceDld.cKevin McKinney1-213/+161
2011-10-11Staging: bcm: Fix coding style issues in InterfaceMisc.cKevin McKinney1-166/+138
2011-10-11Staging: bcm: Remove assignment from if conditions reported by checkpatch.plKevin McKinney1-6/+10
2011-10-11Staging: bcm: Fix coding style issues reported by checkpatch.plKevin McKinney1-12/+11
2011-10-11Staging: bcm: Fix assignment issue in if statement reported by checkpatch.pl.Kevin McKinney1-1/+2
2011-10-11Staging: bcm: Remove assignment in if condition reported by checkpatch.plKevin McKinney1-1/+2
2011-10-11Staging: bcm: Replace dated variable __FUNCTION__ reported by checkpatch.plKevin McKinney1-6/+6
2011-10-11Staging: bcm: Fix coding style issues reported by checkpatch.plKevin McKinney1-1039/+788
2011-09-29Staging: bcm: Alter LOC for readability/understandability purposesKevin McKinney1-1/+5
2011-09-29Staging: bcm: Add min/max restrictions for IOCTL_BCM_REGISTER_READ_PRIVATEKevin McKinney1-1/+5
2011-09-26drivers/staging/bcm/InterfaceDld.c: Fix checkpatch warningsMarcos Paulo de Souza1-47/+46
2011-09-19Staging: bcm: Add size maximum size restrictions for IOCTL_IDLE_REQKevin McKinney2-0/+7
2011-09-19Staging: bcm: Add size minimum size restrictions for IOCTL_IDLE_REQKevin McKinney1-1/+3
2011-08-23Staging: bcm: Macros: Fixed multiple coding style violations.Ben Wright1-170/+167
2011-08-23drivers/staging/bcm/nvm.c: add missing kfreeJulia Lawall1-4/+9
2011-08-23Staging: bcm: Fix memory leak reported during compile.Kevin McKinney1-0/+2
2011-08-23Staging: bcm: Fix a coding style error reported by checkpatch.plKevin McKinney2-2/+2
2011-08-23staging: bcm: fix coding style warnings and errors reported by checkpatch.pl toolKevin McKinney1-1644/+1512
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds8-71/+53
2011-07-05drivers: staging: bcm: sort: kill handrolled bubblesortChris Forbes1-44/+33
2011-07-05Remove unneeded version.h include from drivers/staging/bcm/headers.hJesper Juhl1-1/+0
2011-06-28staging: Fix recieve/receive typosJoe Perches5-18/+18
2011-06-28staging: remove unnecessary codeGreg Dietsche1-8/+2
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-5/+2
2011-03-31Fix common misspellingsLucas De Marchi13-61/+61
2011-03-14staging: bcm: Remove NULL check before kfreeIlia Mirkin1-9/+2
2011-03-09staging: bcm: optimize kmalloc to kzallocAlexander Beregalov2-7/+3
2011-03-09Staging: bcm: Bcmnet: fixed checkpatch script reported issuesVinay Sawal1-15/+16
2011-02-28drivers:staging:bcm:CmHost.c Remove one to many n's in a word.Justin P. Mattock1-1/+1
2011-02-18Staging: bcm: Bcmchar: Fix some checkpatch errorsJavier Martinez Canillas1-10/+10
2011-02-18Staging: bcm: Bcmchar: Fix style issues on bcm_char_read()Javier Martinez Canillas1-24/+28
2011-02-18Staging: bcm: Bcmchar: Fix style issues on bcm_char_release()Javier Martinez Canillas1-37/+31
2011-02-18Staging: bcm: Bcmchar: Fix style issues on bcm_char_open()Javier Martinez Canillas1-10/+12
2011-02-04Staging: bcm: Check correct user provided length and fix error code returnedJavier Martinez Canillas1-0/+7
2011-01-17staging: fix build failure in bcm driverAndres Salomon2-7/+6
2011-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds44-4554/+1483
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-1/+1
2010-12-06Staging: Beceem: more checkpatch.pl changes to InterfaceInit.cDan Carpenter1-12/+12
2010-12-06Staging: Beceem: improve debug printk statementsDan Carpenter1-23/+43
2010-12-06Staging: Beceem: use after free in bcm_exit()Dan Carpenter1-2/+1
2010-12-06Staging: Beceem: remove old kernel compatibility codeDan Carpenter4-29/+1
2010-12-06Staging: Beceem: white space changes to InterfaceInit.cDan Carpenter1-299/+236
2010-12-06Staging: Beceem: use lower case "int" instead of "INT"Dan Carpenter1-10/+10
2010-12-06Staging: Beceem: add USB id for BCSM250 Mobile WiMAXDan Carpenter2-0/+2
2010-11-17USB: fix leftover references to udev->autosuspend_delayAlan Stern1-1/+1
2010-11-16Staging: bcm: signedness bug in InitCardAndDownloadFirmware()Dan Carpenter1-1/+1
2010-11-16Staging: bcm: signedness bug in StoreSFParam()Dan Carpenter2-5/+5
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches3-4/+4
2010-11-16Staging: Merge 2.6.37-rc2 into staging-nextGreg Kroah-Hartman1-9/+18