1. af72c61 Staging: bcm: Remove typedef for eNVM_TYPE and call directly. by Kevin McKinney · 12 years ago
  2. c818233 Staging: bcm: Remove typedef for _TARGET_PARAMS and call directly. by Kevin McKinney · 12 years ago
  3. 8c7d51a Staging: bcm: Remove typedef for _S_MIBS_EXTSERVICEFLOW_PARAMETERS and call directly. by Kevin McKinney · 12 years ago
  4. d6861cf Staging: bcm: Remove typedef for _S_INTERFACE_ADAPTER and call directly. by Kevin McKinney · 12 years ago
  5. 7fac0c4 Staging: bcm: Remove typedef for stLocalSFAddIndicationAlt and call directly. by Kevin McKinney · 12 years ago
  6. b64c846 Staging: bcm: Reverse condition in if statement in Misc.c by Kevin McKinney · 12 years ago
  7. 895b1fb Staging: bcm: Clean up function CopyBufferToControlPacket in Misc.c by Kevin McKinney · 12 years ago
  8. 7af14134 Staging: bcm: Rename INT to "int" in Misc.c by Kevin McKinney · 12 years ago
  9. 9ef0760 Staging: bcm: Rename UINT to "unsigned int" in Misc.c by Kevin McKinney · 12 years ago
  10. 7052208 Staging: bcm: Rename B_UINT32 to "unsigned int" in Misc.c by Kevin McKinney · 12 years ago
  11. 4216faf Staging: bcm: Rename B_UINT8 to "unsigned char" in Misc.c by Kevin McKinney · 12 years ago
  12. b23f7f6 Staging: bcm: Rename PUINT to "unsigned int *" in Misc.c by Kevin McKinney · 12 years ago
  13. 7a15b79 Staging: bcm: Rename VOID to void in Misc.c by Kevin McKinney · 12 years ago
  14. fe671fe Staging: bcm: Rename PVOID to "void *" in Misc.c by Kevin McKinney · 12 years ago
  15. bcb6ef6 staging: bcm: print small buffers with %*ph by Andy Shevchenko · 12 years ago
  16. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  17. 32aecdd slightly reduce idiocy in drivers/staging/bcm/Misc.c by Al Viro · 12 years ago
  18. 3a53ecb staging: bcm: Misc.c: Remove unused macros by Marcos Paulo de Souza · 12 years ago
  19. 9f433ea staging: bcm: Remove code that will never execute by Marcos Paulo de Souza · 12 years ago
  20. 2979460 Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. by Kevin McKinney · 12 years ago
  21. ff35204 Staging: bcm: Remove typedef for _LEADER and call directly. by Kevin McKinney · 12 years ago
  22. 2610c7a Staging: bcm: Remove typedef for link_request and call directly. by Kevin McKinney · 12 years ago
  23. 92562ae Staging: bcm: Remove typedef for _S_CLASSIFIER_RULE and call directly. by Kevin McKinney · 12 years ago
  24. 7f22485 Staging: bcm: Remove typedef for _S_FRAGMENTED_PACKET_INFO and call directly. by Kevin McKinney · 12 years ago
  25. 73e2918 staging: Fix typo in multiple files by Masanari Iida · 12 years ago
  26. 41c7b7c Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE, IOCTL_BCM_EEPROM_REGISTER_READ by Kevin McKinney · 13 years ago
  27. d491061 Staging: bcm: Fix assignment issue in if statement reported by checkpatch.pl. by Kevin McKinney · 13 years ago
  28. 9d4f1d0 Staging: bcm: Remove assignment in if condition reported by checkpatch.pl by Kevin McKinney · 13 years ago
  29. a8a1cdd Staging: bcm: Replace dated variable __FUNCTION__ reported by checkpatch.pl by Kevin McKinney · 13 years ago
  30. 6a4ef5f Staging: bcm: Fix coding style issues reported by checkpatch.pl by Kevin McKinney · 13 years ago
  31. e228b74 Staging: bcm: Add size maximum size restrictions for IOCTL_IDLE_REQ by Kevin McKinney · 13 years ago
  32. c5274ab staging: remove unnecessary code by Greg Dietsche · 13 years ago
  33. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  34. f4a0e6b staging: bcm: optimize kmalloc to kzalloc by Alexander Beregalov · 14 years ago
  35. cd0b0eb Staging: Beceem: remove old kernel compatibility code by Dan Carpenter · 14 years ago
  36. 2e31613 Staging: bcm: signedness bug in InitCardAndDownloadFirmware() by Dan Carpenter · 14 years ago
  37. 859171c drivers/staging: Remove unnecessary semicolons by Joe Perches · 14 years ago
  38. 3701bef Staging, bcm: Remove unnecessary casts of void ptr returning alloc function return values by Jesper Juhl · 14 years ago
  39. 4ea4f7a beceem: change startup messages by Stephen Hemminger · 14 years ago
  40. cacd922 beceem: statistics and transmit queue changes by Stephen Hemminger · 14 years ago
  41. 9dd47ee beceem: make local functions static by Stephen Hemminger · 14 years ago
  42. 9ec4475 beceem: debug message format changes by Stephen Hemminger · 14 years ago
  43. 2d08748 beceem: module initialization by Stephen Hemminger · 14 years ago
  44. 4fd64dd beceem: add network device message level control by Stephen Hemminger · 14 years ago
  45. e39e3be beceem: change format of debug message by Stephen Hemminger · 14 years ago
  46. 3644c1a beceem: remove dead code by Stephen Hemminger · 14 years ago
  47. 20f4865 beceem: get rid of unnecessary inline usage by Stephen Hemminger · 14 years ago
  48. 26a0e39 beceem: fold unregister_netdevice into AdapterFree by Stephen Hemminger · 14 years ago
  49. e614e28 beceem: remove indirection to Adapter structure by Stephen Hemminger · 14 years ago
  50. de85f98 beceem: name threads with device name by Stephen Hemminger · 14 years ago
  51. 082e889 beceem: remove OS wrapper library by Stephen Hemminger · 14 years ago
  52. 92bc605 beceem: get rid of OS dependent data structure by Stephen Hemminger · 14 years ago
  53. 91d29ee beceem: remove ifdef's by Stephen Hemminger · 14 years ago
  54. 44a17eff staging/bcm: add sparse annotations by Arnd Bergmann · 14 years ago
  55. 9f1c75a staging/bcm: fix most build warnings by Arnd Bergmann · 14 years ago
  56. f8942e0 staging: Beeceem USB Wimax driver by Stephen Hemminger · 14 years ago