aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/bcm/Bcmchar.c
AgeCommit message (Expand)Author
2012-09-04staging: bcm: fix possible memory leak in bcm_char_ioctl()Wei Yongjun
2012-06-04Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.Kevin McKinney
2012-06-04Staging: bcm: Remove typedef for link_request and call directly.Kevin McKinney
2012-06-04Staging: bcm: Remove typedef for _packet_info and call directly.Kevin McKinney
2012-06-04Staging: bcm: Remove typedef for _PER_TARANG_DATA and call directly.Kevin McKinney
2012-06-04Staging: bcm: Remove typedef for FirmwareInfo and call directly.Kevin McKinney
2012-02-08Staging: bcm: Use memdup_user rather than duplicating its implementationThomas Meyer
2012-02-08Staging: bcm: Fix an integer overflow in IOCTL_BCM_NVM_READ/WRITEKevin McKinney
2011-12-22Staging: bcm: Fix an invalid dereference to a kmalloc in IOCTL_BCM_BULK_WRMKevin McKinney
2011-12-22Staging: bcm: Fix information leak in IOCTL_BCM_GET_DRIVER_VERSIONKevin McKinney
2011-12-08Staging: bcm: Alter return value for copy_to/from_user() to "return -EFAULT" ...Kevin McKinney
2011-12-08Staging: bcm: Alter code to move error handling closer to the calls; and remo...Kevin McKinney
2011-12-08Staging: bcm: Fix double free of 'pReadData' in IOCTL_BCM_NVM_WRITE.Kevin McKinney
2011-11-29Staging: bcm: Reverse semaphore locking in IOCTL_BCM_BUFFER_DOWNLOAD_STOP.Kevin McKinney
2011-11-29Staging: bcm: Alter code to move error handling closer to the calls.Kevin McKinney
2011-11-29Staging: bcm: Clean up patch that calls semaphore down_trylock directly.Kevin McKinney
2011-11-26Staging: bcm: Fix semaphore locking error when downloading firmware.Kevin McKinney
2011-11-26Staging: bcm: Fix semaphore locking bug in, IOCTL_BCM_BUFFER_DOWNLOADKevin McKinney
2011-11-26Staging: bcm: Remove unnecessary "do while" statement in, IOCTL_BCM_BUFFER_DO...Kevin McKinney
2011-11-26Staging: bcm: Clean up code in ioctl: IOCTL_BCM_EEPROM_REGISTER_READKevin McKinney
2011-11-26Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE,...Kevin McKinney
2011-09-29Staging: bcm: Alter LOC for readability/understandability purposesKevin McKinney
2011-09-29Staging: bcm: Add min/max restrictions for IOCTL_BCM_REGISTER_READ_PRIVATEKevin McKinney
2011-09-19Staging: bcm: Add size maximum size restrictions for IOCTL_IDLE_REQKevin McKinney
2011-09-19Staging: bcm: Add size minimum size restrictions for IOCTL_IDLE_REQKevin McKinney
2011-08-23Staging: bcm: Fix memory leak reported during compile.Kevin McKinney
2011-08-23Staging: bcm: Fix a coding style error reported by checkpatch.plKevin McKinney
2011-08-23staging: bcm: fix coding style warnings and errors reported by checkpatch.pl ...Kevin McKinney
2011-03-09staging: bcm: optimize kmalloc to kzallocAlexander Beregalov
2011-02-18Staging: bcm: Bcmchar: Fix some checkpatch errorsJavier Martinez Canillas
2011-02-18Staging: bcm: Bcmchar: Fix style issues on bcm_char_read()Javier Martinez Canillas
2011-02-18Staging: bcm: Bcmchar: Fix style issues on bcm_char_release()Javier Martinez Canillas
2011-02-18Staging: bcm: Bcmchar: Fix style issues on bcm_char_open()Javier Martinez Canillas
2011-02-04Staging: bcm: Check correct user provided length and fix error code returnedJavier Martinez Canillas
2010-11-16Staging: Merge 2.6.37-rc2 into staging-nextGreg Kroah-Hartman
2010-11-09Staging: bcm: use get_user() to access user pointersDan Carpenter
2010-11-01beceem: don't overrun user buffer on readStephen Hemminger
2010-11-01beceem: create class on module installationStephen Hemminger
2010-11-01beceem: fix character device ioctlStephen Hemminger
2010-11-01beceem: remove dead codeStephen Hemminger
2010-11-01beceem: print better message on bad ioctlStephen Hemminger
2010-11-01beceem: remove OS wrapper libraryStephen Hemminger
2010-10-29beceem: remove ifdef'sStephen Hemminger
2010-10-08Staging: bcm: return -EFAULT on copy_to_user() failuresDan Carpenter
2010-10-05staging/bcm: add sparse annotationsArnd Bergmann
2010-10-05staging/bcm: fix most build warningsArnd Bergmann
2010-10-05staging: make new character devices nonseekableArnd Bergmann
2010-09-16staging/bcm: fix printk format warningsRandy Dunlap
2010-09-08staging: Beeceem USB Wimax driverStephen Hemminger