1. 2f0accc cfg80211: fix rfkill locking problem by Johannes Berg · 15 years ago
  2. 558f6d3 cfg80211: fix for duplicate response for driver reg request by Luis R. Rodriguez · 15 years ago
  3. 60fd2b6 cfg80211: make ieee80211_get_mesh_hdrlen() static by Luis R. Rodriguez · 15 years ago
  4. 1f87f7d cfg80211: add rfkill support by Johannes Berg · 15 years ago
  5. 7643a2c cfg80211: move txpower wext from mac80211 by Johannes Berg · 15 years ago
  6. 0f6399c nl80211: use GFP_ATOMIC for michael mic failure message by Bob Copeland · 15 years ago
  7. 729e9c7 cfg80211: fix for duplicate userspace replies by Luis R. Rodriguez · 15 years ago
  8. 034d655 cfg80211: disallow interfering with stations on non-AP (part 2) by Johannes Berg · 15 years ago
  9. 8fc0fee cfg80211: use key size constants by Johannes Berg · 15 years ago
  10. 362a415 nl80211: bounce scan request back to userspace by Johannes Berg · 15 years ago
  11. 51b50fb cfg80211: validate AID of stations being added by Johannes Berg · 15 years ago
  12. 079e24e nl80211: Eliminate reference to BUS_ID_SIZE. by David S. Miller · 15 years ago
  13. c649c0e3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  14. 45ea4ea 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
  15. e31a16d wireless: move some utility functions from mac80211 to cfg80211 by Zhu Yi · 15 years ago
  16. 8705782 wext: remove atomic requirement for wireless stats by Johannes Berg · 15 years ago
  17. 0d63cbb wireless: Use genl_register_family_with_ops() by Michał Mirosław · 15 years ago
  18. bbcf3f0 cfg80211: warn when wiphy_apply_custom_regulatory() does nothing by Luis R. Rodriguez · 15 years ago
  19. e43e820 cfg80211: fix compile error with CONFIG_CFG80211_DEBUGFS by Pavel Roskin · 15 years ago
  20. 61405e9 cfg80211: fix in nl80211_set_reg() by Luis R. Rodriguez · 15 years ago
  21. d0e18f8 cfg80211: cleanup return calls on nl80211_set_reg() by Luis R. Rodriguez · 15 years ago
  22. 4776c6e cfg80211: return immediately if num reg rules > NL80211_MAX_SUPP_REG_RULES by Luis R. Rodriguez · 15 years ago
  23. e3da574 cfg80211: allow wext to remove keys that don't exist by Johannes Berg · 15 years ago
  24. 3dcf670 cfg80211: mark ops as pointer to const by David Kilroy · 15 years ago
  25. 9f26a95 nl80211: Validate NL80211_ATTR_KEY_SEQ length by Jouni Malinen · 15 years ago
  26. 80a3511 cfg80211: add debugfs HT40 allow map by Luis R. Rodriguez · 15 years ago
  27. 1ac6130 mac80211/cfg80211: move wiphy specific debugfs entries to cfg80211 by Luis R. Rodriguez · 15 years ago
  28. 294196a cfg80211: check allowed channel type upon userspace requests by Luis R. Rodriguez · 15 years ago
  29. 689da1b wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+ by Luis R. Rodriguez · 15 years ago
  30. 038659e cfg80211: Process regulatory max bandwidth checks for HT40 by Luis R. Rodriguez · 15 years ago
  31. 5078b2e cfg80211: fix race between core hint and driver's custom apply by Luis R. Rodriguez · 15 years ago
  32. 88f16db wext: verify buffer size for SIOCSIWENCODEEXT by Johannes Berg · 15 years ago
  33. fd2120c net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocations by Pablo Neira Ayuso · 15 years ago
  34. f7eef35 wext: remove seq_start/stop sparse annotations by Johannes Berg · 15 years ago
  35. faa8fdc nl80211: Add RSC configuration for new keys by Jouni Malinen · 15 years ago
  36. 3f77316c nl80211: Add IEEE 802.1X PAE control for station mode by Jouni Malinen · 15 years ago
  37. eccb8e8 nl80211: improve station flags handling by Johannes Berg · 15 years ago
  38. 0e46724 nl80211: Validate MFP flag type when parsing STA flags by Jouni Malinen · 15 years ago
  39. 0864512 cfg80211: implement wext key handling by Johannes Berg · 15 years ago
  40. 7be69c0 wext: fix get_wireless_stats locking by Johannes Berg · 15 years ago
  41. e80cf85 cfg80211: disallow interfering with stations on non-AP by Johannes Berg · 15 years ago
  42. cbe8fa9 cfg80211: put wext data into substructure by Johannes Berg · 15 years ago
  43. 0b25858 cfg80211: fix wext iw_freq parsing by Johannes Berg · 15 years ago
  44. dc6382c nl80211 : Add support for configuring MFP by Jouni Malinen · 15 years ago
  45. 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
  46. 22f6dac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  47. 1b06bb4 cfg80211: make nl80211_send_mlme_timeout() static by Luis R. Rodriguez · 15 years ago
  48. 44e1b98 cfg80211: Use the correct IE buffer pointer by Michael Buesch · 15 years ago
  49. 273de92 cfg80211: Remove unnecessary ksize() call by Michael Buesch · 15 years ago
  50. 0ef9ccd cfg80211: remove superfluous !last_request check in reg_device_remove() by Chris Wright · 15 years ago
  51. 30a548c cfg80211: fix comment on regulatory hint processing by Luis R. Rodriguez · 15 years ago
  52. b1ed8dd cfg80211: fix bug while trying to process beacon hints on init by Luis R. Rodriguez · 15 years ago
  53. ac46d48 cfg80211: fix race condition with wiphy_apply_custom_regulatory() by Luis R. Rodriguez · 15 years ago
  54. c0f0aac cfg80211: fix truncated IEs by Johannes Berg · 15 years ago
  55. 1965c85 nl80211: Add event for authentication/association timeout by Jouni Malinen · 15 years ago
  56. 8e30bc5 nl80211: allow configuring IBSS beacon interval by Johannes Berg · 15 years ago
  57. ba44cb7 cfg80211: mark all WEXT handlers _GPL by Johannes Berg · 15 years ago
  58. 9d30842 cfg80211: clear WEXT SSID when clearing IBSS by Johannes Berg · 15 years ago
  59. b9a5f8ca nl80211: Add set/get for frag/rts threshold and retry limits by Jouni Malinen · 15 years ago
  60. d323655 cfg80211: clean up includes by Johannes Berg · 15 years ago
  61. 04a773a cfg80211/nl80211: add IBSS API by Johannes Berg · 15 years ago
  62. 691597c cfg80211/mac80211: move wext SIWMLME into cfg80211 by Johannes Berg · 15 years ago
  63. d726405 nl80211: send wiphy along with netdev by Johannes Berg · 15 years ago
  64. 7edfab7 cfg80211: convert mutex assert to macro by Johannes Berg · 15 years ago
  65. 25e47c1 cfg80211: add cipher capabilities by Johannes Berg · 15 years ago
  66. 6bad876 cfg80211: send regulatory beacon hint events to userspace by Luis R. Rodriguez · 15 years ago
  67. 5dab3b8 cfg80211: add netlink channel put helper by Luis R. Rodriguez · 15 years ago
  68. a4ed90d cfg80211: respect API on orig_flags on channel for beacon hint by Luis R. Rodriguez · 15 years ago
  69. de95a54 mac80211: pass all probe request IEs to driver by Johannes Berg · 15 years ago
  70. 18a8365 cfg80211: introduce scan IE limit attribute by Johannes Berg · 15 years ago
  71. 06aa7af cfg80211: add cfg80211_inform_bss by Jussi Kivilinna · 15 years ago
  72. a3b8b05 nl80211: Add Michael MIC failure event by Jouni Malinen · 15 years ago
  73. 53b46b8 nl80211: Generate deauth/disassoc event for locally generated frames by Jouni Malinen · 15 years ago
  74. 1778092 nl80211: Require auth type for NL80211_CMD_AUTHENTICATE by Jouni Malinen · 15 years ago
  75. c0ed418 nl80211: remove duplicated #include by Huang Weiyi · 15 years ago
  76. f4a11bb nl80211: validate some input better by Johannes Berg · 15 years ago
  77. d91c01c nl80211: Make nl80211_send_mlme_event() atomic by Jouni Malinen · 15 years ago
  78. cd1658f cfg80211: do not replace BSS structs by Johannes Berg · 15 years ago
  79. 160002f cfg80211: copy hold when replacing BSS by Johannes Berg · 15 years ago
  80. 0ad8aca cfg80211: fix NULL pointer deference in reg_device_remove() by Luis R. Rodriguez · 15 years ago
  81. 8a5117d cfg80211: default CONFIG_WIRELESS_OLD_REGULATORY to n by Luis R. Rodriguez · 15 years ago
  82. 4bbf4d5 cfg80211: fix locking in nl80211_set_wiphy by Johannes Berg · 15 years ago
  83. a08c1c1 cfg80211: add feature to hold bss by Kalle Valo · 15 years ago
  84. ac7f9cf cfg80211: accept no-op interface mode changes by Johannes Berg · 15 years ago
  85. 86f0468 cfg80211: remove code about country IE support with OLD_REG by Luis R. Rodriguez · 15 years ago
  86. 6ee7d33 cfg80211: make regdom module parameter available oustide of OLD_REG by Luis R. Rodriguez · 15 years ago
  87. cc0b6fe cfg80211: fix incorrect assumption on last_request for 11d by Luis R. Rodriguez · 15 years ago
  88. 2e097dc cfg80211: force last_request to be set for OLD_REG if regdom is EU by Luis R. Rodriguez · 15 years ago
  89. eec60b0 nl80211: Check iftype in cfg80211 code by Jouni Malinen · 15 years ago
  90. 35a8efe nl80211: Check that netif_runnin is true in cfg80211 code by Jouni Malinen · 15 years ago
  91. 255e737 nl80211: Add more through validation of MLME command parameters by Jouni Malinen · 15 years ago
  92. 65fc73a nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IE by Jouni Malinen · 15 years ago
  93. 636a5d3 nl80211: Add MLME primitives to support external SME by Jouni Malinen · 15 years ago
  94. 6039f6d nl80211: Event notifications for MLME events by Jouni Malinen · 15 years ago
  95. 3b85875 nl80211: rework locking by Johannes Berg · 15 years ago
  96. 8fdc621 nl80211: export supported commands by Johannes Berg · 15 years ago
  97. 633e24e cfg80211/nl80211: remove usage of CONFIG_NL80211 by Reinette Chatre · 15 years ago
  98. 8be7cdc Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  99. f3f9258 nl80211: Check that function pointer != NULL before using it by Jouni Malinen · 15 years ago
  100. af43306 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