summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
Commit message (Expand)AuthorAgeFilesLines
* Staging: bcm: fix possible NULL dereference of psfLocalSet in CmHost.cKevin McKinney2012-02-241-1/+7
* Staging: bcm: Move directives for the preprocessor statement to enum value in...Kevin McKinney2012-02-141-4/+2Star
* Staging: bcm: fix CodingStyle warnings/errors reported by checkpatch.pl in le...Gerard Ryan2012-02-101-38/+36Star
* Staging: bcm: Use memdup_user rather than duplicating its implementationThomas Meyer2012-02-091-25/+12Star
* Staging: bcm: Alter name, datatype, and default value of iterator variables.Kevin McKinney2012-02-091-84/+84
* Staging: bcm: Replace variables and function outputs defined as INT with int.Kevin McKinney2012-02-091-5/+5
* Staging: bcm: Remove assignment from if statement and reverse if logic for re...Kevin McKinney2012-02-091-8/+9
* Staging: bcm: Remove typedef from CmHost.c and use enum.Kevin McKinney2012-02-091-3/+3
* Staging: bcm: Replace dated variable __FUNCTION__.Kevin McKinney2012-02-091-3/+3
* Staging: bcm: Fix coding style issues in CmHost.cKevin McKinney2012-02-091-1718/+1325Star
* Staging: bcm: Fix an integer overflow in IOCTL_BCM_NVM_READ/WRITEKevin McKinney2012-02-091-1/+3
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-0910-1056/+1160
|\
| * 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: HandleControlPacket.c: breaking of long linesJohannes Tenschert2011-12-131-24/+45
| * staging: bcm: HandleControlPacket.c: fix parens/bracesJohannes Tenschert2011-12-131-28/+12Star
| * staging: bcm: HandleControlPacket.c: fix commentsJohannes Tenschert2011-12-131-36/+45
| * staging: bcm: HandleControlPacket.c: fix indentationJohannes Tenschert2011-12-131-66/+65Star
| * staging: bcm: HandleControlPacket.c: fix whitespacesJohannes Tenschert2011-12-131-68/+68
| * staging: bcm: led_control.c: breaking of long linesJohannes Tenschert2011-12-081-92/+199
| * staging: bcm: led_control.c: fix parens/bracesJohannes Tenschert2011-12-081-208/+87Star
| * staging: bcm: led_control.c: fix commentsJohannes Tenschert2011-12-081-122/+167
| * staging: bcm: led_control.c: fix indentationJohannes Tenschert2011-12-081-146/+146
| * staging: bcm: led_control.c: fix whitespacesJohannes Tenschert2011-12-081-217/+215Star
| * 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/+5Star
| * 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/+2Star
| * Staging: bcm: Fix semaphore locking error when downloading firmware.Kevin McKinney2011-11-271-4/+13
| * Staging: bcm: Fix semaphore locking bug in, IOCTL_BCM_BUFFER_DOWNLOADKevin McKinney2011-11-271-0/+1
| * Staging: bcm: Remove unnecessary "do while" statement in, IOCTL_BCM_BUFFER_DO...Kevin McKinney2011-11-271-41/+38Star
| * Staging: bcm: Clean up code in ioctl: IOCTL_BCM_EEPROM_REGISTER_READKevin McKinney2011-11-271-1/+5
| * Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE,...Kevin McKinney2011-11-277-104/+153
| * Staging: bcm: hostmibs: Added temporary variable to shorten linesDiego F. Marfil2011-11-271-32/+34
| * Staging: bcm: hostmibs: White spaces and indentation fixes.Diego F. Marfil2011-11-271-58/+49Star
| * Staging: bcm: hostmibs: C99 comments replacedDiego F. Marfil2011-11-271-6/+9
* | misc latin1 to utf8 conversionsAl Viro2012-01-021-2/+2
|/
* Staging: bcm: Fix three initialization errors in InterfaceDld.cKevin McKinney2011-10-231-4/+5
* Staging: bcm: Fix coding style issues in InterfaceDld.cKevin McKinney2011-10-231-213/+161Star
* Staging: bcm: Fix coding style issues in InterfaceMisc.cKevin McKinney2011-10-111-166/+138Star
* Staging: bcm: Remove assignment from if conditions reported by checkpatch.plKevin McKinney2011-10-111-6/+10
* Staging: bcm: Fix coding style issues reported by checkpatch.plKevin McKinney2011-10-111-12/+11Star
* Staging: bcm: Fix assignment issue in if statement reported by checkpatch.pl.Kevin McKinney2011-10-111-1/+2
* Staging: bcm: Remove assignment in if condition reported by checkpatch.plKevin McKinney2011-10-111-1/+2
* Staging: bcm: Replace dated variable __FUNCTION__ reported by checkpatch.plKevin McKinney2011-10-111-6/+6
* Staging: bcm: Fix coding style issues reported by checkpatch.plKevin McKinney2011-10-111-1039/+788Star
* Staging: bcm: Alter LOC for readability/understandability purposesKevin McKinney2011-09-301-1/+5
* Staging: bcm: Add min/max restrictions for IOCTL_BCM_REGISTER_READ_PRIVATEKevin McKinney2011-09-301-1/+5