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