1. 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
  2. e31b821 cfg80211/mac80211: allow per-station GTKs by Johannes Berg · 14 years ago
  3. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  4. 46a5eba cfg80211/mac80211: use lockdep_assert_held by Johannes Berg · 14 years ago
  5. 2e161f7 cfg80211/mac80211: extensible frame processing by Johannes Berg · 14 years ago
  6. 252aa63 cfg80211: make action channel type optional by Johannes Berg · 14 years ago
  7. f444de0 cfg80211/mac80211: better channel handling by Johannes Berg · 14 years ago
  8. d5cdfac cfg80211: Add local-state-change-only auth/deauth/disassoc by Jouni Malinen · 14 years ago
  9. 026331c cfg80211/mac80211: allow registering for and sending action frames by Jouni Malinen · 14 years ago
  10. 5f2aa25 cfg80211: rcu-ify rdev and wdev by Johannes Berg · 15 years ago
  11. 34a6edd cfg80211: Store IEs from both Beacon and Probe Response frames by Jouni Malinen · 15 years ago
  12. 9588bbd cfg80211: add remain-on-channel command by Jouni Malinen · 15 years ago
  13. 254416a wireless: report reasonable bitrate for MCS rates through wext by John W. Linville · 15 years ago
  14. e60d744 wireless : use a dedicated workqueue for cfg80211. by Alban Browaeys · 15 years ago
  15. 98d3a7c cfg80211: re-join IBSS when privacy changes by Johannes Berg · 15 years ago
  16. 7bcfaf2 cfg80211/mac80211: use debugfs_remove_recursive by Johannes Berg · 15 years ago
  17. 7d930bc cfg80211: sme: deauthenticate on assoc failure by Johannes Berg · 15 years ago
  18. 3d54d25 cfg80211: clean up properly on interface type change by Johannes Berg · 15 years ago
  19. f796996 cfg80211: make spurious warnings less likely, configurable by Johannes Berg · 15 years ago
  20. 01a0ac4 cfg80211: check lost scans later, fix bug by Johannes Berg · 15 years ago
  21. ad00239 cfg80211: fix dangling scan request checking by Johannes Berg · 15 years ago
  22. 36e6fea cfg80211: check for and abort dangling scan requests by Johannes Berg · 15 years ago
  23. 4b18114 cfg80211: fix locking for SIWFREQ by Johannes Berg · 15 years ago
  24. f5ea912 nl80211: add generation number to all dumps by Johannes Berg · 15 years ago
  25. f401a6f cfg80211: use reassociation when possible by Johannes Berg · 15 years ago
  26. 59bbb6f cfg80211: validate channel settings across interfaces by Johannes Berg · 15 years ago
  27. df7fc0f cfg80211: keep track of current_bss for userspace SME by Johannes Berg · 15 years ago
  28. 0e82ffe cfg80211: combine iwfreq implementations by Johannes Berg · 15 years ago
  29. 463d018 cfg80211: make aware of net namespaces by Johannes Berg · 15 years ago
  30. fffd093 cfg80211: rework key operation by Johannes Berg · 15 years ago
  31. 79c97e9 cfg80211: clean up naming once and for all by Johannes Berg · 15 years ago
  32. 667503dd cfg80211: fix locking by Johannes Berg · 15 years ago
  33. 4d0c8ae cfg80211: properly name driver locking by Johannes Berg · 15 years ago
  34. 3e5d764 cfg80211: let SME control reassociation vs. association by Johannes Berg · 15 years ago
  35. 19957bb cfg80211: keep track of BSSes by Johannes Berg · 15 years ago
  36. f212935 cfg80211: managed mode wext compatibility by Johannes Berg · 15 years ago
  37. 6829c87 cfg80211: emulate connect with auth/assoc by Johannes Berg · 15 years ago
  38. b23aa67 cfg80211: connect/disconnect API by Samuel Ortiz · 15 years ago
  39. aff89a9 cfg80211: introduce nl80211 testmode command by Johannes Berg · 15 years ago
  40. 1f87f7d cfg80211: add rfkill support by Johannes Berg · 15 years ago
  41. e43e820 cfg80211: fix compile error with CONFIG_CFG80211_DEBUGFS by Pavel Roskin · 15 years ago
  42. 3dcf670 cfg80211: mark ops as pointer to const by David Kilroy · 15 years ago
  43. 80a3511 cfg80211: add debugfs HT40 allow map by Luis R. Rodriguez · 15 years ago
  44. 1ac6130 mac80211/cfg80211: move wiphy specific debugfs entries to cfg80211 by Luis R. Rodriguez · 15 years ago
  45. 0864512 cfg80211: implement wext key handling by Johannes Berg · 15 years ago
  46. 9d30842 cfg80211: clear WEXT SSID when clearing IBSS by Johannes Berg · 15 years ago
  47. d323655 cfg80211: clean up includes by Johannes Berg · 15 years ago
  48. 04a773a cfg80211/nl80211: add IBSS API by Johannes Berg · 15 years ago
  49. 7edfab7 cfg80211: convert mutex assert to macro by Johannes Berg · 15 years ago
  50. c0ed418 nl80211: remove duplicated #include by Huang Weiyi · 15 years ago
  51. cd1658f cfg80211: do not replace BSS structs by Johannes Berg · 15 years ago
  52. 4bbf4d5 cfg80211: fix locking in nl80211_set_wiphy by Johannes Berg · 15 years ago
  53. a08c1c1 cfg80211: add feature to hold bss by Kalle Valo · 15 years ago
  54. 7db90f4 cfg80211: move enum reg_set_by to nl80211.h by Luis R. Rodriguez · 15 years ago
  55. 0bfbce1 nl80211: Avoid AP mode BUG_ON hang with invalid lock assert by Jouni Malinen · 15 years ago
  56. 806a9e3 cfg80211: make regulatory_request use wiphy_idx instead of wiphy by Luis R. Rodriguez · 15 years ago
  57. 761cf7e cfg80211: add assert_cfg80211_lock() to ensure proper protection by Luis R. Rodriguez · 15 years ago
  58. a179439 cfg80211: rename cfg80211_drv_mutex to cfg80211_mutex by Luis R. Rodriguez · 15 years ago
  59. 85fd129 cfg80211: add wiphy_idx_valid to check for wiphy_idx sanity by Luis R. Rodriguez · 15 years ago
  60. b5850a7 cfg80211: rename cfg80211_registered_device's idx to wiphy_idx by Luis R. Rodriguez · 15 years ago
  61. cb3a8ee cfg80211: age scan results on resume by Dan Williams · 15 years ago
  62. 2a51931 cfg80211/nl80211: scanning (and mac80211 update to use it) by Johannes Berg · 15 years ago
  63. 3f2355c cfg80211/mac80211: Add 802.11d support by Luis R. Rodriguez · 16 years ago
  64. b2e1b30 cfg80211: Add new wireless regulatory infrastructure by Luis R. Rodriguez · 16 years ago
  65. 8318d78 cfg80211 API for channels/bitrates, mac80211 and driver conversion by Johannes Berg · 17 years ago
  66. 5568296 [NL80211]: add netlink interface to cfg80211 by Johannes Berg · 17 years ago
  67. 704232c [WIRELESS] cfg80211: New wireless config infrastructure. by Johannes Berg · 17 years ago