1. 22 Mar, 2017 39 commits
  2. 21 Mar, 2017 1 commit
    • David S. Miller's avatar
      Merge branch 'usbnet-ksettings' · b6e13aea
      David S. Miller authored
      Philippe Reynes says:
      
      ====================
      net: usbnet: move to new api ethtool_{get|set}_link_ksettings
      
      The ethtool api {get|set}_settings is deprecated. On usbnet, it
      was often implemented with usbnet_{get|set}_settings.
      
      In this series, I add usbnet_{get|set}_link_ksettings
      in the first patch, then I update all the driver to
      use this new api, and in the last patch I remove the
      old api usbnet_{get|set}_settings.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b6e13aea