summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Bcmchar.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: bcm: Use memdup_user rather than duplicating its implementationThomas Meyer2012-02-081-25/+12
* Staging: bcm: Fix an integer overflow in IOCTL_BCM_NVM_READ/WRITEKevin McKinney2012-02-081-1/+3
* Staging: bcm: Fix an invalid dereference to a kmalloc in IOCTL_BCM_BULK_WRMKevin McKinney2011-12-221-1/+3
* Staging: bcm: Fix information leak in IOCTL_BCM_GET_DRIVER_VERSIONKevin McKinney2011-12-221-1/+5
* Staging: bcm: Alter return value for copy_to/from_user() to "return -EFAULT" ...Kevin McKinney2011-12-081-34/+41
* Staging: bcm: Alter code to move error handling closer to the calls; and remo...Kevin McKinney2011-12-081-9/+5
* Staging: bcm: Fix double free of 'pReadData' in IOCTL_BCM_NVM_WRITE.Kevin McKinney2011-12-081-1/+1
* Staging: bcm: Reverse semaphore locking in IOCTL_BCM_BUFFER_DOWNLOAD_STOP.Kevin McKinney2011-11-291-5/+5
* Staging: bcm: Alter code to move error handling closer to the calls.Kevin McKinney2011-11-291-66/+66
* Staging: bcm: Clean up patch that calls semaphore down_trylock directly.Kevin McKinney2011-11-291-5/+2
* Staging: bcm: Fix semaphore locking error when downloading firmware.Kevin McKinney2011-11-261-4/+13
* Staging: bcm: Fix semaphore locking bug in, IOCTL_BCM_BUFFER_DOWNLOADKevin McKinney2011-11-261-0/+1
* Staging: bcm: Remove unnecessary "do while" statement in, IOCTL_BCM_BUFFER_DO...Kevin McKinney2011-11-261-41/+38
* Staging: bcm: Clean up code in ioctl: IOCTL_BCM_EEPROM_REGISTER_READKevin McKinney2011-11-261-1/+5
* Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE,...Kevin McKinney2011-11-261-15/+34
* Staging: bcm: Alter LOC for readability/understandability purposesKevin McKinney2011-09-291-1/+5
* Staging: bcm: Add min/max restrictions for IOCTL_BCM_REGISTER_READ_PRIVATEKevin McKinney2011-09-291-1/+5
* Staging: bcm: Add size maximum size restrictions for IOCTL_IDLE_REQKevin McKinney2011-09-191-0/+3
* Staging: bcm: Add size minimum size restrictions for IOCTL_IDLE_REQKevin McKinney2011-09-191-1/+3
* Staging: bcm: Fix memory leak reported during compile.Kevin McKinney2011-08-231-0/+2
* Staging: bcm: Fix a coding style error reported by checkpatch.plKevin McKinney2011-08-231-2/+0
* staging: bcm: fix coding style warnings and errors reported by checkpatch.pl ...Kevin McKinney2011-08-231-1644/+1512
* staging: bcm: optimize kmalloc to kzallocAlexander Beregalov2011-03-091-3/+1
* Staging: bcm: Bcmchar: Fix some checkpatch errorsJavier Martinez Canillas2011-02-181-10/+10
* Staging: bcm: Bcmchar: Fix style issues on bcm_char_read()Javier Martinez Canillas2011-02-181-24/+28
* Staging: bcm: Bcmchar: Fix style issues on bcm_char_release()Javier Martinez Canillas2011-02-181-37/+31
* Staging: bcm: Bcmchar: Fix style issues on bcm_char_open()Javier Martinez Canillas2011-02-181-10/+12
* Staging: bcm: Check correct user provided length and fix error code returnedJavier Martinez Canillas2011-02-041-0/+7
* Staging: Merge 2.6.37-rc2 into staging-nextGreg Kroah-Hartman2010-11-161-9/+18
|\
| * Staging: bcm: use get_user() to access user pointersDan Carpenter2010-11-091-17/+32
* | beceem: don't overrun user buffer on readStephen Hemminger2010-11-011-1/+1
* | beceem: create class on module installationStephen Hemminger2010-11-011-42/+20
* | beceem: fix character device ioctlStephen Hemminger2010-11-011-520/+276
* | beceem: remove dead codeStephen Hemminger2010-11-011-35/+0
* | beceem: print better message on bad ioctlStephen Hemminger2010-11-011-4/+2
* | beceem: remove OS wrapper libraryStephen Hemminger2010-11-011-34/+34
* | beceem: remove ifdef'sStephen Hemminger2010-10-291-6/+0
|/
* Staging: bcm: return -EFAULT on copy_to_user() failuresDan Carpenter2010-10-081-24/+44
* staging/bcm: add sparse annotationsArnd Bergmann2010-10-051-77/+71
* staging/bcm: fix most build warningsArnd Bergmann2010-10-051-8/+7
* staging: make new character devices nonseekableArnd Bergmann2010-10-051-0/+5
* staging/bcm: fix printk format warningsRandy Dunlap2010-09-161-7/+7
* staging: Beeceem USB Wimax driverStephen Hemminger2010-09-081-0/+2420
OpenPOWER on IntegriCloud