Skip to content
Snippets Groups Projects
  1. Jul 01, 2019
  2. 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
  3. Apr 19, 2019
  4. Mar 07, 2019
  5. Feb 21, 2019
  6. Feb 01, 2019
  7. Jan 24, 2019
  8. Jan 14, 2019
  9. Jan 13, 2019
  10. 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
  11. Dec 21, 2018
  12. Nov 28, 2018
  13. Nov 16, 2018
  14. Nov 01, 2018
  15. Sep 20, 2018
  16. Aug 20, 2018
  17. Jul 28, 2018
    • Xiaoping Fan's avatar
      [rstp]: flush fdb on cpu port of Dakota board when topology changed · 8a1298a6
      Xiaoping Fan authored
      
      A former commit 45204d84 is to do the
      same thing in Akronite board. But this commit is for Dakota board.
      
      In Dakota board, qca header is inserted by EDMA driver, so we don't
      need to enable qca header in hardware for cpu/mirror port. But we
      still need to flush FDB on cpu port when topology changed.
      
      So we added a attribute of cpu/mirror port to identify if qca header
      is inserted by EDMA driver.
      
      Change-Id: I46ca85bd66bc09b6463ae28307e867c7177d8417
      Signed-off-by: default avatarZhu Ken <guigenz@codeaurora.org>
      (cherry picked from commit 4eb48400)
      8a1298a6
  18. Jun 08, 2018
  19. May 04, 2018
  20. May 03, 2018
  21. Apr 12, 2018
  22. Mar 23, 2018
  23. Feb 23, 2018
    • Ken Zhu's avatar
      openswan: Fix whack connection failed. · 8931c6ab
      Ken Zhu authored
      
      After whack connected to the daemon, it didn't close the unix sock,
      when it tries to connect again, the connection will be hung.
      
      when jobs are done in the whack, close the sock before quit.
      
      Change-Id: Ia2104f85fa1c280c7bf6928195ab3919177efd5d
      Signed-off-by: default avatarKen Zhu <guigenz@codeaurora.org>
      8931c6ab
  24. Jan 26, 2018
  25. Jan 11, 2018
  26. Aug 23, 2017
  27. Jul 27, 2017
  28. Jul 19, 2017
  29. Jul 07, 2017
    • Yu Huang's avatar
      [rstp]: Fix invalid input to athr_hdr_eth_type · cd1cc206
      Yu Huang authored
      
      In edma driver, athr_hdr_eth_type is defined as integer type.  The value
      0xfefefefe is greater than the maximum of integer type and could not be set
      successfully.  So change the value to 0xfefe.
      
      After fix the input to a 16 bit value 0xfefe in /etc/init.d/rstp start
      handle function, the rstp operations are running fine.
      
      Change-Id: Ic86def3bc409cec2585d0a41899453c4da4b1fb3
      Signed-off-by: default avatarYu Huang <yuhuang@codeaurora.org>
      cd1cc206
  30. Jun 26, 2017
    • Zhu Ken's avatar
      openswan: fix infinite delete state issue · e53a72e5
      Zhu Ken authored
      
      There is a loop delete state in this way:
      delete_state->send_delete->ikev2_delete_out->delte_state
      
      when something goes wrong in ikev2_delte_out, calling delete_state
      is not necessary since it would be handled in micro_state machine later.
      So nothing is needed but return.
      
      Change-Id: I4575412de11906f90ab49ef802574305bb453a9e
      Signed-off-by: default avatarZhu Ken <guigenz@codeaurora.org>
      e53a72e5
  31. May 26, 2017
  32. May 18, 2017
  33. May 01, 2017
    • Ram Chandra Jangir's avatar
      rstp: Fix build with musl C library · f55f5f4f
      Ram Chandra Jangir authored
      
      - Change from <sys/errno.h> to <errno.h>
      - Fixed error warning with <sys/poll.h> as below:
        Error:
         #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
      - caddr_t is defined in <sys/types.h>, so we included
        this header to fix build with the musl library.
      
      Change-Id: Idac4f061adcbd41e688fd2ce8d4275ad338c63cf
      Signed-off-by: default avatarRam Chandra Jangir <rjangir@codeaurora.org>
      f55f5f4f
  34. Oct 15, 2016
  35. Jun 24, 2016
  36. Jun 23, 2016
  37. Jun 03, 2016
Loading