1. 23e3709 mac80211: start queues if driver rejected wowlan by Johannes Berg · 9 years ago
  2. 8bb6f4b mac80211: remove useless double check for open_count in __ieee80211_suspend() by Luciano Coelho · 9 years ago
  3. ef7c672 mac80211: don't do driver suspend with auth/assoc in progress by Johannes Berg · 9 years ago
  4. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  5. 2af81d6 mac80211: only roll back station states for WDS when suspending by Luciano Coelho · 9 years ago
  6. 3b24f4c mac80211: let flush() drop packets when possible by Emmanuel Grumbach · 9 years ago
  7. cca07b0 mac80211: introduce refcount for queue_stop_reasons by Luciano Coelho · 10 years ago
  8. 1a1cb74 mac80211: fix suspend vs. authentication race by Johannes Berg · 10 years ago
  9. d34ba21 mac80211: don't delay station destruction by Johannes Berg · 11 years ago
  10. cd34f64 mac80211: fix monitor interface suspend crash regression by Stanislaw Gruszka · 11 years ago
  11. 8ceb595 mac80211: use synchronize_rcu() with rcu_barrier() by Bob Copeland · 11 years ago
  12. b20d34c mac80211: fix station entry leak/warning while suspending by Johannes Berg · 11 years ago
  13. 3c3e21e mac80211: destroy virtual monitor interface across suspend by Johannes Berg · 11 years ago
  14. c8f994e mac80211: purge remain-on-channel items when suspending by Johannes Berg · 11 years ago
  15. 445ea4e mac80211: stop queues temporarily for flushing by Johannes Berg · 11 years ago
  16. 39ecc01 mac80211: pass queue bitmap to flush operation by Johannes Berg · 11 years ago
  17. 12e7f51 mac80211: cleanup generic suspend/resume procedures by Stanislaw Gruszka · 11 years ago
  18. 8125696 cfg80211/mac80211: disconnect on suspend by Stanislaw Gruszka · 11 years ago
  19. 164eb02 mac80211: add radar detection command/event by Simon Wunderlich · 11 years ago
  20. cd8f7cb cfg80211/mac80211: support reporting wakeup reason by Johannes Berg · 11 years ago
  21. c82c4a8 mac80211: split aggregation stop by reason by Johannes Berg · 12 years ago
  22. ad2d223 mac80211: assign bss_conf.bssid only once by Johannes Berg · 12 years ago
  23. b8dc1a3 mac80211: further simplify ieee80211_bss_info_change_notify by Johannes Berg · 12 years ago
  24. 529ba6e mac80211: clean up association better in suspend by Johannes Berg · 12 years ago
  25. 61e8a48 mac80211: clean up ieee80211_quiesce by Johannes Berg · 12 years ago
  26. fe5f255 mac80211: fix channel context suspend/reconfig handling by Johannes Berg · 12 years ago
  27. 1041638 mac80211: add explicit AP/GO driver operations by Johannes Berg · 12 years ago
  28. 55de908 mac80211: use channel contexts by Johannes Berg · 12 years ago
  29. 9ea4fa1 mac80211: fix cleanup if driver suspend callback fails by Eyal Shapira · 12 years ago
  30. 3b08cf6 mac80211: Clear wowlan flag when drv_suspend returns failure by Pontus Fuchs · 12 years ago
  31. 4b6f1dd mac80211: add explicit monitor interface if needed by Johannes Berg · 12 years ago
  32. 9d88c7f mac80211: use proper sub_if_data on suspend path by Jakub Kicinski · 12 years ago
  33. a4ec45a mac80211: implement sta_add/sta_remove in sta_state by Johannes Berg · 12 years ago
  34. f09603a mac80211: add sta_state callback by Johannes Berg · 12 years ago
  35. 077f493 mac80211: simplify AP_VLAN handling by Johannes Berg · 12 years ago
  36. 7b7eab6 mac80211: verify virtual interfaces in driver API by Johannes Berg · 13 years ago
  37. c2c98fd mac80211: optimise station flags by Johannes Berg · 13 years ago
  38. 94f9b97 mac80211: be more careful in suspend/resume by Johannes Berg · 13 years ago
  39. 2b4562d mac80211: allow driver to impose WoWLAN restrictions by Johannes Berg · 13 years ago
  40. 77572fd mac80211: quiesce vif before suspending by Eliad Peller · 13 years ago
  41. eecc480 mac80211: add basic support for WoWLAN by Johannes Berg · 13 years ago
  42. ca45de7 mac80211: tear down BA sessions properly on suspend by Johannes Berg · 13 years ago
  43. 4136c42 mac80211: assure we also cancel deferred scan request by Stanislaw Gruszka · 14 years ago
  44. 53f73c0 mac80211: avoid transmitting delBA to old AP by Johannes Berg · 14 years ago
  45. 85f72bc mac80211: only cancel software-based scans on suspend by John W. Linville · 14 years ago
  46. 64592c8 mac80211: use common work struct by Johannes Berg · 14 years ago
  47. 2a41905 mac80211: simplify station/aggregation code by Johannes Berg · 14 years ago
  48. 618f356 mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BA by Johannes Berg · 14 years ago
  49. 34e8950 mac80211: allow station add/remove to sleep by Johannes Berg · 14 years ago
  50. 1ed32e4 mac80211: remove struct ieee80211_if_init_conf by Johannes Berg · 15 years ago
  51. 9607e6b mac80211: add ieee80211_sdata_running by Johannes Berg · 15 years ago
  52. 12375ef mac80211: trace interface name by Johannes Berg · 15 years ago
  53. 47846c9 mac80211: reduce reliance on netdev by Johannes Berg · 15 years ago
  54. 84f6a01 mac80211: fix configure_filter invocation after stop by Johannes Berg · 15 years ago
  55. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  56. 97af743 mac80211: disable beacons before removing the associated interface by Bob Copeland · 15 years ago
  57. 89c3a8a mac80211: fix suspend by Johannes Berg · 15 years ago
  58. 5bb644a mac80211: cancel/restart all timers across suspend/resume by Johannes Berg · 15 years ago
  59. 2448798 mac80211: add driver ops wrappers by Johannes Berg · 15 years ago
  60. f2753dd mac80211: add hardware restart function by Johannes Berg · 15 years ago
  61. 4499b23 mac80211: re-upload keys only after telling driver about association by Johannes Berg · 15 years ago
  62. 827b1fb mac80211: resume properly, add suspend/resume test by Johannes Berg · 15 years ago
  63. 722f069 mac80211: Tear down aggregation sessions for suspend/resume by Sujith · 15 years ago
  64. 7f0216a mac80211: acquire sta_lock for station suspend/resume by Johannes Berg · 15 years ago
  65. 2542060 mac80211: stop queues across suspend/resume by Johannes Berg · 15 years ago
  66. e874e65 mac80211: flush workqueue a second time in suspend() by Bob Copeland · 15 years ago
  67. 665af4f mac80211: add suspend/resume callbacks by Bob Copeland · 15 years ago