1. 12c5ffb cfg80211: Update REG_DBG_PRINT macro and uses by Joe Perches · 13 years ago
  2. 5bc91db wireless: fix a typo in ignore_reg_update by Mihai Moldovan · 13 years ago
  3. a203c2a cfg80211: really ignore the regulatory request by Sven Neumann · 13 years ago
  4. e00cf3b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  5. 6572e91 wireless: Fix warnings due to -Wunused-but-set-variable by Rajkumar Manoharan · 13 years ago
  6. a70171d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  7. c989bb1 cfg80211: fix regresion on reg user timeout by Luis R. Rodriguez · 13 years ago
  8. 252f4bf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  9. a90c7a3 cfg80211: add a timer for invalid user reg hints by Luis R. Rodriguez · 13 years ago
  10. 1460955 cfg80211: fix regulatory restore upon user hints by Luis R. Rodriguez · 13 years ago
  11. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  12. 4d9d88d net/wireless: add COUNTRY to to regulatory device uevent by Scott James Remnant · 13 years ago
  13. 59eb21a cfg80211: Extend channel to frequency mapping for 802.11j by Bruno Randolf · 14 years ago
  14. ff039c6 cfg80211: fix transposition of words in printk by Bob Copeland · 14 years ago
  15. 2784fe9 cfg80211: fix null pointer dereference with a custom regulatory request by Luis R. Rodriguez · 14 years ago
  16. e9c0268 net/wireless: Use pr_<level> and netdev_<level> by Joe Perches · 14 years ago
  17. b2e253c cfg80211: Fix regulatory bug with multiple cards and delays by Luis R. Rodriguez · 14 years ago
  18. b0e2880 cfg80211: move mutex locking to reg_process_pending_hints() by Luis R. Rodriguez · 14 years ago
  19. f333a7a cfg80211: move reg_work and reg_todo above by Luis R. Rodriguez · 14 years ago
  20. 31e9972 cfg80211: put core regulatory request into queue by Luis R. Rodriguez · 14 years ago
  21. d91e41b cfg80211: prefix REG_DBG_PRINT() with cfg80211 by Luis R. Rodriguez · 14 years ago
  22. e702d3c cfg80211: add debug print when processing a channel by Luis R. Rodriguez · 14 years ago
  23. a651853 cfg80211: add debug print when disabling a channel on a custom regd by Luis R. Rodriguez · 14 years ago
  24. 926a0a0 cfg80211: add debug prints for when we ignore regulatory hints by Luis R. Rodriguez · 14 years ago
  25. ca4ffe8 cfg80211: fix disabling channels based on hints by Luis R. Rodriguez · 14 years ago
  26. 749b527 cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORY by Luis R. Rodriguez · 14 years ago
  27. 7ca43d0 cfg80211: pass the reg hint initiator to helpers by Luis R. Rodriguez · 14 years ago
  28. a171fba cfg80211: fix regression on processing country IEs by Luis R. Rodriguez · 14 years ago
  29. 46a5eba cfg80211/mac80211: use lockdep_assert_held by Johannes Berg · 14 years ago
  30. c61029c wireless: upcase alpha2 values in queue_regulatory_request by John W. Linville · 14 years ago
  31. c4c3229 cfg80211: Update of regulatory request initiator handling by Yuri Ershov · 14 years ago
  32. f9f9b6e wireless: remove unneeded variable from regulatory_hint_11d() by Dan Carpenter · 14 years ago
  33. 34782e9 wireless: remove unnecessary reg_same_country_ie_hint by John W. Linville · 14 years ago
  34. 4f366c5 wireless: only use alpha2 regulatory information from country IE by John W. Linville · 14 years ago
  35. 670b7f1 wireless: mark reg_mutex as static by John W. Linville · 14 years ago
  36. 2fcc9f7 wireless: move regulatory_init to .init.text by Uwe Kleine-König · 14 years ago
  37. 5c01d56 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  38. 0f2df9e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge by John W. Linville · 14 years ago
  39. cb4361c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  40. 55f9893 wireless: remove trailing space in messages by Frans Pop · 14 years ago
  41. 368d06f wireless: convert reg_regdb_search_lock to mutex by John W. Linville · 14 years ago
  42. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  43. 09d989d cfg80211: add regulatory hint disconnect support by Luis R. Rodriguez · 15 years ago
  44. a2bff26 cfg80211: avoid flushing the global workqueue for core reg hints by Luis R. Rodriguez · 15 years ago
  45. 84920e3 cfg80211: make regulatory_hint_11d() band specific by Luis R. Rodriguez · 15 years ago
  46. a0f2e0f cfg80211: Ingore country IEs with a zero set of number of channels by Luis R. Rodriguez · 15 years ago
  47. e99c7cd cfg80211: fix 2 GHz subband calculation for country IEs by Luis R. Rodriguez · 15 years ago
  48. cc5d8a3 cfg80211: Fix country IE parsing for single channel triplets by Luis R. Rodriguez · 15 years ago
  49. 08030db cfg80211: process the max power on a country IE by Luis R. Rodriguez · 15 years ago
  50. b74d12e cfg80211: add debug print when we drop a bogus country IE by Luis R. Rodriguez · 15 years ago
  51. 8271195 wireless: fix build breakage when CONFIG_CFG80211_REG_DEBUG not set by John W. Linville · 15 years ago
  52. 4f9b2a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  53. 4113f75 cfg80211: add a regulatory debug print by Luis R. Rodriguez · 15 years ago
  54. e12822e cfg80211: fix syntax error on user regulatory hints by Luis R. Rodriguez · 15 years ago
  55. baeb66f wireless: remove CONFIG_WIRELESS_OLD_REGULATORY by John W. Linville · 15 years ago
  56. ea1e4b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  57. 3b377ea wireless: support internal statically compiled regulatory database by John W. Linville · 15 years ago
  58. 65182b9 wireless: update old static regulatory domain rules by John W. Linville · 15 years ago
  59. 269ac5f cfg80211: indent regulatory messages with spaces by Kalle Valo · 15 years ago
  60. 5be83de cfg80211: convert bools into flags by Johannes Berg · 15 years ago
  61. 1fe90b0 trivial: remove duplicate "different" from comment by Thadeu Lima de Souza Cascardo · 15 years ago
  62. d5b96a6 mac80211: remove max_bandwidth by Pat Erley · 15 years ago
  63. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  64. 8b19e6c cfg80211: enable country IE support to all cfg80211 drivers by Luis R. Rodriguez · 15 years ago
  65. abc7381 cfg80211: decouple regulatory variables from cfg80211_mutex by Luis R. Rodriguez · 15 years ago
  66. 4b44c8b cfg80211: do not iterate over rdev list on country IE hint by Luis R. Rodriguez · 15 years ago
  67. 9828b01 cfg80211: use goto out on country IE reg hint failure by Luis R. Rodriguez · 15 years ago
  68. 3718424 cfg80211: fix regression on beacon world roaming feature by Luis R. Rodriguez · 15 years ago
  69. ae9e4b0 cfg80211: treat ieee80211_regdom hints as user hints by Luis R. Rodriguez · 15 years ago
  70. 79c97e9 cfg80211: clean up naming once and for all by Johannes Berg · 15 years ago
  71. 558f6d3 cfg80211: fix for duplicate response for driver reg request by Luis R. Rodriguez · 15 years ago
  72. 729e9c7 cfg80211: fix for duplicate userspace replies by Luis R. Rodriguez · 15 years ago
  73. c649c0e3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  74. bbcf3f0 cfg80211: warn when wiphy_apply_custom_regulatory() does nothing by Luis R. Rodriguez · 15 years ago
  75. 61405e9 cfg80211: fix in nl80211_set_reg() by Luis R. Rodriguez · 15 years ago
  76. 689da1b wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+ by Luis R. Rodriguez · 15 years ago
  77. 038659e cfg80211: Process regulatory max bandwidth checks for HT40 by Luis R. Rodriguez · 15 years ago
  78. 5078b2e cfg80211: fix race between core hint and driver's custom apply by Luis R. Rodriguez · 15 years ago
  79. a8679be Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  80. 22f6dac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  81. 0ef9ccd cfg80211: remove superfluous !last_request check in reg_device_remove() by Chris Wright · 15 years ago
  82. 30a548c cfg80211: fix comment on regulatory hint processing by Luis R. Rodriguez · 15 years ago
  83. b1ed8dd cfg80211: fix bug while trying to process beacon hints on init by Luis R. Rodriguez · 15 years ago
  84. ac46d48 cfg80211: fix race condition with wiphy_apply_custom_regulatory() by Luis R. Rodriguez · 15 years ago
  85. d323655 cfg80211: clean up includes by Johannes Berg · 15 years ago
  86. 6bad876 cfg80211: send regulatory beacon hint events to userspace by Luis R. Rodriguez · 15 years ago
  87. a4ed90d cfg80211: respect API on orig_flags on channel for beacon hint by Luis R. Rodriguez · 15 years ago
  88. 0ad8aca cfg80211: fix NULL pointer deference in reg_device_remove() by Luis R. Rodriguez · 15 years ago
  89. 86f0468 cfg80211: remove code about country IE support with OLD_REG by Luis R. Rodriguez · 15 years ago
  90. 6ee7d33 cfg80211: make regdom module parameter available oustide of OLD_REG by Luis R. Rodriguez · 15 years ago
  91. cc0b6fe cfg80211: fix incorrect assumption on last_request for 11d by Luis R. Rodriguez · 15 years ago
  92. 2e097dc cfg80211: force last_request to be set for OLD_REG if regdom is EU by Luis R. Rodriguez · 15 years ago
  93. 73d54c9 cfg80211: add regulatory netlink multicast group by Luis R. Rodriguez · 15 years ago
  94. 7db90f4 cfg80211: move enum reg_set_by to nl80211.h by Luis R. Rodriguez · 15 years ago
  95. 0fee54c cfg80211: remove REGDOM_SET_BY_INIT by Luis R. Rodriguez · 15 years ago
  96. ec329ac cfg80211: fix max tx power for world regdom on 5 GHz to 20dBm by Luis R. Rodriguez · 15 years ago
  97. 611b6a8 cfg80211: Enable passive scan on channels 12-14 for world roaming by Luis R. Rodriguez · 15 years ago
  98. d5df2a1 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  99. bd05f28 cfg80211: test before subtraction on unsigned by Roel Kluin · 15 years ago
  100. 2f92cd2 cfg80211: pass the regulatory_request to ignore_request by Luis R. Rodriguez · 16 years ago