1. 23c3aae ath10k: add the Rx rate in FW stats by Ben Greear · 10 years ago
  2. db9cdda ath10k: fix getting stats from firmware by Ben Greear · 10 years ago
  3. 34d714e ath10k: update wal_dbg_tx_stats structure with missing parameter. by Bartosz Markowski · 10 years ago
  4. df5e852 ath10k: deinit copy engine before resetting by Michal Kazior · 10 years ago
  5. 25d0dbc ath10k: split ce initialization and allocation by Michal Kazior · 10 years ago
  6. 68c0324 ath10k: convert pci_alloc_consistent() to dma_alloc_coherent() by Michal Kazior · 10 years ago
  7. c508671 ath10k: print chip id during boot by Kalle Valo · 10 years ago
  8. 78a9cb4 ath10k: add module parameter values to the pci info print by Kalle Valo · 10 years ago
  9. 50f87a6 ath10k: improve pci debug messages by Kalle Valo · 10 years ago
  10. b39712c ath10k: delete ar_pci->fw_indicator_address by Kalle Valo · 10 years ago
  11. 929417c ath10k: advertise only firmware API 2 files by Kalle Valo · 10 years ago
  12. e42c1fb ath10k: fix name of target_ps module parameter by Kalle Valo · 10 years ago
  13. 3509846 ath10k: add module parameter to disable cold reset by Kalle Valo · 10 years ago
  14. 0399eca ath10k: cleanup ath10k_pci_wait_for_target_init() by Kalle Valo · 10 years ago
  15. 36a8f41 ath10k: add otp and firmware boot error messages by Ben Greear · 10 years ago
  16. 53c0228 ath10k: better firmware loading error messages by Ben Greear · 10 years ago
  17. be6546f ath10k: unify warning messages in mac.c by Kalle Valo · 10 years ago
  18. 2289188 ath10k: fix rssi and rate reporting by Janusz Dziedzic · 10 years ago
  19. 6df92a3 ath10k: introduce rx_status htt template by Janusz Dziedzic · 10 years ago
  20. 85f6d7c ath10k: finally kill htt_rx_info by Janusz Dziedzic · 10 years ago
  21. 78433f9 ath10k: improve way we play with attention flags by Janusz Dziedzic · 10 years ago
  22. d84dd60 ath10k: return error when ath10k_htt_rx_amsdu_pop() fail by Janusz Dziedzic · 10 years ago
  23. 87326c9 ath10k: kill not needed fields from htt_rx_info by Janusz Dziedzic · 10 years ago
  24. 36653f0 ath10k: setup rx channel per ppdu by Janusz Dziedzic · 10 years ago
  25. 8f739db ath10k: introduce ieee80211_rx_status to htt_rx_info by Janusz Dziedzic · 10 years ago
  26. cfadd9b ath10k: rename process_rx_rates to ath10k_htt_rx_h_rates by Janusz Dziedzic · 10 years ago
  27. 73539b4 ath10k: move rx related functions to htt_rx.c by Janusz Dziedzic · 10 years ago
  28. cf0fd56 ath10k: fix the peer mac address in getting stats by Chun-Yeow Yeoh · 11 years ago
  29. 821af6a ath10k: update regulatory domain settings for 10.x firmware by Marek Puzyniak · 11 years ago
  30. 8c65699 ath10k: add soft/hard firmware crash option to simulate_fw_crash by Marek Puzyniak · 11 years ago
  31. e8dc1a9 ath10k: Fill per-ppdu info in rx_info only once by Janusz Dziedzic · 11 years ago
  32. 2acc4eb ath10k: add ath10k_htt_rx_amsdu_allowed function by Janusz Dziedzic · 11 years ago
  33. 7f06ea1 ath10k: check otp.bin result by Kalle Valo · 11 years ago
  34. d6d4a58 ath10k: separate result parameter in ath10k_bmi_execute() by Kalle Valo · 11 years ago
  35. b5a6378 ath6kl: update Kconfig descriptions by Kalle Valo · 11 years ago
  36. 996bc93 ath6kl: remove unnecessary line continuations by Kalle Valo · 11 years ago
  37. c28d555 ath6kl: remove spaces before semicolon by Kalle Valo · 11 years ago
  38. a5d8f9d ath6kl: use braces on both arms of if statement by Kalle Valo · 11 years ago
  39. 3629fa1 ath6kl: fix blank lines before and after braces by Kalle Valo · 11 years ago
  40. 31b9cc9 ath6kl: fix struct hif_scatter_req list handling by Kalle Valo · 11 years ago
  41. e81bd10 ath10k: add recalc RTS/CTS protection method by Marek Kwaczynski · 11 years ago
  42. 44d6fa9 ath10k: allow the supported rate change by reassociate peer by Chun-Yeow Yeoh · 11 years ago
  43. 70dd77b ath10k: do not overwrite max_antenna_gain by Marek Puzyniak · 11 years ago
  44. bfa3536 ath10k: support msdu chaining by Ben Greear · 11 years ago
  45. 69244e5 ath10k: add vdev-id, return code to error codes by Ben Greear · 11 years ago
  46. 8d60ee8 ath10k: minimize coherent dma accesses by Michal Kazior · 11 years ago
  47. 2f5280d ath10k: remove pci completion list by Michal Kazior · 11 years ago
  48. 4596708 ath10k: reduce htt tx/rx spinlock overhead by Michal Kazior · 11 years ago
  49. 6c5151a ath10k: batch htt tx/rx completions by Michal Kazior · 11 years ago
  50. a16942e ath10k: bypass htc for htt tx path by Michal Kazior · 11 years ago
  51. 726346f ath10k: replace send_head() with tx_sg() by Michal Kazior · 11 years ago
  52. 7676a88 ath10k: remove is_aborted from skb_cb by Michal Kazior · 11 years ago
  53. 767d34f ath10k: remove DMA mapping wrappers by Michal Kazior · 11 years ago
  54. a80ddb0 ath10k: skip management frames in HTT path by Janusz Dziedzic · 11 years ago
  55. 9f81f72 ath10k: bitrate_mask add force_sgi support by Janusz Dziedzic · 11 years ago
  56. 2f0f112 ath10k: enable spectrum management support by Janusz Dziedzic · 11 years ago
  57. e72698f ath10k: set the mactime of ieee80211_rx_status by Chun-Yeow Yeoh · 11 years ago
  58. 76f9002 ath10k: fix sta_rc_update for non-ap iftype by Michal Kazior · 11 years ago
  59. d960c36 ath10k: fix 4addr rx by Michal Kazior · 11 years ago
  60. 9ba4c78 ath10k: add more details to some debug messages by Ben Greear · 11 years ago
  61. 26ebbcc ath10k: implement drv_get_tsf for ibss merging by Chun-Yeow Yeoh · 11 years ago
  62. ef1b414 ath5k: set SURVEY_INFO_IN_USE on get_survey by Felix Fietkau · 11 years ago
  63. affad45 ath9k: make some hardware reset log messages debug-only by Felix Fietkau · 11 years ago
  64. cd6cfd7 ath9k: do not set half/quarter channel flags in AR_PHY_MODE by Felix Fietkau · 11 years ago
  65. 2120ac9 ath9k: Use static const by Joe Perches · 11 years ago
  66. 443626e5 ath9k: list more reset causes in debugfs by Felix Fietkau · 11 years ago
  67. 434bb46 wireless/rt2x00: don't use PREPARE_WORK in rt2800usb.c by Tejun Heo · 11 years ago
  68. dbdac2b iwlegacy: properly enable power saving by Stanislaw Gruszka · 11 years ago
  69. 8e67427 iwlegacy: merge reclaim check by Stanislaw Gruszka · 11 years ago
  70. 59f0118 iwl3945: fix wakeup interrupt by Stanislaw Gruszka · 11 years ago
  71. e3c9168 mwifiex: enable obss scan offload feature flag by Amitkumar Karwar · 11 years ago
  72. c1c2ce0 mwifiex: remove redundant del_timer by Avinash Patil · 11 years ago
  73. 629873f mwifiex: use del_timer_sync instead of del_timer by Avinash Patil · 11 years ago
  74. 7b4f663 ath9k: Enable U-APSD AP mode support by Jouni Malinen · 11 years ago
  75. 16847f4 drivers:net:wireless:airo.c:checkpatch.pl cleanup by Avinash kumar · 11 years ago
  76. 0867c88 hostap: add Netgear MA401 card by Cédric Le Goater · 11 years ago
  77. da1bc3c net: wireless: wl3501_cs: Remove duplicate include by Sachin Kamat · 11 years ago
  78. 1a2b250 b43: return true / false instead of numbers in functions which return bool value by Zhao, Gang · 11 years ago
  79. cc1ad9d b43: Kconfig: let config B43_BCMA_PIO depends on B43 by Zhao, Gang · 11 years ago
  80. 711f145 rtlwifi: properly apply filter flags by Peter Wu · 11 years ago
  81. e51048c rtlwifi: avoid accessing RCR directly by Peter Wu · 11 years ago
  82. c42c65c mwifiex: memory corruption in mwifiex_tdls_add_vht_capab() by Dan Carpenter · 11 years ago
  83. 0971f7d Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 11 years ago
  84. c77986c Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  85. 9e4b426 Merge branch 'for-linville' of git://github.com/kvalo/ath by John W. Linville · 11 years ago
  86. 82b715c iwlwifi: mvm: fix a few wd_disable comments by Eliad Peller · 11 years ago
  87. a2978b1 iwlwifi: mvm: prepare infrastructure for more TLV flags by Eran Harary · 11 years ago
  88. d6cb37a iwlwifi: mvm: remove redundant define in fw.c by Inbal Hacohen · 11 years ago
  89. fde7383 iwlwifi: nvm: remove reading valid antennas from NVM by Johannes Berg · 11 years ago
  90. 5fc0f76 iwlwifi: mvm: add Rx frames statistics via debugfs by Eyal Shapira · 11 years ago
  91. 1f6bf07 iwlwifi: mvm: set immediate apply time bit in time events by Emmanuel Grumbach · 11 years ago
  92. cfadc3f iwlwifi: pcie: stop the firmware when we restart it by Emmanuel Grumbach · 11 years ago
  93. 1270c41 iwlwifi: mvm: fix possible memory leak by Eytan Lifshitz · 11 years ago
  94. 37e3308 mac80211: allow driver to return error from sched_scan_stop by Johannes Berg · 11 years ago
  95. df942e7 cfg80211: Pass TDLS peer capability information in tdls_mgmt by Sunil Dutt Undekari · 11 years ago
  96. bf5f483 Merge remote-tracking branch 'wireless-next/master' into mac80211-next by Johannes Berg · 11 years ago
  97. 9797feb ath10k: implement sta_rc_update() by Michal Kazior · 11 years ago
  98. 90046f5 ath10k: fix SMPS support by Michal Kazior · 11 years ago
  99. 75459e3 ath10k: release conf_mutex if vdev_start() fails by Kalle Valo · 11 years ago
  100. ef8c001 ath: remove camel case from struct reg_dmn_pair_mapping by Kalle Valo · 11 years ago