Skip to content
Snippets Groups Projects
  1. Nov 09, 2020
  2. Sep 30, 2020
  3. Sep 25, 2020
  4. Sep 17, 2020
  5. Sep 10, 2020
  6. Sep 02, 2020
  7. Jul 20, 2020
  8. Jul 16, 2020
  9. May 21, 2020
  10. Feb 10, 2020
  11. Oct 24, 2019
  12. Sep 16, 2019
  13. Sep 04, 2019
  14. Aug 29, 2019
  15. Aug 12, 2019
    • Ken Zhu's avatar
      openswan: fix too much opportunistic connection issue · b796b196
      Ken Zhu authored
      
      When the side is in responder state and no active connection, the
      kernel will send a request to start the connection. in the circumstance
      of the peer keeps restarting, this case will cause the connection
      keeping increasing and memory consuming.
      Before start new connection, looking for if there is any connection
      existing for the new pair, if it exists, don't creat new connection.
      
      Change-Id: I8c38434824380ed46cd99dcd399d0300c7e80423
      Signed-off-by: default avatarKen Zhu <guigenz@codeaurora.org>
      b796b196
  16. Aug 08, 2019
  17. Aug 06, 2019
  18. Aug 05, 2019
  19. Jul 29, 2019
  20. Jul 25, 2019
  21. Jul 22, 2019
  22. Jul 19, 2019
  23. Jul 17, 2019
  24. Jul 02, 2019
  25. Jul 01, 2019
  26. May 17, 2019
    • Ken Zhu's avatar
      rstp: Fix daemon exit unexpected · c2d1b12d
      Ken Zhu authored
      
      When using rstpctl command to stop the rstp service, the daemon will
      stop unexpectedly.
      it exits because the rcvmsg returns error that no buffer space available, 
      but this is not a critical issue, let it ignore this and continue.
      
      Change-Id: Ia20978a9dd846c24a6fef9604346f1356f44adc3
      Signed-off-by: default avatarKen Zhu <guigenz@codeaurora.org>
      c2d1b12d
  27. Apr 19, 2019
  28. Mar 07, 2019
  29. Feb 21, 2019
  30. Feb 01, 2019
  31. Jan 24, 2019
  32. Jan 14, 2019
  33. Jan 13, 2019
  34. Jan 02, 2019
    • Ken Zhu's avatar
      openswan: SA is not deleted in the responder · 8dfdb366
      Ken Zhu authored
      
      Some SAs may be initiated in the responder side, when the initiator
      restarted, these SAs in the responder are not deleted.
      
      Request of SA delete fails to verify the message id and gets dropped
      
      state should update the next-use message id after sending out a message.
      
      Change-Id: I22225ab9236a04b7e0f5d8a9300c5b28fc0ec25f
      Signed-off-by: default avatarKen Zhu <guigenz@codeaurora.org>
      8dfdb366
  35. Dec 21, 2018
  36. Nov 28, 2018
  37. Nov 16, 2018
  38. Nov 01, 2018
Loading