summaryrefslogtreecommitdiff
path: root/drivers/staging/bcm
AgeCommit message (Expand)Author
2012-05-18Staging: bcm: Remove two unused variables from Adapter.hKevin McKinney
2012-05-18Staging: bcm: Removes the volatile type definition from Adapter.hKevin McKinney
2012-05-18Staging: bcm: Rename all "INT" to "int" in Adapter.hKevin McKinney
2012-05-18Staging: bcm: Fix warning: __packed vs. __attribute__((packed)) in Adapter.hKevin McKinney
2012-05-18Staging: bcm: Correctly format all comments in Adapter.hKevin McKinney
2012-05-18Staging: bcm: Fix all whitespace issues in Adapter.hKevin McKinney
2012-05-18Staging: bcm: Properly format braces in Adapter.hKevin McKinney
2012-04-10staging: replace open-coded ARRAY_SIZEsJim Cromie
2012-04-10Staging: bcm: IPv6Protocol.c: coding style fixMax Tottenham
2012-04-10Staging: bcm: IPv6Protocol.c: coding style fixMax Tottenham
2012-04-10Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham
2012-04-10Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham
2012-04-10Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham
2012-04-10Staging: bcm: IPv6Protocol.c fix coding styleMax Tottenham
2012-04-10Staging: bcm: IPv6Protocol.c coding style fixMax Tottenham
2012-04-10Staging: bcm: IPv6Protocol.c: Fix coding styleMax Tottenham
2012-04-10staging: Fix typo in multiple filesMasanari Iida
2012-03-02Staging: bcm: fix possible memory leak of 'pstAddIndication' in CmHost.c and ...Kevin McKinney
2012-02-24Staging: bcm: fix possible NULL dereference of psfLocalSet in CmHost.cKevin McKinney
2012-02-13Staging: bcm: Move directives for the preprocessor statement to enum value in...Kevin McKinney
2012-02-10Staging: bcm: fix CodingStyle warnings/errors reported by checkpatch.pl in le...Gerard Ryan
2012-02-08Staging: bcm: Use memdup_user rather than duplicating its implementationThomas Meyer
2012-02-08Staging: bcm: Alter name, datatype, and default value of iterator variables.Kevin McKinney
2012-02-08Staging: bcm: Replace variables and function outputs defined as INT with int.Kevin McKinney
2012-02-08Staging: bcm: Remove assignment from if statement and reverse if logic for re...Kevin McKinney
2012-02-08Staging: bcm: Remove typedef from CmHost.c and use enum.Kevin McKinney
2012-02-08Staging: bcm: Replace dated variable __FUNCTION__.Kevin McKinney
2012-02-08Staging: bcm: Fix coding style issues in CmHost.cKevin McKinney
2012-02-08Staging: bcm: Fix an integer overflow in IOCTL_BCM_NVM_READ/WRITEKevin McKinney
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-02misc latin1 to utf8 conversionsAl Viro
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-12staging: bcm: HandleControlPacket.c: breaking of long linesJohannes Tenschert
2011-12-12staging: bcm: HandleControlPacket.c: fix parens/bracesJohannes Tenschert
2011-12-12staging: bcm: HandleControlPacket.c: fix commentsJohannes Tenschert
2011-12-12staging: bcm: HandleControlPacket.c: fix indentationJohannes Tenschert
2011-12-12staging: bcm: HandleControlPacket.c: fix whitespacesJohannes Tenschert
2011-12-08staging: bcm: led_control.c: breaking of long linesJohannes Tenschert
2011-12-08staging: bcm: led_control.c: fix parens/bracesJohannes Tenschert
2011-12-08staging: bcm: led_control.c: fix commentsJohannes Tenschert
2011-12-08staging: bcm: led_control.c: fix indentationJohannes Tenschert
2011-12-08staging: bcm: led_control.c: fix whitespacesJohannes Tenschert
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