1. 28 Sep, 2015 3 commits
  2. 02 Sep, 2015 3 commits
  3. 01 Sep, 2015 12 commits
  4. 04 Aug, 2015 3 commits
  5. 03 Aug, 2015 2 commits
  6. 14 Jul, 2015 1 commit
  7. 03 Jul, 2015 9 commits
  8. 12 Feb, 2015 1 commit
  9. 11 Feb, 2015 3 commits
  10. 10 Feb, 2015 1 commit
  11. 05 Feb, 2015 1 commit
    • Grzegorz Daniluk's avatar
      wr_endpoint/rx_path: don't store pfilter decision if frame is dropped by rx_buffer · 8c23ba5d
      Grzegorz Daniluk authored
      If there is a storm of frames and rx_buffer gets full it starts to drop frames.
      However, before this commit even if a frame was dropped that way, U_match_buffer
      was storing pfilter decision for that frame. As a result decisions coming out
      from the match_buffer were shifted and applied to wrong frames. With this commit
      I check if the rx_buffer is full at the beginning of frame and eventually block
      mbuf_we so that the pfilter decision is not stored.
      8c23ba5d
  12. 04 Feb, 2015 1 commit