1. 11 4月, 2012 3 次提交
  2. 23 3月, 2012 1 次提交
    • J
      kgdb,debug_core: add the ability to control the reboot notifier · bec4d62e
      Jason Wessel 提交于
      Sometimes it is desirable to stop the kernel debugger before allowing
      a system to reboot either with kdb or kgdb.  This patch adds the
      ability to turn the reboot notifier on and off or enter the debugger
      and stop kernel execution before rebooting.
      
      It is possible to change the setting after booting the kernel with the
      following:
      
      echo 1 > /sys/module/debug_core/parameters/kgdbreboot
      
      It is also possible to change this setting using kdb / kgdb to
      manipulate the variable directly.
      
      Using KDB:
         mm kgdbreboot 1
      
      Using gdb:
         set kgdbreboot=1
      Reported-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NJason Wessel <jason.wessel@windriver.com>
      bec4d62e
  3. 20 3月, 2012 1 次提交
  4. 19 3月, 2012 1 次提交
  5. 08 3月, 2012 1 次提交
  6. 07 3月, 2012 1 次提交
  7. 29 2月, 2012 1 次提交
  8. 28 2月, 2012 2 次提交
  9. 14 2月, 2012 2 次提交
  10. 07 2月, 2012 1 次提交
    • J
      cfg80211: stop tracking authenticated state · 95de817b
      Johannes Berg 提交于
      To track authenticated state seems to have been
      a design mistake in cfg80211. It is possible to
      have out of band authentication (FT), tracking
      multiple authentications caused more problems
      than it ever helped, and the implementation in
      mac80211 is too complex.
      
      Remove all this complexity, and let userspace
      do whatever it wants to, mac80211 can deal with
      that just fine. Association is still tracked of
      course, but authentication no longer is. Local
      auth state changes are thus no longer of value,
      so ignore them completely.
      
      This will also help implement SAE -- asking the
      driver to do an authentication is now almost
      equivalent to sending an authentication frame,
      with the exception of shared key authentication
      which is still handled completely.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      95de817b
  11. 03 2月, 2012 1 次提交
  12. 02 2月, 2012 1 次提交
  13. 25 1月, 2012 1 次提交
  14. 24 1月, 2012 4 次提交
  15. 17 1月, 2012 3 次提交
  16. 16 1月, 2012 4 次提交
  17. 11 1月, 2012 3 次提交
  18. 06 1月, 2012 1 次提交
  19. 05 1月, 2012 1 次提交
  20. 31 12月, 2011 1 次提交
  21. 20 12月, 2011 3 次提交
  22. 19 12月, 2011 1 次提交
  23. 13 12月, 2011 1 次提交
  24. 11 12月, 2011 1 次提交