commit | 15cfd40771e18a4e9b788c64c9db2606f958b93d | [log] [tgz] |
---|---|---|
author | Haiyang Zhang <haiyangz@microsoft.com> | Thu Apr 21 16:13:01 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 24 23:27:58 2016 -0400 |
tree | c6da0d9154f35255ecb57a28453556d3664bc4db | |
parent | 10d3be569243def8d92ac3722395ef5a59c504e6 [diff] |
hv_netvsc: Fix the list processing for network change event RNDIS_STATUS_NETWORK_CHANGE event is handled as two "half events" -- media disconnect & connect. The second half should be added to the list head, not to the tail. So all events are processed in normal order. Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Reviewed-by: K. Y. Srinivasan <kys@microsoft.com> Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>