1. 24 Nov, 2018 37 commits
  2. 23 Nov, 2018 3 commits
    • David S. Miller's avatar
      Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue · 9af80090
      David S. Miller authored
      Jeff Kirsher says:
      
      ====================
      Intel Wired LAN Driver Updates 2018-11-21
      
      This series contains updates to all of the Intel LAN drivers and
      documentation.
      
      Shannon Nelson updates the ixgbe kernel documentation to include IPsec
      hardware offload.
      
      Joe Perches cleans up whitespace issues in the igb driver.
      
      Jesse update the netdev kernel documentation for NETIF_F_GSO_UDP_L4 to
      align with the actual code.  Also aligned all the NAPI driver code for
      all of the Intel drivers to implement the recommendations of Eric
      Dumazet to check the return code of the napi_complete_done() to
      determine whether or not to enable interrupts or exit poll.
      
      Paul E. McKenney replaces synchronize_sched() with synchronize_rcu() for
      ixgbe.
      
      Sasha implements suggestions made by Joe Perches to remove obsolete code
      and to use the dev_err() method.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      9af80090
    • Eric Dumazet's avatar
      net-gro: use ffs() to speedup napi_gro_flush() · 42519ede
      Eric Dumazet authored
      We very often have few flows/chains to look at, and we
      might increase GRO_HASH_BUCKETS to 32 or 64 in the future.
      Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      42519ede
    • David S. Miller's avatar
      Merge branch 'dpaa-coalesce' · d72ff4b4
      David S. Miller authored
      Madalin Bucur says:
      
      ====================
      dpaa_eth: add ethtool coalesce control
      
      Add control of the DPAA portal interrupt coalescing settings from
      ethtool.
      
      changes from v2: read ithresh from HW, set previous values on failure
      changes from v1: added range checking for the QMan APIs
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      d72ff4b4