1. 29 Mar, 2018 22 commits
  2. 23 Mar, 2018 1 commit
  3. 21 Mar, 2018 5 commits
  4. 20 Mar, 2018 10 commits
  5. 19 Mar, 2018 2 commits
    • David S. Miller's avatar
      Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue · c314c7ba
      David S. Miller authored
      Jeff Kirsher says:
      
      ====================
      40GbE Intel Wired LAN Driver Updates 2018-03-19
      
      This series contains updates to i40e and i40evf only.
      
      Alex fixes a potential deadlock in the configure_clsflower function in
      i40evf, where we exit with the "IN_CRITICAL_TASK" bit set while
      notifying the PF of flower filters.
      
      Jan fixed an issue where it was possible to set a mode that is not
      allowed which resulted in link being down, so fixed the parity between
      i40e_set_link_ksettings() and i40e_get_link_ksettings().
      
      Patryk fixes a bug where a backplane device was allowing the setting of
      link settings, which is not allowed.
      
      Shiraz fixes a crash when entering S3 because the client interface was
      freeing the MSIx vectors while they are still in use.
      
      Jake fixes up a function header comment to document a newly added
      parameter.  Also cleaned up flags that were never used.
      
      Doug fixes the incorrect return type for i40e_aq_add_cloud_filters().
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      c314c7ba
    • Paweł Jabłoński's avatar
      i40e: Fix the polling mechanism of GLGEN_RSTAT.DEVSTATE · 12d80bca
      Paweł Jabłoński authored
      This fixes the polling mechanism of GLGEN_RSTAT.DEVSTATE in the
      PF Reset path when Global Reset is in progress. While the driver
      is polling for the end of the PF Reset and the Global Reset is
      triggered, abandon the PF Reset path and prepare for the
      upcoming Global Reset.
      Signed-off-by: default avatarPaweł Jabłoński <pawel.jablonski@intel.com>
      Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
      Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
      12d80bca