Skip to content
Snippets Groups Projects
  1. Apr 20, 2022
  2. Mar 09, 2022
  3. 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
  4. Mar 04, 2022
  5. Nov 09, 2021
  6. Oct 12, 2021
  7. Sep 15, 2021
  8. Mar 10, 2021
  9. Nov 09, 2020
  10. Sep 30, 2020
  11. Sep 25, 2020
  12. Sep 17, 2020
  13. Sep 10, 2020
  14. Sep 02, 2020
  15. Jul 20, 2020
  16. Jul 16, 2020
  17. May 21, 2020
  18. Feb 10, 2020
  19. Oct 24, 2019
  20. Sep 16, 2019
  21. Sep 04, 2019
  22. Aug 29, 2019
  23. 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
  24. Aug 08, 2019
  25. Aug 06, 2019
  26. Aug 05, 2019
  27. Jul 29, 2019
  28. Jul 25, 2019
  29. Jul 22, 2019
  30. Jul 19, 2019
  31. Jul 17, 2019
  32. Jul 02, 2019
  33. Jul 01, 2019
  34. 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
  35. Apr 19, 2019
  36. Mar 07, 2019
  37. Feb 21, 2019
  38. Feb 01, 2019
  39. Jan 24, 2019
Loading