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