1. 4bda7fa wcn36xx: Cache nv to avoid request_firmware on resume path by Pontus Fuchs · 11 years ago
  2. 546c505 wcn36xx: Wait longer for SMD commands to complete by Pontus Fuchs · 11 years ago
  3. c951da4 wcn36xx: Improve feature caps exchange by Pontus Fuchs · 11 years ago
  4. 0876232 wcn36xx: Fix copy paste error hal_exit_bmps -> hal_keep_alive by Pontus Fuchs · 11 years ago
  5. 6b27fe5 wlcore: add support for STA CSA with chan contexts by Arik Nemtsov · 11 years ago
  6. d881fa2 wlcore: enable beacon filtering only after receiving a beacon by Eliad Peller · 11 years ago
  7. 5b07d97 wlcore: increase timeout to 5000 msecs by Yaniv Machani · 11 years ago
  8. 1ede950 wlcore: decrease warning verbosity during recovery by Arik Nemtsov · 11 years ago
  9. 41ed1a7 wlcore: consider multiple APs when checking active_link_count by Eliad Peller · 11 years ago
  10. bf4e5f1 wlcore: don't handle unsetting of default wep key by Eliad Peller · 11 years ago
  11. bc566f9 wlcore: wl18xx: allow CCK rates for AP mode by Arik Nemtsov · 11 years ago
  12. 5a441f5 wlcore: don't stop sched_scan on interface removal by Barak Bercovitz · 11 years ago
  13. 2a5ad92 wlcore: send EAPOL frames with voice priority by Igal Chernobelsky · 11 years ago
  14. 028e724 wl18xx: move to new firmware (wl18xx-fw-3.bin) by Eliad Peller · 11 years ago
  15. abf0b24 wlcore/wl12xx/wl18xx: configure iface_combinations per-hw by Eliad Peller · 11 years ago
  16. 32f0fd5 wlcore/wl12xx/wl18xx: configure max_stations per-hw by Eliad Peller · 11 years ago
  17. da08fdf wlcore/wl12xx/wl18xx: configure num_links per-hw by Eliad Peller · 11 years ago
  18. 75fb4df wlcore/wl12xx/wl18xx: simplify fw_status handling by Eliad Peller · 11 years ago
  19. 7a53626 wlcore: AP: don't start mac80211 PS on non-peer HLIDs by Arik Nemtsov · 11 years ago
  20. 51ae14d wlcore: block read/writes to FW during ELP by Barak Bercovitz · 11 years ago
  21. 9be86cf wlcore: cancel Tx watchdog on suspend and rearm on first Tx after by Arik Nemtsov · 11 years ago
  22. 02d0727 wlcore: memset wl->rx_filter_enabled to zero after recovery by Nadim Zubidat · 11 years ago
  23. bb6bd25 b43: use kernel api to replace b43 specific helper function by ZHAO Gang · 11 years ago
  24. 0e028ab Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  25. e57f173 mwifiex: add key material v2 support by Avinash Patil · 11 years ago
  26. 7f445d0 mwifiex: parse API version from FW by Avinash Patil · 11 years ago
  27. be104b9 mwifiex: disable all TDLS link during disconnection by Avinash Patil · 11 years ago
  28. b06c5321 mwifiex: separate BA params for TDLS link if 11ac is supported by Avinash Patil · 11 years ago
  29. 5f6d598 mwifiex: add VHT support for TDLS by Avinash Patil · 11 years ago
  30. 9ed230b mwifiex: pass ieee80211_vht_cap to mwifiex_fill_vht_cap_tlv by Avinash Patil · 11 years ago
  31. daeb5bb mwifiex: AMPDU support for TDLS link by Avinash Patil · 11 years ago
  32. d63bf5e mwifiex: tdls related handling for data packets addressed to TDLS peer by Avinash Patil · 11 years ago
  33. 56bd24a mwifiex: provision for holding and restoring packets during TDLS setup by Avinash Patil · 11 years ago
  34. 1f4dfd8 mwifiex: add cfg80211 change_station handler support by Avinash Patil · 11 years ago
  35. e48e0de mwifiex: add cfg80211 add_station handler support by Avinash Patil · 11 years ago
  36. 429d90d mwifiex: add cfg80211 tdls_oper handler support by Avinash Patil · 11 years ago
  37. 5f2caaf mwifiex: parse TDLS action frames during RX by Avinash Patil · 11 years ago
  38. b23bce2 mwifiex: add tdls_mgmt handler support by Avinash Patil · 11 years ago
  39. 341b880 mwifiex: cleanup in mwifiex_fill_cap_info() by Amitkumar Karwar · 11 years ago
  40. 4bcf93d mwifiex: move station list functions to common code by Avinash Patil · 11 years ago
  41. 41a24a2 mwifiex: make tos_to_tid_inv part of mwifiex_private structure by Avinash Patil · 11 years ago
  42. eac4322 mwifiex: handle AMPDU supported check for AP interface by Avinash Patil · 11 years ago
  43. 79d9a54 mwifiex: advertise correct beamforming information for VHT by Amitkumar Karwar · 11 years ago
  44. 645097c mwifiex: update beamforming capability field for HT by Amitkumar Karwar · 11 years ago
  45. 189b329 mwifiex: don't leak DMA command skbuffs by Aaron Durbin · 11 years ago
  46. dbccc92 mwifiex: balance dma map/unmap sizes by Aaron Durbin · 11 years ago
  47. 21f58d20 mwifiex: implement extended scan feature by Amitkumar Karwar · 11 years ago
  48. d44b5c2 mwifiex: separate out next scan command queueing logic by Amitkumar Karwar · 11 years ago
  49. 3b4d5c6 mwifiex: separate out response buffer parsing code by Amitkumar Karwar · 11 years ago
  50. b8b3ece mwifiex: change beacon parameter structure by Amitkumar Karwar · 11 years ago
  51. f25b143 mwifiex: remove unsupported code in 11ac by Bing Zhao · 11 years ago
  52. 406d702 mwifiex: improve readability in 11ac mcsmap to maxrate conversion by Bing Zhao · 11 years ago
  53. 89467d8 mwifiex: make 11ac mcs rate tables global and const by Bing Zhao · 11 years ago
  54. 7abf412 mwifiex: make use of IEEE80211_VHT_MCS_NOT_SUPPORTED by Bing Zhao · 11 years ago
  55. e3d7556 ath9k: Calculate IQ-CAL median by Sujith Manoharan · 11 years ago
  56. 4357a81 ath9k: Expand the IQ coefficient array by Sujith Manoharan · 11 years ago
  57. 97fe642 ath9k: Modify IQ calibration for AR955x by Sujith Manoharan · 11 years ago
  58. adddc0d ath9k: Fix magnitude/phase calculation by Sujith Manoharan · 11 years ago
  59. 8c22138 ath9k: Rename ar9003_hw_tx_iqcal_load_avg_2_passes by Sujith Manoharan · 11 years ago
  60. 9fded99 ath9k: Check explicitly for IQ calibration by Sujith Manoharan · 11 years ago
  61. 86d77b4 ath9k: Fix IQ cal post processing for SoC by Sujith Manoharan · 11 years ago
  62. 98f99ee ath9k_htc: Add device ID for Buffalo WLI-UV-AG300P by Masaki TAGAWA · 11 years ago
  63. 9e495a2 ath9k: Remove ath9k rate control by Sujith Manoharan · 11 years ago
  64. 482b30b ath9k_htc: catch fw panic pattern by Oleksij Rempel · 11 years ago
  65. c8ec0f5 ath9k_htc: remove useless memcpy by Oleksij Rempel · 11 years ago
  66. 341b29b ath9k_htc: use ath9k_cmn_rx_skb_postprocess by Oleksij Rempel · 11 years ago
  67. 5a078fc ath9k: move ath9k_rx_skb_postprocess to common.c by Oleksij Rempel · 11 years ago
  68. 64d9f1f ath9k_htc: sync rx_status-> related code with ath9k by Oleksij Rempel · 11 years ago
  69. 4ed1a8d ath9k_htc: use ath9k_cmn_rx_accept by Oleksij Rempel · 11 years ago
  70. 1db54ff ath9k_htc: use ath9k_cmn_process_rate by Oleksij Rempel · 11 years ago
  71. e5ba18c ath9k_htc: use ath9k_cmn_process_rssi by Oleksij Rempel · 11 years ago
  72. 1f83b04 ath9k_htc: add rx header converter to make it usable by ath9k by Oleksij Rempel · 11 years ago
  73. 6438696 ath9k: move ath9k_rx_accept to common.c by Oleksij Rempel · 11 years ago
  74. 1274603 ath9k: move ath9k_process_rate to common.c by Oleksij Rempel · 11 years ago
  75. 32efb0c ath9k: move ath9k_process_rssi to common.c by Oleksij Rempel · 11 years ago
  76. 2f2cb32 ath: add last_rssi to ath_common by Oleksij Rempel · 11 years ago
  77. 45cfc51 rt2x00: move frequent messages to debug level by Stanislaw Gruszka · 11 years ago
  78. 2da5cb29 brcmfmac: CR4 takes precedence over CM3 in brcmf_chip_enter_download() by Arend van Spriel · 11 years ago
  79. 787eb03 brcmfmac: correct setting of WEP broadcast/unicast keys by Daniel Kim · 11 years ago
  80. 4aa2c47 brcmfmac: get chip core information from the device by Arend van Spriel · 11 years ago
  81. c5a9f3c brcmfmac: remove unintended error logging by Arend van Spriel · 11 years ago
  82. 82030d6 brcmfmac: remove TRACE level debug message from brcmf_sdio_bus_sleep() by Arend van Spriel · 11 years ago
  83. cb7cf7b brcmfmac: make chip related functions host interface independent by Arend van Spriel · 11 years ago
  84. e0c180e brcmfmac: on sdio remove first detach bus then stop worker. by Hante Meuleman · 11 years ago
  85. f9951c1 brcmfmac: simplify sdio code download routine. by Hante Meuleman · 11 years ago
  86. 79c868e brcmfmac: fix sdio sending of large buffers. by Hante Meuleman · 11 years ago
  87. 20c9c9b brcmfmac: rename sdio_chip.[ch] by Arend van Spriel · 11 years ago
  88. 65d80d0 brcmfmac: move SDIO specific functions by Arend van Spriel · 11 years ago
  89. 0801e6c brcmfmac: enable firmware console logging functionality by Daniel Kim · 11 years ago
  90. 0b0acd8 brcmfmac: add owner info to sdio_driver structure by Franky Lin · 11 years ago
  91. 9ee66d1 brcmfmac: expand sta info to report dtim and beacon period. by Hante Meuleman · 11 years ago
  92. f783807 ath9k: Fix uninitialized variable in ath9k_has_tx_pending() by Geert Uytterhoeven · 11 years ago
  93. 6f7343d rtl818x: change misleading names for few register bit definitions by andrea merello · 11 years ago
  94. bafc20a ath9k: Remove unnecessary check by Sujith Manoharan · 11 years ago
  95. 4effc6f ath9k: prepare for multi-interface CSA support by Michal Kazior · 11 years ago
  96. 841577c Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  97. e9c6531 Merge git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 11 years ago
  98. b28a960 Linux 3.14-rc2 by Linus Torvalds · 11 years ago
  99. cd63204 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  100. f94aa7c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago