1. 26 Jul, 2019 1 commit
  2. 25 Jul, 2019 2 commits
  3. 24 Jul, 2019 2 commits
  4. 23 Jul, 2019 2 commits
  5. 22 Jul, 2019 8 commits
  6. 12 Jul, 2019 2 commits
    • Maciej Lipinski's avatar
      [issue #11] Prevent static MAC entries from removing by dynamic entires · 51d8270e
      Maciej Lipinski authored
      If a static entry is in the HASH table, this is for a reason. In the
      very unlikely event, when the same MAC is seen on another port,
      the static entry should not be overriden by the learned (dynamic).
      This was not the case. This commit prevents static MAC entries
      from being overriden by dynamic entries.
      51d8270e
    • Maciej Lipinski's avatar
      [issue #8] Avoid locking already locked shmem · 2056e517
      Maciej Lipinski authored
      Shmem is locked for the entire execution of the rtu_fd_init()
      function. Yet, this function call few clean_*() functions that
      attempt to lock shmem before cleaning... this caused shmem
      errors. It was fixed by specifying input parameter to clean_*()
      functions. The parameter specifies whether locking is required
      or not.
      2056e517
  7. 04 Jul, 2019 1 commit
  8. 03 Jul, 2019 3 commits
  9. 26 Jun, 2019 10 commits
  10. 25 Jun, 2019 6 commits
  11. 24 Jun, 2019 2 commits
  12. 21 Jun, 2019 1 commit