1. 17 Dec, 2019 26 commits
  2. 16 Dec, 2019 5 commits
  3. 15 Dec, 2019 6 commits
  4. 14 Dec, 2019 2 commits
  5. 13 Dec, 2019 1 commit
    • David S. Miller's avatar
      Merge branch 'netdev-ndo_tx_timeout-cleanup' · 1f4782ae
      David S. Miller authored
      Michael S. Tsirkin says:
      
      ====================
      netdev: ndo_tx_timeout cleanup
      
      Yet another forward declaration I missed. Hopfully the last one ...
      
      A bunch of drivers want to know which tx queue triggered a timeout,
      and virtio wants to do the same.
      We actually have the info to hand, let's just pass it on to drivers.
      Note: tested with an experimental virtio patch by Julio.
      That patch itself isn't ready yet though, so not included.
      Other drivers compiled only.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      1f4782ae