1. 0c094c7 brcm80211: fmac: discard packet received when net device not registered by Franky Lin · 13 years ago
  2. a52dd17 brcm80211: fmac: rename wait queue name to match using function by Arend van Spriel · 13 years ago
  3. 8054321 brcm80211: fmac: remove alignment check from brcmf_sdioh_request_buffer() by Arend van Spriel · 13 years ago
  4. be66766 brcm80211: smac: added support for mac80211 filter flags by Alwin Beukers · 13 years ago
  5. 8906c43 brcm80211: smac: fix channel frequency by Alwin Beukers · 13 years ago
  6. 8dd939c brcm80211: fmac: change firmware/nvram name to be more generic by Franky Lin · 13 years ago
  7. 4c6e869 brcm80211: fmac: simplify the brcmf_sdioh_request_buffer() function by Arend van Spriel · 13 years ago
  8. 5e8e13b brcm80211: fmac: remove width parameter from brcmf_sdioh_request_buffer by Arend van Spriel · 13 years ago
  9. 5adfeb6 brcm80211: fmac: separate receiving skb chain from other receive path by Arend van Spriel · 13 years ago
  10. 3030794 brcm80211: smac: remove skb next pointer usage from the driver by Arend van Spriel · 13 years ago
  11. 0b45bf7 brcm80211: fmac: cleanup receive path using proper skb_queue functions by Arend van Spriel · 13 years ago
  12. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  13. 1f1d5289 brcm80211: smac: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  14. 8505a7e brcmsmac: Use current logging styles by Joe Perches · 13 years ago
  15. 6d377cd brcmsmac: fix warning in _initvars_srom_pci by John W. Linville · 13 years ago
  16. e78946e brcm80211: fmac: release bss struct returned from cfg80211_inform_bss by Franky Lin · 13 years ago
  17. 99b72cd brcm80211: fmac: remove PCMCIA core related code by Franky Lin · 13 years ago
  18. 046808d brcm80211: fmac: add function to free the glom skb queue by Arend van Spriel · 13 years ago
  19. 53ee4bc4 brcm80211: util: remove pointer traversal from brcmu_pkt_buf_free_skb by Arend van Spriel · 13 years ago
  20. 9a95e60 brcm80211: util: move brcmu_pkttotlen() function to brcmfmac by Arend van Spriel · 13 years ago
  21. 02a588a brcm80211: smac: combine promiscuous mode functionality by Alwin Beukers · 13 years ago
  22. ad3b8b3 brcm80211: util: use sk_buff_head in precedence queue functions by Arend van Spriel · 13 years ago
  23. ad4d71f brcm80211: smac: remove usage of brcmu_pkttotlen by Arend van Spriel · 13 years ago
  24. 122d36f brcm80211: fmac: remove id retrieve code by Franky Lin · 13 years ago
  25. d77e70f brcm80211: fmac: add resetcore function for bcm4330 chip by Franky Lin · 13 years ago
  26. 086a2e0 brcm80211: fmac: add coredisable function for bcm4330 chip by Franky Lin · 13 years ago
  27. 523894f brcm80211: fmac: add corerev function for bcm4330 chip by Franky Lin · 13 years ago
  28. 6ca687d brcm80211: fmac: add iscoreup function for bcm4330 chip by Franky Lin · 13 years ago
  29. e9ca530 brcm80211: smac: don't modify sta parameters when adding sta by Alwin Beukers · 13 years ago
  30. a0f24c8 brcm80211: smac: remove duplicate definition of D11_PHY_HDR_LEN by Arend van Spriel · 13 years ago
  31. b7eec42 brcm80211: smac: replace own access category definitions with mac80211 enum by Arend van Spriel · 13 years ago
  32. bfd8284 brcm80211: smac: remove code under unused macro definitions by Arend van Spriel · 13 years ago
  33. 9752915 brcm80211: smac: fix endianess issue for OTP memory access by Arend van Spriel · 13 years ago
  34. 99ba15c brcm80211: fmac: optimize chip core info management by Franky Lin · 13 years ago
  35. 61213be brcm80211: fmac: replace private SB macros with ssb_regs version by Franky Lin · 13 years ago
  36. e12afb6 brcm80211: fmac: move chip drive strength related code to sdio_chip.c by Franky Lin · 13 years ago
  37. a8a6c04 brcm80211: fmac: move chip detach function to sdio_chip.c by Franky Lin · 13 years ago
  38. 2bc78e1 brcm80211: fmac: move chip reset core function to sdio_chip.c by Franky Lin · 13 years ago
  39. 454d2a8 brcm80211: fmac: abstract chip core revision function by Franky Lin · 13 years ago
  40. d8f64a4 brcm80211: fmac: abstract chip iscoreup function by Franky Lin · 13 years ago
  41. a97e4fc brcm80211: fmac: chip attach code flow clean up by Franky Lin · 13 years ago
  42. 98ce903 brcm80211: fmac: remove duplicate regiter set in chip attach path by Franky Lin · 13 years ago
  43. 960908d brcm80211: fmac: move dongle gpio reset code to chip attach function by Franky Lin · 13 years ago
  44. 966414d brcm80211: fmac: disable dongle arm core in bus core setup function by Franky Lin · 13 years ago
  45. 2d4a9af brcm80211: fmac: move core disable function to sdio_chip.c by Franky Lin · 13 years ago
  46. 5b45e54 brcm80211: fmac: abstract chip buscore setup function by Franky Lin · 13 years ago
  47. e63ac6b brcm80211: fmac: move bus core prep code to sdio_chip.c by Franky Lin · 13 years ago
  48. a83369b brcm80211: fmac: move chip recognition function to sdio_chip.c by Franky Lin · 13 years ago
  49. 718897eb brcm80211: fmac: remove unnecessary 4329 chip specific code by Franky Lin · 13 years ago
  50. 5e81905 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  51. 028f78d brcm80211: smac: change buffer endianess convert function interface by Arend van Spriel · 13 years ago
  52. d1a5b6f brcm80211: fmac: remove state from brcmf_if in fullmac by Franky Lin · 13 years ago
  53. e1b8358 brcm80211: fmac: store brcmf_if in net device private data by Franky Lin · 13 years ago
  54. 15d45b6 brcm80211: fmac: use brcmf_add_if for all net devices by Franky Lin · 13 years ago
  55. 3fd172d brcm80211: smac: use sk_buff list for handling frames in receive path by Arend van Spriel · 13 years ago
  56. 81d2e2d brcm80211: smac: rename buffer endianess conversion functions by Arend van Spriel · 13 years ago
  57. 1525662 brcm80211: smac: changed check to confirm STA only support by Roland Vossen · 13 years ago
  58. dc46012 brcm80211: smac: mute transmit on ops_start by Roland Vossen · 13 years ago
  59. 2646c46 brcm80211: smac: modified Mac80211 callback interface by Roland Vossen · 13 years ago
  60. c6c4489 brcm80211: smac: fixed inconsistency in transmit mute by Roland Vossen · 13 years ago
  61. a8bc491 brcm80211: smac: bugfix for tx mute in brcms_b_init() by Roland Vossen · 13 years ago
  62. 43ac097 brcm80211: smac: removed down-on-rf-kill functionality by Roland Vossen · 13 years ago
  63. 2823700 brcm80211: smac: removed down-on-watchdog MPC functionality by Roland Vossen · 13 years ago
  64. 4412953 brcm80211: smac: removed MPC related variables by Roland Vossen · 13 years ago
  65. 0bf1f88 brcm80211: smac: removed MPC related code by Roland Vossen · 13 years ago
  66. dfded55 brcm80211: fmac: use brcmf_del_if for all net devices by Franky Lin · 13 years ago
  67. ece960e brcm80211: fmac: allow wd timer to be disabled when bus down by Franky Lin · 13 years ago
  68. b83db86 brcm80211: fmac: use sk_buff list for handling frames in receive path by Arend van Spriel · 13 years ago
  69. 09c7dfa brcm80211: util: remove function brcmu_format_hex() from brcmutil by Arend van Spriel · 13 years ago
  70. 20e5ca1 brcm80211: util: move brcmu_pktfrombuf() function to brcmfmac by Arend van Spriel · 13 years ago
  71. 1433c59 brcm80211: smac: remove phy api bypass in rate.h by Arend van Spriel · 13 years ago
  72. 094b199 brcm80211: smac: some local function made static in main.c by Arend van Spriel · 13 years ago
  73. 888153b brcm80211: smac: avoid sprom endianess conversions for crc8 check by Arend van Spriel · 13 years ago
  74. 32cb68b brcm80211: smac: remove obsolete srom variables from n-phy by Arend van Spriel · 13 years ago
  75. c261bdf brcm80211: smac: indicate severe problems to Mac80211 by Roland Vossen · 13 years ago
  76. 0527781 brcm80211: fmac: changed two scan related structures by Roland Vossen · 13 years ago
  77. 6f09be0 brmc80211: fmac: reworked next_bss() by Roland Vossen · 13 years ago
  78. d34bf64 brcm80211: fmac: annotated little endian struct with _le by Roland Vossen · 13 years ago
  79. 3b64bd3 brcm80211: smac: removed support for SROM rev < 8 by Roland Vossen · 13 years ago
  80. 6b1a89a brcm80211: smac: drop "40MHz intolerant" flag from HT capability info by Arend van Spriel · 13 years ago
  81. 2303821 brcm80211: removed duplicate defines by Alwin Beukers · 13 years ago
  82. 73ffc2f brcm80211: cleanup defines in main.c by Alwin Beukers · 13 years ago
  83. ae8e467 brcm80211: smac: eliminate a null pointer dereference in dma.c by Arend van Spriel · 13 years ago
  84. 4529623 staging: Add module.h to more drivers implicitly using it. by Paul Gortmaker · 13 years ago
  85. ee40fa0 drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  86. b7a57e7 net: wireless: brcm80210: include module.h by Stephen Rothwell · 13 years ago
  87. d8f6cd0 brcm80211: removed file wifi.c by Alwin Beukers · 13 years ago
  88. 4476065 brcm80211: moved function brcmu_format_flags by Alwin Beukers · 13 years ago
  89. 53a2277 brcm80211: moved function brcmu_mkiovar by Alwin Beukers · 13 years ago
  90. 3de6781 brcm80211: moved function brcmu_chspec_malformed by Alwin Beukers · 13 years ago
  91. f8e4b41 brcm80211: moved function brcmu_parse_tlvs by Alwin Beukers · 13 years ago
  92. b0551fb brcm80211: moved function brcmu_chipname by Alwin Beukers · 13 years ago
  93. ef6ac17 brcm80211: moved power conversion functions by Alwin Beukers · 13 years ago
  94. f53b170 brcm80211: removed unused functions by Alwin Beukers · 13 years ago
  95. a718e2f brcm80211: fmac: fixed weird indentation by Roland Vossen · 13 years ago
  96. c68cdc0 brcm80211: use endian annotation for scan time configuration by Arend van Spriel · 13 years ago
  97. f588bc0 brcm80211: use endian annotation for roaming related parameters by Arend van Spriel · 13 years ago
  98. c4e382d brcm80211: use endian annotations for assoc ie length request by Arend van Spriel · 13 years ago
  99. 40c8e95 brcm80211: use endian annotation for pmk related structure by Arend van Spriel · 13 years ago
  100. 6683107 brcm80211: use endian annotations in scan related function by Arend van Spriel · 13 years ago