summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
Commit message (Expand)AuthorAgeFilesLines
* Staging: bcm: Remove two unused variables from Adapter.hKevin McKinney2012-05-191-2/+0Star
* Staging: bcm: Removes the volatile type definition from Adapter.hKevin McKinney2012-05-191-2/+2
* Staging: bcm: Rename all "INT" to "int" in Adapter.hKevin McKinney2012-05-191-11/+11
* Staging: bcm: Fix warning: __packed vs. __attribute__((packed)) in Adapter.hKevin McKinney2012-05-191-6/+6
* Staging: bcm: Correctly format all comments in Adapter.hKevin McKinney2012-05-191-62/+67
* Staging: bcm: Fix all whitespace issues in Adapter.hKevin McKinney2012-05-191-374/+342Star
* Staging: bcm: Properly format braces in Adapter.hKevin McKinney2012-05-191-52/+26Star
* staging: replace open-coded ARRAY_SIZEsJim Cromie2012-04-111-13/+13
* Staging: bcm: IPv6Protocol.c: coding style fixMax Tottenham2012-04-101-8/+4Star
* 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/+62Star
* 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-031-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-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