linux/drivers/net/ethernet/hisilicon/hns3
Tan Xiaojun 48d154e7f5 net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGES
When enable the config item "CONFIG_ARM64_64K_PAGES", the size of PAGE_SIZE
is 65536(64K). But the type of length is u16, it will overflow. So change it
to u32.

Signed-off-by: Tan Xiaojun <tanxiaojun@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-04-04 11:46:14 -04:00
..
hns3pf net: hns3: never send command queue message to IMP when reset 2018-03-26 12:12:27 -04:00
hns3vf net: hns3: Add *Asserting Reset* mailbox message & handling in VF 2018-03-22 15:29:04 -04:00
Makefile net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC 2017-12-15 10:55:34 -05:00
hclge_mbx.h net: hns3: Add *Asserting Reset* mailbox message & handling in VF 2018-03-22 15:29:04 -04:00
hnae3.c net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC 2017-12-15 10:55:34 -05:00
hnae3.h net: hns3: Add VF Reset device state and its handling 2018-03-22 15:29:03 -04:00
hns3_dcbnl.c net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC 2017-12-15 10:55:34 -05:00
hns3_enet.c net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree() 2018-03-31 22:22:25 -04:00
hns3_enet.h net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGES 2018-04-04 11:46:14 -04:00
hns3_ethtool.c net: hns3: fix for returning wrong value problem in hns3_get_rss_indir_size 2018-03-26 12:12:26 -04:00