summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
Commit message (Expand)AuthorAgeFilesLines
* Staging: bcm: Remove two unused variables from Adapter.hKevin McKinney2012-05-181-2/+0
* Staging: bcm: Removes the volatile type definition from Adapter.hKevin McKinney2012-05-181-2/+2
* Staging: bcm: Rename all "INT" to "int" in Adapter.hKevin McKinney2012-05-181-11/+11
* Staging: bcm: Fix warning: __packed vs. __attribute__((packed)) in Adapter.hKevin McKinney2012-05-181-6/+6
* Staging: bcm: Correctly format all comments in Adapter.hKevin McKinney2012-05-181-62/+67
* Staging: bcm: Fix all whitespace issues in Adapter.hKevin McKinney2012-05-181-374/+342
* Staging: bcm: Properly format braces in Adapter.hKevin McKinney2012-05-181-52/+26
* staging: replace open-coded ARRAY_SIZEsJim Cromie2012-04-101-13/+13
* Staging: bcm: IPv6Protocol.c: coding style fixMax Tottenham2012-04-101-8/+4
* Staging: bcm: IPv6Protocol.c: coding style fixMax Tottenham2012-04-101-51/+111
* Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham2012-04-101-6/+6
* Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham2012-04-101-29/+30
* Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham2012-04-101-23/+23
* Staging: bcm: IPv6Protocol.c fix coding styleMax Tottenham2012-04-101-43/+43
* Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham2012-04-101-25/+49
* Staging: bcm: IPv6Protocol.c: Fix coding styleMax Tottenham2012-04-101-96/+62
* staging: Fix typo in multiple filesMasanari Iida2012-04-101-1/+1
* Staging: bcm: fix possible memory leak of 'pstAddIndication' in CmHost.c and ...Kevin McKinney2012-03-021-7/+20
* 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-131-4/+2
* Staging: bcm: fix CodingStyle warnings/errors reported by checkpatch.pl in le...Gerard Ryan2012-02-101-38/+36
* Staging: bcm: Use memdup_user rather than duplicating its implementationThomas Meyer2012-02-081-25/+12
* Staging: bcm: Alter name, datatype, and default value of iterator variables.Kevin McKinney2012-02-081-84/+84
* Staging: bcm: Replace variables and function outputs defined as INT with int.Kevin McKinney2012-02-081-5/+5
* Staging: bcm: Remove assignment from if statement and reverse if logic for re...Kevin McKinney2012-02-081-8/+9
* Staging: bcm: Remove typedef from CmHost.c and use enum.Kevin McKinney2012-02-081-3/+3
* Staging: bcm: Replace dated variable __FUNCTION__.Kevin McKinney2012-02-081-3/+3
* Staging: bcm: Fix coding style issues in CmHost.cKevin McKinney2012-02-081-1718/+1325
* Staging: bcm: Fix an integer overflow in IOCTL_BCM_NVM_READ/WRITEKevin McKinney2012-02-081-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-121-24/+45
| * staging: bcm: HandleControlPacket.c: fix parens/bracesJohannes Tenschert2011-12-121-28/+12
| * staging: bcm: HandleControlPacket.c: fix commentsJohannes Tenschert2011-12-121-36/+45
| * staging: bcm: HandleControlPacket.c: fix indentationJohannes Tenschert2011-12-121-66/+65
| * staging: bcm: HandleControlPacket.c: fix whitespacesJohannes Tenschert2011-12-121-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/+87
| * 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/+215
| * 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