1. 23 Mar, 2016 4 commits
  2. 22 Mar, 2016 27 commits
  3. 21 Mar, 2016 8 commits
  4. 20 Mar, 2016 1 commit
    • David S. Miller's avatar
      Revert "lan78xx: add ndo_get_stats64" · 1c191307
      David S. Miller authored
      This reverts commit a59f8c5b.
      
      There are several bugs in this new code, for example:
      
      1) Uses sleeping locks in get_stats64, which is not allowed,
         as the operation can be invoked in an atomic context.
      
      2) Uses PM fields without CONFIG_PM or similar guards.
      
      3) Does not synchronize HW stats when the device runtime
         suspends.
      
      Therefore this is being reverted until a correct version
      is implemented.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      1c191307