1. 14 Dec, 2015 2 commits
    • Tom Herbert's avatar
      rco: Clean up casting errors · 369620a0
      Tom Herbert authored
      Fixe a couple of cast errors found by sparse.
      Signed-off-by: default avatarTom Herbert <tom@herbertland.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      369620a0
    • David S. Miller's avatar
      Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue · 823aeda4
      David S. Miller authored
      Jeff Kirsher says:
      
      ====================
      100GbE Intel Wired LAN Driver Updates 2015-12-13
      
      This series contains updates to fm10k only.
      
      Jacob updates the driver to use ether_addr_copy() instead of copying
      byte-by-byte in a for loop.  Fixed up CamelCase variable names and coding
      style issues.  Cleaned up namespace pollution of fm10k_iov_msg_data_pf().
      Cleaned up, by making it consistent, the use of VLAN and VLAN ID instead of
      vlan or vid.  Lastly, update the driver to initialize XPS so that we can
      take advantage of the kernel feature.
      
      Alex Duyck fixed up the driver to free the resources associated with the
      MSI-X vector table if the q_vector allocation failed.  Then fixed the driver
      to check for msix_entries to be NULL and freed the IRQ if the mailbox API
      returned an error on trying to connect.
      
      Bruce cleans up whitespace and namespace pollution issues in the driver.
      Also updates the driver to use the BIT() macro instead of bit-shifting coding.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      823aeda4
  2. 13 Dec, 2015 38 commits