1. 09 Dec, 2015 12 commits
  2. 08 Dec, 2015 2 commits
  3. 07 Dec, 2015 24 commits
  4. 06 Dec, 2015 2 commits
    • Singhai, Anjali's avatar
      Revert "i40e: remove CONFIG_I40E_VXLAN" · 6633d381
      Singhai, Anjali authored
      This reverts commit 8fe26999.
      The case where VXLAN is a module and i40e driver is inbuilt
      will not be handled properly with this change since i40e
      will have an undefined symbol vxlan_get_rx_port in it.
      
      v2: Add a signed-off-by.
      Signed-off-by: default avatarAnjali Singhai Jain <anjali.singhai@intel.com>
      Acked-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      6633d381
    • David S. Miller's avatar
      Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue · b48565f5
      David S. Miller authored
      Jeff Kirsher says:
      
      ====================
      100GbE Intel Wired LAN Driver Updates 2015-12-05
      
      This series contains updates to fm10k only.
      
      Jacob provides the remaining fm10k patches in the series.  First change
      ensures that all the logic regarding the setting of netdev features is
      consolidated in one place of the driver.  Fixed an issue where an assumption
      was being made on how many queues are available, especially when init_hw_vf()
      errors out.  Fixed up an number of issues with init_hw() where failures
      were not being handled properly or at all, so update the driver to check
      returned error codes and respond appropriately.  Fixed up typecasting
      issues found where either the incorrect typecast size was used or
      explicitly typecast values.  Added additional debugging statistics and
      rename statistic to better reflect its true value.  Added support for
      ITR scaling based on PCIe link speed for fm10k.  Fixed up code comment
      where "hardware" was misspelled.
      
      v2: Dropped patches #1 and #10 from original submission, patch #1 was from
          Nick Krause and due to his past kernel interactions, dropping his patch.
          Patch #10 had questions and concerns from Tom Herbert which cannot be
          addressed at this time since the author (Jacob Keller) is currently on
          sabbatical, so dropping this patch for now until we can properly address
          Tom's questions and concerns.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b48565f5