1. 30 Nov, 2016 4 commits
  2. 28 Nov, 2016 1 commit
  3. 21 Nov, 2016 1 commit
  4. 26 Sep, 2016 10 commits
  5. 15 Sep, 2016 1 commit
  6. 12 Sep, 2016 1 commit
  7. 02 Sep, 2016 1 commit
  8. 31 Aug, 2016 1 commit
  9. 25 Aug, 2016 5 commits
  10. 16 Aug, 2016 1 commit
    • Yuval Mintz's avatar
      qed: Add firmware 8.10.10.0 · 70a3c2ad
      Yuval Mintz authored
      
      
      This new firmware for the qed* adpaters fixes several issues:
       - Better blocking of malicious VFs.
       - After FLR, Tx-switching [internal routing] of packets might
         be incorrect.
       - Deletion of unicast MAC filters would sometime have side-effect
         of corrupting the MAC filters configred for a device.
      It also contains fixes for future qed* drivers that *hopefully* would be
      sent for review in the near future.
      
      In addition, it would allow driver some new functionality, including:
       - Allowing PF/VF driver compaitibility with old drivers [running
         pre-8.10.5.0 firmware].
       - Better debug facilities.
      Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: default avatarKyle McMartin <kyle@kernel.org>
      70a3c2ad
  11. 15 Aug, 2016 1 commit
  12. 12 Aug, 2016 2 commits
  13. 11 Aug, 2016 1 commit
  14. 04 Aug, 2016 1 commit
  15. 27 Jul, 2016 1 commit
  16. 12 Jul, 2016 2 commits
  17. 10 Jul, 2016 2 commits
  18. 09 Jul, 2016 2 commits
  19. 04 Jul, 2016 1 commit
  20. 01 Jul, 2016 1 commit
    • Rodrigo Vivi's avatar
      linux-firmware/i915: Step away from symbolic links and clean up repo. · 19b71af5
      Rodrigo Vivi authored
      
      
      i915 now loads the specific major/minor version of the firmware
      instead of loading the symbolic links.
      
      So this patch also removes symbolic links from the firmware
      components that never had the firmware loaded directly and
      let the symbolic links only for the cases where some versions
      of i915 might load the symbolic link while new versions loads
      the file directly.
      
      I considered making copies but this would
      increase this repository size in ~ 25%.
      
      The symbolic links now on shall never be updated.
      Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
      19b71af5