1. 0af5491 Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next by John W. Linville · 12 years ago
  2. 635d999 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  3. 10a9109 mac80211: destroy assoc_data correctly if assoc fails by Eliad Peller · 12 years ago
  4. 147f20e NFC: Prevent NULL deref when getting socket name by Sasha Levin · 12 years ago
  5. 472dd35 mac80211: correct size the argument to kzalloc in minstrel_ht by Thomas Huehn · 12 years ago
  6. a6f38ac mac80211: fix crash with single-queue drivers by Johannes Berg · 12 years ago
  7. c620948 mac80211: always set in_reconfig=false on wakeup by Eliad Peller · 12 years ago
  8. 135792e mac80211: fix debugfs default key links by Johannes Berg · 12 years ago
  9. 95ddc1f cfg80211: bitrate calculation for 60g by Vladimir Kondratiev · 12 years ago
  10. 8eb41c8 {nl,cfg}80211: support high bitrates by Vladimir Kondratiev · 12 years ago
  11. c5a7e58 cfg80211: fix locking regression in monitor channel tracking by Johannes Berg · 12 years ago
  12. a1845fc mac80211: add TX prepare API by Johannes Berg · 12 years ago
  13. e3e1a0b mac80211: reduce IEEE80211_TX_MAX_RATES by Thomas Huehn · 12 years ago
  14. cb831b5 mac80211: remove tx_frags driver callback by Johannes Berg · 12 years ago
  15. ba0afa2f mac80211: include VHT capability IE in probe requests by Mahesh Palivela · 12 years ago
  16. 90cdc6d wireless: regulatory for 60g by Vladimir Kondratiev · 12 years ago
  17. 3a0c52a cfg80211: add 802.11ad (60gHz band) support by Vladimir Kondratiev · 12 years ago
  18. d9b3b28 mac80211: allow calling ieee80211_ap_probereq_get() during auth/assoc by Eliad Peller · 12 years ago
  19. e4e3245 cfg80211: respect iface combinations when starting operation by Michal Kazior · 12 years ago
  20. d4e50c5 cfg80211: add channel checking for iface combinations by Michal Kazior · 12 years ago
  21. 2e165b8 cfg80211/mac80211: remove .get_channel by Michal Kazior · 12 years ago
  22. a69b40a cfg80211: set initial monitor channel by Michal Kazior · 12 years ago
  23. b78e8ce cfg80211: track monitor channel by Michal Kazior · 12 years ago
  24. 4f03c1e cfg80211: refuse to .set_monitor_channel when non-monitors are present by Michal Kazior · 12 years ago
  25. 870d37f mac80211: refactor virtual monitor code by Michal Kazior · 12 years ago
  26. dbbae26 cfg80211: track monitor interfaces count by Michal Kazior · 12 years ago
  27. 26ab9a0 cfg80211: introduce cfg80211_get_chan_state by Michal Kazior · 12 years ago
  28. c30a3d3 cfg80211: track ibss fixed channel by Michal Kazior · 12 years ago
  29. f4489eb cfg80211: add channel tracking for AP and mesh by Michal Kazior · 12 years ago
  30. ac80014 cfg80211: .stop_ap when interface is going down by Michal Kazior · 12 years ago
  31. 6077178 cfg80211: introduce cfg80211_stop_ap by Michal Kazior · 12 years ago
  32. b1fbd46 Merge remote-tracking branch 'wireless-next/master' into mac80211-next by Johannes Berg · 12 years ago
  33. bf0c111e cfg80211: allow advertising VHT capabilities by Mahesh Palivela · 12 years ago
  34. c9b22fb mac80211: don't require associated->beacon_ies for ps by Eliad Peller · 12 years ago
  35. f823981 mac80211: flush queues before deauth/disassoc by Eliad Peller · 12 years ago
  36. fc8a732 mac80211: don't expose ieee80211_add_srates_ie() by Johannes Berg · 12 years ago
  37. 4b5ebcc mac80211: correct behaviour on unrecognised action frames by Johannes Berg · 12 years ago
  38. dfb89c5 cfg80211: don't allow WoWLAN support without CONFIG_PM by Johannes Berg · 12 years ago
  39. 2c44344 Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next by John W. Linville · 12 years ago
  40. cc45ae5 mac80211: make __ieee80211_recalc_idle static by Johannes Berg · 12 years ago
  41. 371a255 mac80211: make ieee80211_check_concurrent_iface netdev-independent by Johannes Berg · 12 years ago
  42. 1712436 mac80211: remove unused function by Johannes Berg · 12 years ago
  43. 88e920b nl80211: specify RSSI threshold in scheduled scan by Thomas Pedersen · 12 years ago
  44. 03e934f NFC: Return from rawsock_release when sk is NULL by Eric Dumazet · 12 years ago
  45. 67de956 NFC: Prevent multiple buffer overflows in NCI by Dan Rosenberg · 12 years ago
  46. 3fae027 mac80211: trace debug messages by Johannes Berg · 12 years ago
  47. 011ad0e mac80211: rename driver-trace file by Johannes Berg · 12 years ago
  48. bdcbd8e mac80211: clean up debugging by Johannes Berg · 12 years ago
  49. 133189a Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next by John W. Linville · 12 years ago
  50. 8d6fcbd Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  51. d3b2fb5 mac80211: pass sdata to some RX functions by Johannes Berg · 12 years ago
  52. 08ce5ab mac80211: two small verbose debug cleanups by Johannes Berg · 12 years ago
  53. 17efdc4 mac80211: remove TKIP debug by Johannes Berg · 12 years ago
  54. 88a9e31 mac80211: clear ifmgd->bssid only after building DELBA by Eliad Peller · 12 years ago
  55. 66572cf mac80211: add command to get current rssi by Victor Goldenshtein · 12 years ago
  56. 0f6b3f5 mac80211: fix double-start of remain-on-channel by Johannes Berg · 12 years ago
  57. 3bfda62 mac80211: Allow userspace to register for auth frames in IBSS by Will Hawkins · 12 years ago
  58. 452a6d2 mac80211: send auth in IBSS only if userspace isn't handling it by Will Hawkins · 12 years ago
  59. 6abe056 mac80211: Track auth frame registrations on IBSS ifaces by Will Hawkins · 12 years ago
  60. 9ea4fa1 mac80211: fix cleanup if driver suspend callback fails by Eyal Shapira · 12 years ago
  61. 00e96de mac80211: save wmm_acm per sdata by Yoni Divinsky · 12 years ago
  62. 50ae34a mac80211: use the correct capability info in ieee80211_set_associated() by Luciano Coelho · 12 years ago
  63. 46c1dd0 cfg80211: fix regression in multi-vif AP start by Felix Fietkau · 12 years ago
  64. 2bd7e35 nl80211: use __cfg80211_rdev_from_attrs for testmode by Johannes Berg · 12 years ago
  65. 878d9ec nl80211: change __cfg80211_rdev_from_info by Johannes Berg · 12 years ago
  66. 4f7eff1 nl80211: fix netns separation by Johannes Berg · 12 years ago
  67. 7fee477 nl80211: refactor __cfg80211_rdev_from_info by Johannes Berg · 12 years ago
  68. a945540 cfg80211: make some functions static by Johannes Berg · 12 years ago
  69. 6df653c mac80211: initialize sta pointer to avoid false-positive warning by Luciano Coelho · 12 years ago
  70. 559cef9 mac80211: cleanup offchannel_ps_enable argument by Rajkumar Manoharan · 12 years ago
  71. 69d4cfe Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  72. 7ebfa46 mac80211: fix and improve mesh RANN processing by Chun-Yeow Yeoh · 12 years ago
  73. d6a4ed6 mac80211: set only VO as a U-APSD enabled AC by Arik Nemtsov · 12 years ago
  74. 04800ad mac80211: stop Rx during HW reconfig by Arik Nemtsov · 12 years ago
  75. 58886a9 mac80211: fix the assignment of mesh element TTL by Chun-Yeow Yeoh · 12 years ago
  76. 728b19e {nl,cfg,mac}80211: implement dot11MeshHWMPconfirmationInterval by Chun-Yeow Yeoh · 12 years ago
  77. dbb912c mac80211: invoke the timer only with correct dot11MeshHWMPRootMode value by Chun-Yeow Yeoh · 12 years ago
  78. 3fbf4b71b mac80211: implement the proactive PREP generation by Chun-Yeow Yeoh · 12 years ago
  79. f960727 Bluetooth: Fix sending HCI_Disconnect only when connected by Vishal Agarwal · 12 years ago
  80. a69cc44 mac80211: implement the proactive PREQ generation by Chun-Yeow Yeoh · 12 years ago
  81. ac1073a {nl,cfg,mac}80211: implement dot11MeshHWMProotInterval and dot11MeshHWMPactivePathToRootTimeout by Chun-Yeow Yeoh · 12 years ago
  82. 211c17a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  83. ec8eb9ae Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  84. 1f7e010 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  85. 4a4ab0d nl80211: fix sched scan match attribute name by Johannes Berg · 12 years ago
  86. ac4d82f mac80211: Disallow changing chan type on monitor when CHAN_MODE_FIXED by Pontus Fuchs · 12 years ago
  87. 79543d8 mac80211: stop polling in disassociation by David Spinadel · 12 years ago
  88. 554a43d mac80211: check sdata_running on ieee80211_set_bitrate_mask by Eliad Peller · 12 years ago
  89. fe20b39 cfg80211: fix potential deadlock in regulatory by Eliad Peller · 12 years ago
  90. e979e33 mac80211: allow cancelling dependent ROCs by Johannes Berg · 12 years ago
  91. a59f975 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  92. 1dd4558 mac80211: add missing kernel-doc by Ashok Nagarajan · 12 years ago
  93. 8f321f8 Bluetooth: Fix using uninitialized option in RFCMode by Szymon Janc · 12 years ago
  94. 2e486868 Merge tag 'nfc-next-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0 by John W. Linville · 12 years ago
  95. 3b4a39a Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  96. cef2827 mac80211: remove unneeded ieee80211_run_deferred_scan() by Johannes Berg · 12 years ago
  97. a4f606e {nl,cfg,mac}80211: fix the coding style related to mesh parameters by Chun-Yeow Yeoh · 12 years ago
  98. 1d0c4da Bluetooth: Fix style in hidp code by Gustavo Padovan · 12 years ago
  99. 35b3fe1c mac80211: Rename stainfo variable for the more common sta by Javier Cardona · 12 years ago
  100. e3f5d16 mac80211: Remove unused variable by Javier Cardona · 12 years ago