1. cda64a5 staging: brcm80211: fix checkpatch issue introduced in dhd_sdio.c by Arend van Spriel · 13 years ago
  2. 3422731 staging: brcm80211: use print_hex_dump_bytes kernel function by Arend van Spriel · 13 years ago
  3. b33f0e2 staging: brcm80211: move utility functions into new module by Henry Ptasinski · 13 years ago
  4. d436d0c staging: brcm80211: use common pktq_flush functions by Henry Ptasinski · 13 years ago
  5. 4b455e0 staging: brcm80211: SDIO/MMC cleanups by Grant Grundler · 13 years ago
  6. b74ac12 staging: brcm80211: replace error codes part 2 by Roland Vossen · 13 years ago
  7. e10d82d staging: brcm80211: replace error codes part 1 by Roland Vossen · 13 years ago
  8. b7ef2a9 staging: brcm80211: made error codes in bcmutils.h positive by Roland Vossen · 13 years ago
  9. 745492c staging: brcm80211: fixed error in non-DHD_DEBUG fullmac build by Roland Vossen · 13 years ago
  10. 41ee9d8 staging: brcm80211: Remove si sb utils from brcmfmac by Franky Lin · 13 years ago
  11. c05df63 staging: brcm80211: Remove siutils dependence from dhd_sdio.c by Franky Lin · 13 years ago
  12. cee3cf4 staging: brcm80211: Add dhdsdio_chip_detach in dhd_sdio.c by Franky Lin · 13 years ago
  13. 5d0d7a9 staging: brcm80211: Move sdiod strength init to dhd_sdio.c by Franky Lin · 13 years ago
  14. eb5dc51 staging: brcm80211: Remove siutils dependency of dhdsdio_download_state by Franky Lin · 13 years ago
  15. cb63e4c staging: brcm80211: Add dhdsdio_chip_attach in dhd_sdio.c by Franky Lin · 13 years ago
  16. a1c5ad8 staging: brcm80211: replaced BCME_OK by 0 by Roland Vossen · 13 years ago
  17. 32235b0 Staging: merge 2.6.39-rc3 into staging-next by Greg Kroah-Hartman · 13 years ago
  18. be1c09f brcm80211: replace VENDOR_BROADCOM with PCI_VENDOR_ID_BROADCOM by Stanislav Fomichev · 13 years ago
  19. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  20. 570edd3 staging: brcm80211: fix memory leaks by Alexander Beregalov · 14 years ago
  21. 46d994b staging: brcm80211: Remove NULL check before kfree by Ilia Mirkin · 14 years ago
  22. 7c31607 STAGING: brcm80211 remove dhd_doflow by Grant Grundler · 14 years ago
  23. 26a71a4 STAGING: brcm80211 fix TX Queue overflow by Grant Grundler · 14 years ago
  24. 12d0eb4 staging: brcm80211: optimize kmalloc to kzalloc by Alexander Beregalov · 14 years ago
  25. 9cceab9 staging: brcm80211: remove osl source files from driver by Arend van Spriel · 14 years ago
  26. 3c9d4c3 staging: brcm80211: remove struct osl_info from driver sources by Arend van Spriel · 14 years ago
  27. 537ebbb staging: brcm80211: remove struct osl_info from function prototypes by Arend van Spriel · 14 years ago
  28. a30825a staging: brcm80211: remove counting of allocated sk_buff packets by Arend van Spriel · 14 years ago
  29. 8da4a3a staging: brcm80211: removed struct osl_info usage from fullmac driver by Arend van Spriel · 14 years ago
  30. 26bcc18 staging: brcm80211: remove usage of struct osl_info from util sources by Arend van Spriel · 14 years ago
  31. ff31c54 staging: brcm80211: remove usage of struct osl_info for register access by Arend van Spriel · 14 years ago
  32. d6075c9 staging: brcm80211: remove osl handle from pkttotlen function by Arend van Spriel · 14 years ago
  33. 70dfb58 staging: brcm80211: remove include file proto/802.1d.h by Arend van Spriel · 14 years ago
  34. f317154 staging: brcm80211: remove the rest of broadcom specific byte swapping routines by Stanislav Fomichev · 14 years ago
  35. 56dfe3c staging: brcm80211: replace broadcom specific unaligned byte swapping routines by Stanislav Fomichev · 14 years ago
  36. 628f10b staging: brcm80211: replace broadcom specific byte swapping routines by Stanislav Fomichev · 14 years ago
  37. 0216069 staging: brcm80211: replace bcopy with memcpy by Stanislav Fomichev · 14 years ago
  38. 0bef774 staging: brcm80211: remove usage of printf (macro) from driver by Arend van Spriel · 14 years ago
  39. e2582ad staging: brcm80211: remove usage of struct ether_header by Arend van Spriel · 14 years ago
  40. 8538576 staging: brcm80211: remove macro usage for sk_buff release by Arend van Spriel · 14 years ago
  41. f09e023 staging: brcm80211: remove macro usage for sk_buff allocation by Arend van Spriel · 14 years ago
  42. 9249ede staging: brcm80211: bzero => memset by Brett Rudley · 14 years ago
  43. 3be727c staging: brcm80211: remove some more packet related macros by Arend van Spriel · 14 years ago
  44. 54991ad staging: brcm80211: removed packet macros for accessing sk_buff fields by Arend van Spriel · 14 years ago
  45. c26b137 staging: brcm80211: change packet buffer type to native struct sk_buff by Arend van Spriel · 14 years ago
  46. 2cb8ada staging: brcm80211: replaced PKTSETLEN macro by native __skb_trim call by Arend van Spriel · 14 years ago
  47. c303ecb staging: brcm80211: replace PKTPUSH and PKTPULL macros with native skbuff calls by Arend van Spriel · 14 years ago
  48. e69284f staging: brcm80211: s/osl_t/struct osl_info/g by Brett Rudley · 14 years ago
  49. c6ac24e staging: brcm80211: Purge linuxver.h and redistribute #includes as required by Brett Rudley · 14 years ago
  50. a1c16ed Staging: brcm80211: remove typedefs.h by Greg Kroah-Hartman · 14 years ago
  51. f024c48 Staging: brcm80211: remove uintptr typedef usage by Greg Kroah-Hartman · 14 years ago
  52. 182acb3 staging: brcm80211: replace MFREE with kfree by mike.rapoport@gmail.com · 14 years ago
  53. 5fcc1fc staging: brcm80211: replace MALLOC() with k[zm]alloc by mike.rapoport@gmail.com · 14 years ago
  54. 6a92fdf staging: brcm80211: remove DHD_USE_STATIC_BUF by mike.rapoport@gmail.com · 14 years ago
  55. 7383141 staging: brcm80211: remove OSL_DELAY by mike.rapoport@gmail.com · 14 years ago
  56. 0965ae8 Staging: brcm80211: remove FALSE #define by Greg Kroah-Hartman · 14 years ago
  57. 0f0881b Staging: brcm80211: remove TRUE #define by Greg Kroah-Hartman · 14 years ago
  58. ea3b8a2 staging: brcm80211: remove duplicated file, bcmutils.c by nohee ko · 14 years ago
  59. b61640d Staging: brcm80211: brcmfmac: fix some comparison warnings by Greg Kroah-Hartman · 14 years ago
  60. e18d531 Staging: brcm80211: remove ROUNDUP macro by Greg Kroah-Hartman · 14 years ago
  61. 36c63ff Staging: brcm80211: remove ISALIGNED macro by Greg Kroah-Hartman · 14 years ago
  62. ce0f1b8 Staging: brcm80211: remove OFFSETOF macro by Greg Kroah-Hartman · 14 years ago
  63. 3ea2f4d Staging: brcm80211: remove broken MAX() implementation by Greg Kroah-Hartman · 14 years ago
  64. 7068c2f Staging: brcm80211: remove broken MIN() implementation by Greg Kroah-Hartman · 14 years ago
  65. 3e26416 Staging: brcm80211: s/int32/s32/ by Greg Kroah-Hartman · 14 years ago
  66. 66cbd3a Staging: brcm80211: s/uint32/u32/ by Greg Kroah-Hartman · 14 years ago
  67. 7d4df48 Staging: brcm80211: s/uint16/u16/ by Greg Kroah-Hartman · 14 years ago
  68. e9887c9 staging: brcm80211: fix various checkpatch spacing errors. by Jason Cooper · 14 years ago
  69. 580a0bd Staging: brcm80211: s/uchar/unsigned char/ by Greg Kroah-Hartman · 14 years ago
  70. 3fd79f7 Staging: brcm80211: brcmfmac: s/uint8/u8/ by Greg Kroah-Hartman · 14 years ago
  71. 9b89032 staging: brcm80211: fix checkpatch error 'assignment in if condition' by Jason Cooper · 14 years ago
  72. cf2b448 staging: brcm80211: add fullmac driver by Henry Ptasinski · 14 years ago