aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/bcm/Misc.c
AgeCommit message (Expand)Author
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-01-07Staging: bcm: Remove typedef for eNVM_TYPE and call directly.Kevin McKinney
2013-01-07Staging: bcm: Remove typedef for _TARGET_PARAMS and call directly.Kevin McKinney
2012-11-26Staging: bcm: Remove typedef for _S_MIBS_EXTSERVICEFLOW_PARAMETERS and call d...Kevin McKinney
2012-11-02Staging: bcm: Remove typedef for _S_INTERFACE_ADAPTER and call directly.Kevin McKinney
2012-10-30Staging: bcm: Remove typedef for stLocalSFAddIndicationAlt and call directly.Kevin McKinney
2012-10-19Staging: bcm: Reverse condition in if statement in Misc.cKevin McKinney
2012-10-19Staging: bcm: Clean up function CopyBufferToControlPacket in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename INT to "int" in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename UINT to "unsigned int" in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename B_UINT32 to "unsigned int" in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename B_UINT8 to "unsigned char" in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename PUINT to "unsigned int *" in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename VOID to void in Misc.cKevin McKinney
2012-10-19Staging: bcm: Rename PVOID to "void *" in Misc.cKevin McKinney
2012-08-13staging: bcm: print small buffers with %*phAndy Shevchenko
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-29slightly reduce idiocy in drivers/staging/bcm/Misc.cAl Viro
2012-07-11staging: bcm: Misc.c: Remove unused macrosMarcos Paulo de Souza
2012-07-11staging: bcm: Remove code that will never executeMarcos Paulo de Souza
2012-06-04Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.Kevin McKinney
2012-06-04Staging: bcm: Remove typedef for _LEADER and call directly.Kevin McKinney
2012-06-04Staging: bcm: Remove typedef for link_request and call directly.Kevin McKinney
2012-06-04Staging: bcm: Remove typedef for _S_CLASSIFIER_RULE and call directly.Kevin McKinney
2012-06-04Staging: bcm: Remove typedef for _S_FRAGMENTED_PACKET_INFO and call directly.Kevin McKinney
2012-04-10staging: Fix typo in multiple filesMasanari Iida
2011-11-26Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE,...Kevin McKinney
2011-10-11Staging: bcm: Fix assignment issue in if statement reported by checkpatch.pl.Kevin McKinney
2011-10-11Staging: bcm: Remove assignment in if condition reported by checkpatch.plKevin McKinney
2011-10-11Staging: bcm: Replace dated variable __FUNCTION__ reported by checkpatch.plKevin McKinney
2011-10-11Staging: bcm: Fix coding style issues reported by checkpatch.plKevin McKinney
2011-09-19Staging: bcm: Add size maximum size restrictions for IOCTL_IDLE_REQKevin McKinney
2011-06-28staging: remove unnecessary codeGreg Dietsche
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-09staging: bcm: optimize kmalloc to kzallocAlexander Beregalov
2010-12-06Staging: Beceem: remove old kernel compatibility codeDan Carpenter
2010-11-16Staging: bcm: signedness bug in InitCardAndDownloadFirmware()Dan Carpenter
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches
2010-11-10Staging, bcm: Remove unnecessary casts of void ptr returning alloc function r...Jesper Juhl
2010-11-01beceem: change startup messagesStephen Hemminger
2010-11-01beceem: statistics and transmit queue changesStephen Hemminger
2010-11-01beceem: make local functions staticStephen Hemminger
2010-11-01beceem: debug message format changesStephen Hemminger
2010-11-01beceem: module initializationStephen Hemminger
2010-11-01beceem: add network device message level controlStephen Hemminger
2010-11-01beceem: change format of debug messageStephen Hemminger
2010-11-01beceem: remove dead codeStephen Hemminger
2010-11-01beceem: get rid of unnecessary inline usageStephen Hemminger
2010-11-01beceem: fold unregister_netdevice into AdapterFreeStephen Hemminger