aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorHaiyang Zhang <haiyangz@microsoft.com>2017-10-13 12:28:05 -0700
committerDavid S. Miller <davem@davemloft.net>2017-10-14 18:42:55 -0700
commit6b0cbe315868d613123cf387052ccda5f09d49ea (patch)
tree397df71338800881d1bf18ac5add6bfa19fe8fba /net/ipv4/tcp_output.c
parent39e91cfbf6f5fb26ba64cc2e8874372baf1671e7 (diff)
downloadlinux-6b0cbe315868d613123cf387052ccda5f09d49ea.tar.gz
linux-6b0cbe315868d613123cf387052ccda5f09d49ea.tar.bz2
linux-6b0cbe315868d613123cf387052ccda5f09d49ea.zip
hv_netvsc: Add initialization of tx_table in netvsc_device_add()
tx_table is part of the private data of kernel net_device. It is only zero-ed out when allocating net_device. We may recreate netvsc_device w/o recreating net_device, so the private netdev data, including tx_table, are not zeroed. It may contain channel numbers for the older netvsc_device. This patch adds initialization of tx_table each time we recreate netvsc_device. Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions