1. 4f919a3 fix cfg80211_wext_siwfreq lock ordering... by Daniel J Blueman · 13 years ago
  2. c0c84ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  3. bf6a057 cfg80211: Fix power save state after interface type change by Juuso Oikarinen · 13 years ago
  4. fd95240 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  5. efe1cf0 net/wireless/nl80211.c: Avoid call to genlmsg_cancel by Julia Lawall · 13 years ago
  6. 45cbad6 cfg80211: Allow non-zero indexes for device specific pair-wise ciphers by Juuso Oikarinen · 13 years ago
  7. 8571a19 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  8. 59eb21a cfg80211: Extend channel to frequency mapping for 802.11j by Bruno Randolf · 13 years ago
  9. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 13 years ago
  10. ff039c6 cfg80211: fix transposition of words in printk by Bob Copeland · 14 years ago
  11. 39fd5de nl80211: Export available antennas by Bruno Randolf · 14 years ago
  12. 7f531e0 cfg80211: Separate available antennas for RX and TX by Bruno Randolf · 14 years ago
  13. c7108a7 mac80211: Send mesh non-HWMP path selection frames to userspace by Javier Cardona · 14 years ago
  14. c80d545 mac80211: Let userspace enable and configure vendor specific path selection. by Javier Cardona · 14 years ago
  15. 24bdd9f mac80211: Rename mesh_params to mesh_config to prepare for mesh_setup by Javier Cardona · 14 years ago
  16. 2784fe9 cfg80211: fix null pointer dereference with a custom regulatory request by Luis R. Rodriguez · 14 years ago
  17. cf4e594 nl80211: Add notification for dropped Deauth/Disassoc by Jouni Malinen · 14 years ago
  18. a293911 nl80211: advertise maximum remain-on-channel duration by Johannes Berg · 14 years ago
  19. dbd2fd6 cfg80211/nl80211: separate unicast/multicast default TX keys by Johannes Berg · 14 years ago
  20. 01123e2 cfg80211: update information elements in cached BSS struct by Sven Neumann · 14 years ago
  21. a7ffac9 cfg80211: Add antenna availability information by Bruno Randolf · 14 years ago
  22. 50b12f5 cfg80211: Add new BSS attribute ht_opmode by Helmut Schaa · 14 years ago
  23. 541a45a nl80211/mac80211: Report signal average by Bruno Randolf · 14 years ago
  24. 29cbe68 cfg80211/mac80211: add mesh join/leave commands by Johannes Berg · 14 years ago
  25. bd90fdc nl80211: refactor mesh parameter parsing by Johannes Berg · 14 years ago
  26. f9e10ce cfg80211: require add_virtual_intf to return new dev by Johannes Berg · 14 years ago
  27. 45904f2 nl80211/mac80211: define and allow configuring mesh element TTL by Javier Cardona · 14 years ago
  28. f7ca38d nl80211/cfg80211: extend mgmt-tx API for off-channel by Johannes Berg · 14 years ago
  29. c063dbf cfg80211: allow using CQM event to notify packet loss by Johannes Berg · 14 years ago
  30. dd5b4cc cfg80211/mac80211: improve ad-hoc multicast rate handling by Felix Fietkau · 14 years ago
  31. e9c0268 net/wireless: Use pr_<level> and netdev_<level> by Joe Perches · 14 years ago
  32. d7a066c9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  33. ccb1435 Revert "nl80211/mac80211: Report signal average" by John W. Linville · 14 years ago
  34. b2e253c cfg80211: Fix regulatory bug with multiple cards and delays by Luis R. Rodriguez · 14 years ago
  35. b0e2880 cfg80211: move mutex locking to reg_process_pending_hints() by Luis R. Rodriguez · 14 years ago
  36. f333a7a cfg80211: move reg_work and reg_todo above by Luis R. Rodriguez · 14 years ago
  37. 31e9972 cfg80211: put core regulatory request into queue by Luis R. Rodriguez · 14 years ago
  38. 86107fd nl80211/mac80211: Report signal average by Bruno Randolf · 14 years ago
  39. 09a02fd cfg80211: fix can_beacon_sec_chan, reenable HT40 by Mark Mentovai · 14 years ago
  40. 885a46d cfg80211: add support for setting the ad-hoc multicast rate by Felix Fietkau · 14 years ago
  41. afe0cbf cfg80211: Add nl80211 antenna configuration by Bruno Randolf · 14 years ago
  42. 9236d83 cfg80211: fix extension channel checks to initiate communication by Luis R. Rodriguez · 14 years ago
  43. d91e41b cfg80211: prefix REG_DBG_PRINT() with cfg80211 by Luis R. Rodriguez · 14 years ago
  44. e702d3c cfg80211: add debug print when processing a channel by Luis R. Rodriguez · 14 years ago
  45. a651853 cfg80211: add debug print when disabling a channel on a custom regd by Luis R. Rodriguez · 14 years ago
  46. 926a0a0 cfg80211: add debug prints for when we ignore regulatory hints by Luis R. Rodriguez · 14 years ago
  47. ca4ffe8 cfg80211: fix disabling channels based on hints by Luis R. Rodriguez · 14 years ago
  48. 749b527 cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORY by Luis R. Rodriguez · 14 years ago
  49. 7ca43d0 cfg80211: pass the reg hint initiator to helpers by Luis R. Rodriguez · 14 years ago
  50. 3cc25e5 cfg80211: fix a crash in dev lookup on dump commands by Felix Fietkau · 14 years ago
  51. a171fba cfg80211: fix regression on processing country IEs by Luis R. Rodriguez · 14 years ago
  52. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  53. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  54. c64557d 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
  55. 9ebad4a radiotap: fix vendor namespace parsing by Johannes Berg · 14 years ago
  56. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  57. 271733c cfg80211: notify drivers about frame registrations by Johannes Berg · 14 years ago
  58. cfd8e12 wireless: Print wiphy name in sysfs. by Ben Greear · 14 years ago
  59. 8610c29 cfg80211: add channel utilization stats to the survey command by Felix Fietkau · 14 years ago
  60. 5a5c731 wireless: Set some stats used by /proc/net/wireless (wext) by Ben Greear · 14 years ago
  61. 7623225 Revert "wireless: Use first phyX name available when registering phy devices." by Johannes Berg · 14 years ago
  62. e9a6870 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
  63. 388ac77 cfg80211: constify WDS address by Johannes Berg · 14 years ago
  64. 43b1995 nl80211: use new genl helpers for WDS by Johannes Berg · 14 years ago
  65. 3207390 cfg80211: fix BSS double-unlinking by Johannes Berg · 14 years ago
  66. b206b4e nl80211/mac80211: Add retry and failed transmission count to station info by Bruno Randolf · 14 years ago
  67. d537f5f nl80211: fix error in generic netif_running check by Johannes Berg · 14 years ago
  68. e31b821 cfg80211/mac80211: allow per-station GTKs by Johannes Berg · 14 years ago
  69. 6774889 nl80211: reduce dumping boilerplate by Johannes Berg · 14 years ago
  70. 4126571 nl80211: use generic check for netif_running by Johannes Berg · 14 years ago
  71. 4c47699 nl80211: use the new genetlink pre/post_doit hooks by Johannes Berg · 14 years ago
  72. e8347eb cfg80211: patches to allow setting the WDS peer by Bill Jordan · 14 years ago
  73. 2234362 cfg80211: fix locking by Johannes Berg · 14 years ago
  74. 663fcaf cfg80211/mac80211: allow management frame TX in AP mode by Johannes Berg · 14 years ago
  75. 17e5a80 nl80211: allow drivers to indicate whether the survey data channel is in use by Felix Fietkau · 14 years ago
  76. 5a254ff wireless: Use first phyX name available when registering phy devices. by Ben Greear · 14 years ago
  77. 41f4a6f 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
  78. 93b0523 cfg80211: always set IBSS basic rates by Johannes Berg · 14 years ago
  79. 92e4494 nl80211: Fix exit from nl80211_set_power_save by Teemu Paasikivi · 14 years ago
  80. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  81. 29ad2fa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  82. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  83. b618f6f 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
  84. df6d023 wext: fix potential private ioctl memory content leak by Johannes Berg · 14 years ago
  85. 074ac8d cfg80211/nl80211: introduce p2p device types by Johannes Berg · 14 years ago
  86. 46a5eba cfg80211/mac80211: use lockdep_assert_held by Johannes Berg · 14 years ago
  87. 9c37663 include/net/cfg80211.h: wiphy_<level> messages use dev_printk by Joe Perches · 14 years ago
  88. 2b18ab36 net/wireless: use generic_file_llseek in debugfs by Arnd Bergmann · 14 years ago
  89. a1e567c nl80211: Uninitialized variable by Bill Jordan · 14 years ago
  90. 9426231 net/wireless: use ARRAY_SIZE macro in radiotap.c by Nikitas Angelinas · 14 years ago
  91. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  92. c3d34d5 wireless: register wiphy rfkill w/o holding cfg80211_mutex by John W. Linville · 14 years ago
  93. 3653910 net/wireless: Remove double test by Julia Lawall · 14 years ago
  94. 42da2f9 wireless extensions: fix kernel heap content leak by Johannes Berg · 14 years ago
  95. c0692b8 cfg80211: allow changing port control protocol by Johannes Berg · 14 years ago
  96. 7d64b7c cfg80211: allow vendor specific cipher suites by Johannes Berg · 14 years ago
  97. 74b70a4 nl80211: fix missing nesting by Johannes Berg · 14 years ago
  98. 2e161f7 cfg80211/mac80211: extensible frame processing by Johannes Berg · 14 years ago
  99. 633adf1 cfg80211: mark ieee80211_hdrlen const by Johannes Berg · 14 years ago
  100. afea0b7 cfg80211: check if WEP is available for shared key auth by Johannes Berg · 14 years ago