1. 26 Jan, 2019 2 commits
    • Heiner Kallweit's avatar
      Documentation: net: phy: reflect latest changes to phylib API · a118b19d
      Heiner Kallweit authored
      Recent changes to the phylib API
      - removed phy_stop_interrupts
      - replaced phy_start_interrupts with phy_request_interrupt
      - moved some functionality from phy_connect() and phy_disconnect()
        to phy_start() and phy_stop() respectively.
      Reflect these changes in the documentation.
      Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      a118b19d
    • David S. Miller's avatar
      Merge tag 'mlx5-updates-2019-01-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux · ee4576fc
      David S. Miller authored
      Saeed Mahameed says:
      
      ====================
      mlx5-updates-2019-01-25
      
      This series provides some updates to mlx5 driver,
      
      From Tariq,
      1) Make sure RX packet header does not cross page boundary
         To avoid page boundary crossing, use stride size that fits
         the maximum possible header. Stride is increased form 64B to 256B.
      
      2) CQ struct cleanup: Take CQ decompress fields into a separate structure
      
      From Moshe,
      3) Expand XPS cpumask to cover all online cpus
      
      From Jason Gunthorpe and Tariq:
      4) Compilation warning cleanup
      
      From Or,
      5) Add trace points for flow tables create/destroy
      
      From Saeed,
      6) Software stats update/folding improvements
         this also solves a compilation warning on 32bit systems that was reported
         last release cycle by Arnd and Andrew.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      ee4576fc
  2. 25 Jan, 2019 31 commits
  3. 23 Jan, 2019 7 commits