1. 558f6d3 cfg80211: fix for duplicate response for driver reg request by Luis R. Rodriguez · 15 years ago
  2. 729e9c7 cfg80211: fix for duplicate userspace replies by Luis R. Rodriguez · 15 years ago
  3. c649c0e3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  4. bbcf3f0 cfg80211: warn when wiphy_apply_custom_regulatory() does nothing by Luis R. Rodriguez · 15 years ago
  5. 61405e9 cfg80211: fix in nl80211_set_reg() by Luis R. Rodriguez · 15 years ago
  6. 689da1b wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+ by Luis R. Rodriguez · 15 years ago
  7. 038659e cfg80211: Process regulatory max bandwidth checks for HT40 by Luis R. Rodriguez · 15 years ago
  8. 5078b2e cfg80211: fix race between core hint and driver's custom apply by Luis R. Rodriguez · 15 years ago
  9. 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
  10. 22f6dac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  11. 0ef9ccd cfg80211: remove superfluous !last_request check in reg_device_remove() by Chris Wright · 15 years ago
  12. 30a548c cfg80211: fix comment on regulatory hint processing by Luis R. Rodriguez · 15 years ago
  13. b1ed8dd cfg80211: fix bug while trying to process beacon hints on init by Luis R. Rodriguez · 15 years ago
  14. ac46d48 cfg80211: fix race condition with wiphy_apply_custom_regulatory() by Luis R. Rodriguez · 15 years ago
  15. d323655 cfg80211: clean up includes by Johannes Berg · 15 years ago
  16. 6bad876 cfg80211: send regulatory beacon hint events to userspace by Luis R. Rodriguez · 15 years ago
  17. a4ed90d cfg80211: respect API on orig_flags on channel for beacon hint by Luis R. Rodriguez · 15 years ago
  18. 0ad8aca cfg80211: fix NULL pointer deference in reg_device_remove() by Luis R. Rodriguez · 15 years ago
  19. 86f0468 cfg80211: remove code about country IE support with OLD_REG by Luis R. Rodriguez · 15 years ago
  20. 6ee7d33 cfg80211: make regdom module parameter available oustide of OLD_REG by Luis R. Rodriguez · 15 years ago
  21. cc0b6fe cfg80211: fix incorrect assumption on last_request for 11d by Luis R. Rodriguez · 15 years ago
  22. 2e097dc cfg80211: force last_request to be set for OLD_REG if regdom is EU by Luis R. Rodriguez · 15 years ago
  23. 73d54c9 cfg80211: add regulatory netlink multicast group by Luis R. Rodriguez · 15 years ago
  24. 7db90f4 cfg80211: move enum reg_set_by to nl80211.h by Luis R. Rodriguez · 15 years ago
  25. 0fee54c cfg80211: remove REGDOM_SET_BY_INIT by Luis R. Rodriguez · 15 years ago
  26. ec329ac cfg80211: fix max tx power for world regdom on 5 GHz to 20dBm by Luis R. Rodriguez · 15 years ago
  27. 611b6a8 cfg80211: Enable passive scan on channels 12-14 for world roaming by Luis R. Rodriguez · 15 years ago
  28. d5df2a1 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  29. bd05f28 cfg80211: test before subtraction on unsigned by Roel Kluin · 15 years ago
  30. 2f92cd2 cfg80211: pass the regulatory_request to ignore_request by Luis R. Rodriguez · 15 years ago
  31. d951c1d cfg80211: do not kzalloc() again for a new request on __regulatory_hint by Luis R. Rodriguez · 15 years ago
  32. 28da32d cfg80211: pass the regulatory_request struct in __regulatory_hint() by Luis R. Rodriguez · 15 years ago
  33. d1c96a9 cfg80211: make __regulatory_hint() static by Luis R. Rodriguez · 15 years ago
  34. e38f8a7 cfg80211: Add AP beacon regulatory hints by Luis R. Rodriguez · 15 years ago
  35. 3fc71f7 cfg80211: enable 5 GHz world roaming channels by Luis R. Rodriguez · 15 years ago
  36. 68798a6 cfg80211: enable active-scan / beaconing on Ch 1-11 for world regdom by Luis R. Rodriguez · 15 years ago
  37. 69b1572 cfg80211: rename regdom_changed to regdom_changes() and use it by Luis R. Rodriguez · 15 years ago
  38. fff32c0 cfg80211: allow drivers that agree on regulatory to agree by Luis R. Rodriguez · 15 years ago
  39. fb1fc7a cfg80211: comments style cleanup by Luis R. Rodriguez · 15 years ago
  40. fe33eb3 cfg80211: move all regulatory hints to workqueue by Luis R. Rodriguez · 15 years ago
  41. 0441d6f cfg80211: free rd on unlikely event on 11d hint by Luis R. Rodriguez · 15 years ago
  42. 915278e cfg80211: remove likely from an 11d hint case by Luis R. Rodriguez · 15 years ago
  43. d335fe6 cfg80211: protect first access of last_request on 11d hint under mutex by Luis R. Rodriguez · 15 years ago
  44. 806a9e3 cfg80211: make regulatory_request use wiphy_idx instead of wiphy by Luis R. Rodriguez · 15 years ago
  45. 761cf7e cfg80211: add assert_cfg80211_lock() to ensure proper protection by Luis R. Rodriguez · 15 years ago
  46. bcf4f99 cfg80211: propagate -ENOMEM during regulatory_init() by Luis R. Rodriguez · 15 years ago
  47. ba25c14 cfg80211: add regulatory_hint_core() to separate the core reg hint by Luis R. Rodriguez · 15 years ago
  48. a179439 cfg80211: rename cfg80211_drv_mutex to cfg80211_mutex by Luis R. Rodriguez · 15 years ago
  49. f130347 cfg80211: add get reg command by Luis R. Rodriguez · 15 years ago
  50. 1725d40 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
  51. 24ed1da cfg80211: allow users to help a driver's compliance by Luis R. Rodriguez · 16 years ago
  52. f976376 cfg80211: Allow for strict regulatory settings by Luis R. Rodriguez · 16 years ago
  53. 716f939 cfg80211: pass more detailed regulatory request information on reg_notifier() by Luis R. Rodriguez · 16 years ago
  54. d46e5b1 cfg80211: move check for ignore_reg_update() on wiphy_update_regulatory() by Luis R. Rodriguez · 16 years ago
  55. 2a44f91 cfg80211: rename fw_handles_regulatory to custom_regulatory by Luis R. Rodriguez · 16 years ago
  56. e74b1e7 cfg80211: ignore consecutive equal regulatory hints by Luis R. Rodriguez · 16 years ago
  57. 5eebade cfg80211: process user requests only after previous user/driver/core requests by Luis R. Rodriguez · 16 years ago
  58. 34f5734 cfg80211: export freq_reg_info() by Luis R. Rodriguez · 16 years ago
  59. 1fa25e4 cfg80211: add wiphy_apply_custom_regulatory() by Luis R. Rodriguez · 16 years ago
  60. 039498c cfg80211: fix typo on message after intersection by Luis R. Rodriguez · 16 years ago
  61. 3e0c3ff cfg80211: allow multiple driver regulatory_hints() by Luis R. Rodriguez · 16 years ago
  62. 560e28e cfg80211: call reg_notifier() once by Luis R. Rodriguez · 16 years ago
  63. 667ecd0 cfg80211: print correct intersected regulatory domain by Luis R. Rodriguez · 16 years ago
  64. 615aab4 cfg80211: Fix sanity check on 5 GHz when processing country IE by Luis R. Rodriguez · 16 years ago
  65. 02e68a3 cfg80211: Fix parsed country IE info for 5 GHz by Luis R. Rodriguez · 16 years ago
  66. 0c7dc45 cfg80211: Fix regression with 11d on bands by Luis R. Rodriguez · 16 years ago
  67. a92a3ce cfg80211: make handle_band() and handle_channel() wiphy specific by Luis R. Rodriguez · 16 years ago
  68. 0f70f39 cfg80211: "fix" 11d oops by Johannes Berg · 16 years ago
  69. 4a4f4d8 cfg80211: fix wiphy remove if no regulatory request by Johannes Berg · 16 years ago
  70. 14b9815 cfg80211: add support for custom firmware regulatory solutions by Luis R. Rodriguez · 16 years ago
  71. 3f2355c cfg80211/mac80211: Add 802.11d support by Luis R. Rodriguez · 16 years ago
  72. 88dc1c3 cfg80211: mark regdomains with > NL80211_MAX_SUPP_REG_RULES invalid by Luis R. Rodriguez · 16 years ago
  73. 02ba0b3 cfg80211: call_crda() won't tell us if CRDA was present by Luis R. Rodriguez · 16 years ago
  74. a01ddaf cfg80211: expect different rd in cfg80211 when intersecting by Luis R. Rodriguez · 16 years ago
  75. b8295ac cfg80211: separate intersection section in __set_regdom() by Luis R. Rodriguez · 16 years ago
  76. 8375af3 cfg80211: remove switch from __set_regdom() by Luis R. Rodriguez · 16 years ago
  77. 5203cdb cfg80211: remove switch from __regulatory_hint() by Luis R. Rodriguez · 16 years ago
  78. 91e9900 cfg80211: mark negative frequencies as invalid by Luis R. Rodriguez · 16 years ago
  79. 5166ccd cfg80211: Add kdoc for struct regulatory_request by Luis R. Rodriguez · 16 years ago
  80. 9c96477 cfg80211: Add regulatory domain intersection capability by Luis R. Rodriguez · 16 years ago
  81. d71aaf6 cfg80211: a reg rule is invalid if freq diff is 0 by Luis R. Rodriguez · 16 years ago
  82. 2df7816 wireless: fix a few sparse warnings by Johannes Berg · 16 years ago
  83. 84fa4f4 wireless regulatory: move ignore_request by Johannes Berg · 16 years ago
  84. 2083c49 wireless: clean up regulatory ignore_request function by Johannes Berg · 16 years ago
  85. be3d481 wireless: remove struct regdom hinting by Johannes Berg · 16 years ago
  86. d2372b3 wireless: make regdom passing semantics simpler by Johannes Berg · 16 years ago
  87. f3e63db wireless: remove write-only 'granted' variable by Johannes Berg · 16 years ago
  88. ac9440a wireless: fix EU check by Johannes Berg · 16 years ago
  89. f6037d0 wireless: get rid of pointless request list by Johannes Berg · 16 years ago
  90. f3b407f wireless: remove cfg80211_reg_mutex by Johannes Berg · 16 years ago
  91. 942b25c cfg80211: clean up static regdomain mess by Johannes Berg · 16 years ago
  92. a3d2eaf cfg80211: fix regulatory code const by Johannes Berg · 16 years ago
  93. 734366d cfg80211: clean up regulatory mess by Johannes Berg · 16 years ago
  94. b2e1b30 cfg80211: Add new wireless regulatory infrastructure by Luis R. Rodriguez · 16 years ago
  95. 59d393a mac80211: implement EU regulatory domain by Tony Vroon · 16 years ago
  96. 253898c cfg80211: default to regulatory max power for channel by John W. Linville · 16 years ago
  97. b46b4ee wireless: update US regulatory domain by Tomas Winkler · 16 years ago
  98. 8318d78 cfg80211 API for channels/bitrates, mac80211 and driver conversion by Johannes Berg · 17 years ago