Skip to content
Snippets Groups Projects
  1. Jun 13, 2023
  2. May 31, 2023
  3. Apr 20, 2022
  4. Mar 09, 2022
  5. Mar 07, 2022
    • Tian Yang's avatar
      rstp: Fix the empty bridge name issue · 70dbabc9
      Tian Yang authored
      
      network_get_device will extract "l3_device" value from
      interface's netifd attribute. But when LAN interface is
      set to dhcp proto, l3_device is not set. Hence we use
      network_get_physdev to get "device" field, which is present
      for either dhcp or non-dhcp proto.
      
      Signed-off-by: default avatarTian Yang <quic_tiany@quicinc.com>
      Change-Id: Ia44a11100bb6547c59cffcc71ca96e647c1c0295
      70dbabc9
  6. Mar 04, 2022
  7. Nov 09, 2021
  8. Oct 12, 2021
  9. Sep 15, 2021
  10. Mar 10, 2021
  11. Nov 09, 2020
  12. Sep 30, 2020
  13. Sep 25, 2020
  14. Sep 17, 2020
  15. Sep 10, 2020
  16. Sep 02, 2020
  17. Jul 20, 2020
  18. Jul 16, 2020
  19. May 21, 2020
  20. Feb 10, 2020
  21. Oct 24, 2019
  22. Sep 16, 2019
  23. Sep 04, 2019
  24. Aug 29, 2019
  25. 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
  26. Aug 08, 2019
  27. Aug 06, 2019
  28. Aug 05, 2019
  29. Jul 29, 2019
  30. Jul 25, 2019
  31. Jul 22, 2019
  32. Jul 19, 2019
  33. Jul 17, 2019
  34. Jul 02, 2019
  35. Jul 01, 2019
  36. 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
  37. Apr 19, 2019
  38. Mar 07, 2019
  39. Feb 21, 2019
Loading