summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
Commit message (Expand)AuthorAgeFilesLines
...
* | Staging: bcm: Remove typedef for _PACKETTOSEND and call directly.Kevin McKinney2012-06-042-5/+4
* | Staging: bcm: Remove typedef for _CONTROL_PACKET and call directly.Kevin McKinney2012-06-041-3/+2
* | Staging: bcm: Remove typedef for link_request and call directly.Kevin McKinney2012-06-044-15/+12
* | Staging: bcm: Remove typedef for _ADD_CONNECTION.Kevin McKinney2012-06-041-20/+0
* | Staging: bcm: Remove typedef for _CLASSIFICATION_RULE.Kevin McKinney2012-06-041-12/+0
* | Staging: bcm: Remove typedef for _CLASSIFICATION_ONLY.Kevin McKinney2012-06-041-10/+0
* | Staging: bcm: Remove typedef for _S_HDR_SUPRESSION_CONTEXTINFO and call direc...Kevin McKinney2012-06-041-3/+3
* | Staging: bcm: Remove typedef for _S_CLASSIFIER_RULE and call directly.Kevin McKinney2012-06-048-43/+42
* | Staging: bcm: Remove typedef for _S_FRAGMENTED_PACKET_INFO and call directly.Kevin McKinney2012-06-044-9/+9
* | Staging: bcm: Remove typedef for _packet_info and call directly.Kevin McKinney2012-06-045-12/+10
* | Staging: bcm: Remove typedef for _PER_TARANG_DATA and call directly.Kevin McKinney2012-06-045-14/+14
* | Staging: bcm: Remove condition check on macro REL_4_1 because it is not used.Kevin McKinney2012-06-042-85/+0
* | Staging: bcm: Remove typedef for _STTARGETDSXBUFFER and call directly.Kevin McKinney2012-06-041-3/+3
* | Staging: bcm: Remove typedef for _ETH_HEADER_STRUC and call directly.Kevin McKinney2012-06-043-12/+11
* | Staging: bcm: Remove typedef for FirmwareInfo and call directly.Kevin McKinney2012-06-044-7/+7
* | Staging: bcm: Remove typedef for _cntl_pkt in Adapter.hKevin McKinney2012-06-041-4/+1
* | Staging: bcm: Remove typedef for _DDR_SETTING and call directly.Kevin McKinney2012-06-042-34/+33
* | Staging: bcm: Remove typedef from "eInterface_setting" in Adapter.hKevin McKinney2012-06-041-2/+2
|/
* 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