1. 03 8月, 2014 2 次提交
  2. 24 7月, 2014 1 次提交
  3. 14 7月, 2014 1 次提交
  4. 03 7月, 2014 2 次提交
  5. 01 7月, 2014 2 次提交
  6. 26 6月, 2014 3 次提交
  7. 25 6月, 2014 1 次提交
  8. 20 6月, 2014 1 次提交
  9. 11 6月, 2014 4 次提交
  10. 09 6月, 2014 2 次提交
  11. 08 6月, 2014 7 次提交
  12. 06 6月, 2014 2 次提交
  13. 05 6月, 2014 1 次提交
    • M
      i40evf: fix crash when changing ring sizes · d732a184
      Mitch Williams 提交于
      i40evf_set_ringparam was broken in several ways. First, it only changed
      the size of the first ring, and second, changing the ring size would
      often result in a panic because it would change the count before
      deallocating resources, causing the driver to either free nonexistent
      buffers, or leak leftover buffers.
      
      Fix this by storing the descriptor count in the adapter structure, and
      updating the count for each ring each time we allocate them. This
      ensures that we always free the right size ring, and always end up with
      the requested count when the device is (re)opened.
      
      Change-ID: I298396cd3d452ba8509d9f2d33a93f25868a9a55
      Signed-off-by: NMitch Williams <mitch.a.williams@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      d732a184
  14. 29 5月, 2014 1 次提交
  15. 27 5月, 2014 1 次提交
  16. 23 5月, 2014 1 次提交
  17. 21 5月, 2014 3 次提交
  18. 28 4月, 2014 3 次提交
  19. 22 4月, 2014 2 次提交