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