1. 53216d6 rt2800: do not crash if spec->channels is NULL by Stanislaw Gruszka · 12 years ago
  2. 8857d6d rt2x00: Fix tx status reporting for reordered frames in rt2800pci by Helmut Schaa · 12 years ago
  3. 1dd0dbb rt2x00: Revert "rt2x00: remove unused argument" by Helmut Schaa · 12 years ago
  4. 43283fe mwifiex: cleanup VHT cap by Yogesh Ashok Powar · 12 years ago
  5. 345fb3f Merge tag 'for-linville-20130318' of git://github.com/kvalo/ath6kl by John W. Linville · 12 years ago
  6. 445ea4e mac80211: stop queues temporarily for flushing by Johannes Berg · 12 years ago
  7. 39ecc01 mac80211: pass queue bitmap to flush operation by Johannes Berg · 12 years ago
  8. a0ca796 mac80211/minstrel_ht: do not sample actively used rates by Felix Fietkau · 12 years ago
  9. bc96f24 mac80211/minstrel_ht: avoid useless sampling of high-probability slower rates by Felix Fietkau · 12 years ago
  10. 3e8b1eb mac80211/minstrel_ht: improve rate selection stability by Felix Fietkau · 12 years ago
  11. d260ff1 mac80211: remove vif debugfs driver callbacks by Stanislaw Gruszka · 12 years ago
  12. ddbfe86 mac80211: move sdata debugfs dir to vif by Stanislaw Gruszka · 12 years ago
  13. feb94d3 Bluetooth: Fix PIN/Confirm/Passkey response parameters by Johan Hedberg · 12 years ago
  14. 1707c60 Bluetooth: Simplify address parameters of user_pairing_resp() by Johan Hedberg · 12 years ago
  15. 4c01f8b Bluetooth: Fix fast connectable state when enabling page scan by Johan Hedberg · 12 years ago
  16. bd98b99 Bluetooth: Fix updating page scan parameters when not necessary by Johan Hedberg · 12 years ago
  17. 4a3ee76 Bluetooth: Update page scan parameters after successful write commands by Johan Hedberg · 12 years ago
  18. f332ec6 Bluetooth: Add reading of page scan parameters by Johan Hedberg · 12 years ago
  19. e36a376 Bluetooth: Disable fast connectable when disabling connectable by Johan Hedberg · 12 years ago
  20. 406d780 Bluetooth: Refactor fast connectable HCI commands by Johan Hedberg · 12 years ago
  21. 1a4d3c4 Bluetooth: Add proper flag for fast connectable mode by Johan Hedberg · 12 years ago
  22. 05cbf29 Bluetooth: Fix error response for simultaneous fast connectable commands by Johan Hedberg · 12 years ago
  23. 1a47aee Bluetooth: Limit fast connectable support to >= 1.2 controllers by Johan Hedberg · 12 years ago
  24. 33e38b3 Bluetooth: Fix fast connectable response sending by Johan Hedberg · 12 years ago
  25. 2b76f45 Bluetooth: Use an async request for mgmt_set_connectable by Johan Hedberg · 12 years ago
  26. b3f2ca9 Bluetooth: Fix setting local name to the existing value by Johan Hedberg · 12 years ago
  27. 3f98505 Bluetooth: Fix local name setting for LE-only controllers by Johan Hedberg · 12 years ago
  28. 04b4edc Bluetooth: Handle AD updating through an async request by Johan Hedberg · 12 years ago
  29. 1392897 Bluetooth: Fix waiting for EIR update when setting local name by Johan Hedberg · 12 years ago
  30. 35b973c Bluetooth: Fix clearing flags on power off before notifying mgmt by Johan Hedberg · 12 years ago
  31. f9f8527 Bluetooth: Clear non-persistent flags when closing HCI device by Johan Hedberg · 12 years ago
  32. 2cc6fb0 Bluetooth: Add a define for the HCI persistent flags mask by Johan Hedberg · 12 years ago
  33. 2908fe3 Bluetooth: Remove useless HCI_PENDING_CLASS flag by Johan Hedberg · 12 years ago
  34. 92da609 Bluetooth: Fix UUID/class mgmt command response synchronization by Johan Hedberg · 12 years ago
  35. 0cab9c8 Bluetooth: Fix busy condition testing for EIR and class updates by Johan Hedberg · 12 years ago
  36. 229ab39 Bluetooth: Wait for HCI command completion with mgmt_set_powered by Johan Hedberg · 12 years ago
  37. 890ea89 Bluetooth: Update mgmt powered HCI commands to use async requests by Johan Hedberg · 12 years ago
  38. 70da624 Bluetooth: Move power on HCI command updates to their own function by Johan Hedberg · 12 years ago
  39. 5ae327f Bluetooth: Replaced kzalloc and memcpy with kmemdup by Alexandru Gheorghiu · 12 years ago
  40. 12033ca Bluetooth: Use PTR_RET function by Alexandru Gheorghiu · 12 years ago
  41. 49c87cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  42. 243c028 ath6kl: Fix a debugfs crash for USB devices by Mohammed Shafi Shajakhan · 12 years ago
  43. a41d9a9 ath: changed kmalloc to kmemdup by Andrei Epure · 12 years ago
  44. 6a3e4e0 ath6kl: Fix the byte alignment rule to avoid loss of bytes in a TCP segment by Myoungje Kim · 12 years ago
  45. 15ac077 ath6kl: remove false check from ath6kl_rx() by Kalle Valo · 12 years ago
  46. 99089ab ath6kl: add an extra band check to ath6kl_wmi_beginscan_cmd() by Kalle Valo · 12 years ago
  47. aa8705f ath6kl: add tracing support to debug message macros by Kalle Valo · 12 years ago
  48. da01d53 ath6kl: add tracing support to log functions by Kalle Valo · 12 years ago
  49. d470b4b ath6kl: convert ath6kl_info/err/warn macros to real functions by Kalle Valo · 12 years ago
  50. 4771979 ath6kl: adding tracing points for htc_mbox by Kalle Valo · 12 years ago
  51. d57f093 ath6kl: add tracing point for hif irqs by Kalle Valo · 12 years ago
  52. e60c815 ath6kl: add tracing points for sdio transfers by Kalle Valo · 12 years ago
  53. 416cf0b ath6kl: add tracing support and tracing points for wmi packets by Kalle Valo · 12 years ago
  54. 44af344 ath6kl: cold reset target after host warm boot by Kalle Valo · 12 years ago
  55. 4e1609c ath6kl: fix usb related error handling and warnings by Kalle Valo · 12 years ago
  56. ec1461d ath6kl: cleanup ath6kl_reset_device() by Kalle Valo · 12 years ago
  57. e72c274 ath6kl: print firmware capabilities by Kalle Valo · 12 years ago
  58. 77189df bluetooth: btmrvl_sdio: look for sd8688 firmware in proper location by Lubomir Rintel · 12 years ago
  59. 4969b41 b43: HT-PHY: enable basic TX power setup by Rafał Miłecki · 12 years ago
  60. 5949e04 b43: HT-PHY: setup TX power control by Rafał Miłecki · 12 years ago
  61. 4409a23 b43: HT-PHY: implement RSSI polling by Rafał Miłecki · 12 years ago
  62. 396535e b43: HT-PHY: implement playing sample tone by Rafał Miłecki · 12 years ago
  63. 371ec46 b43: HT-PHY: implement stopping sample tone playback by Rafał Miłecki · 12 years ago
  64. 60e8fb9 b43: HT-PHY: implement controlling TX power control by Rafał Miłecki · 12 years ago
  65. a51ab25 b43: HT-PHY: implement PA override by Rafał Miłecki · 12 years ago
  66. 4cce095 b43: HT-PHY: implement CCA reset by Rafał Miłecki · 12 years ago
  67. d7bb7ca b43: HT-PHY: implement MAC reclocking by Rafał Miłecki · 12 years ago
  68. 2dacfe7 b43: HT-PHY: implement spurious tone avoidance by Rafał Miłecki · 12 years ago
  69. f6099f8 b43: HT-PHY: move TX fix to the separated function by Rafał Miłecki · 12 years ago
  70. b372afa b43: HT-PHY: add classifier control function by Rafał Miłecki · 12 years ago
  71. 4760692 b43: HT-PHY: rename AFE defines by Rafał Miłecki · 12 years ago
  72. 1a2780e wil6210: temperature measurement by Vladimir Kondratiev · 12 years ago
  73. b802317 wil6210: sync with new firmware by Vladimir Kondratiev · 12 years ago
  74. 55f7acd wil6210: new SW reset by Vladimir Kondratiev · 12 years ago
  75. c7996ef wil6210: headers clean-up by Vladimir Kondratiev · 12 years ago
  76. acc9780 wil6210: use WLAN_CAPABILITY_DMG_TYPE_MASK by Vladimir Kondratiev · 12 years ago
  77. de70ab8 wil6210: fix FW error notification by Vladimir Kondratiev · 12 years ago
  78. 102b1d9 wil6210: report all received mgmt frames by Vladimir Kondratiev · 12 years ago
  79. a0f7845 wil6210: use cfg80211_inform_bss_frame() by Vladimir Kondratiev · 12 years ago
  80. d81079f wil6210: refactor connect_worker by Vladimir Kondratiev · 12 years ago
  81. 03866e7 wil6210: Fix garbage sent to the FW with wmi_set_ie() by Vladimir Kondratiev · 12 years ago
  82. b1defa4 wil6210: do not set IE's for beacon by Vladimir Kondratiev · 12 years ago
  83. 249a382 wil6210: handle WMI_BA_STATUS_EVENTID by Vladimir Kondratiev · 12 years ago
  84. 3442a50 wil6210: handle linkup/linkdown WMI events by Vladimir Kondratiev · 12 years ago
  85. 3b0378a wil6210: Remove local implementation of dynamic hexdump by Vladimir Kondratiev · 12 years ago
  86. d95f1d2 wil6210: remove unused including <linux/version.h> by Wei Yongjun · 12 years ago
  87. a9fac73 ssb: pci: Fix flipping of MAC address by Larry Finger · 12 years ago
  88. 9437a24 rtlwifi: rtl8192cu: Fix problem that prevents reassociation by Larry Finger · 12 years ago
  89. 5818a46 rt2x00: fix rt2x00 to work with the new ralink SoC config symbols by John Crispin · 12 years ago
  90. d15591b Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  91. 94a32d10 Bluetooth: Device 0cf3:3008 should map AR 3012 by Sunguk Lee · 12 years ago
  92. c3f251a mwl8k: don't overwrite regulatory settings on fw reload by Jonas Gorski · 12 years ago
  93. 7c21bb6 wireless:rtlwifi: replaced kmalloc+memcpy with kmemdup by Andrei Epure · 12 years ago
  94. 60c46bf iwlegacy: fix sparse warnings by Stephen Hemminger · 12 years ago
  95. 4363b57 orinoco_usb: don't release nonexistent firmware by Michal Pecio · 12 years ago
  96. 720d3f1 Merge tag 'nfc-next-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by John W. Linville · 12 years ago
  97. de12198 Merge tag 'nfc-fixes-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-fixes by John W. Linville · 12 years ago
  98. 488b366 mac80211: add driver callback for per-interface multicast filter by Alexander Bondar · 12 years ago
  99. 511044e mac80211: remove a few set but unused variables by Johannes Berg · 12 years ago
  100. 6d10e46 mac80211: batch key free synchronize_net() by Johannes Berg · 12 years ago