1. 12 8月, 2017 3 次提交
  2. 09 8月, 2017 1 次提交
  3. 07 8月, 2017 1 次提交
    • S
      netvsc: fix race on sub channel creation · 732e4985
      stephen hemminger 提交于
      The existing sub channel code did not wait for all the sub-channels
      to completely initialize. This could lead to race causing crash
      in napi_netif_del() from bad list. The existing code would send
      an init message, then wait only for the initial response that
      the init message was received. It thought it was waiting for
      sub channels but really the init response did the wakeup.
      
      The new code keeps track of the number of open channels and
      waits until that many are open.
      
      Other issues here were:
        * host might return less sub-channels than was requested.
        * the new init status is not valid until after init was completed.
      
      Fixes: b3e6b82a ("hv_netvsc: Wait for sub-channels to be processed during probe")
      Signed-off-by: NStephen Hemminger <sthemmin@microsoft.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      732e4985
  4. 03 8月, 2017 1 次提交
    • S
      netvsc: transparent VF management · 0c195567
      stephen hemminger 提交于
      This patch implements transparent fail over from synthetic NIC to
      SR-IOV virtual function NIC in Hyper-V environment. It is a better
      alternative to using bonding as is done now. Instead, the receive and
      transmit fail over is done internally inside the driver.
      
      Using bonding driver has lots of issues because it depends on the
      script being run early enough in the boot process and with sufficient
      information to make the association. This patch moves all that
      functionality into the kernel.
      Signed-off-by: NStephen Hemminger <sthemmin@microsoft.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0c195567
  5. 30 7月, 2017 3 次提交
  6. 25 7月, 2017 1 次提交
  7. 20 7月, 2017 5 次提交
  8. 23 6月, 2017 2 次提交
  9. 10 6月, 2017 1 次提交
  10. 08 6月, 2017 1 次提交
  11. 25 4月, 2017 1 次提交
  12. 17 4月, 2017 1 次提交
  13. 23 3月, 2017 4 次提交
  14. 17 3月, 2017 1 次提交
  15. 13 3月, 2017 1 次提交
  16. 07 3月, 2017 1 次提交
  17. 25 1月, 2017 12 次提交