summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-21net: hns3: Fix the missing client list node initializationXi Wang1-0/+2
2018-05-21net: hns3: Fixes API to fetch ethernet header length with kernel defaultPeng Li1-102/+2
2018-05-21net: hns3: Fixes error reported by Kbuild and internal reviewSalil Mehta1-1/+3
2018-05-16net: hns3: Add support of .sriov_configure in HNS3 driverPeng Li1-26/+32
2018-05-16net: hns3: Change return type of hnae3_register_ae_devFuyun Liang1-3/+1
2018-05-16net: hns3: Fix for deadlock problem occurring when unregistering ae_algoFuyun Liang1-1/+73
2018-05-11net: hns3: fix for cleaning ring problemYunsheng Lin1-4/+30
2018-05-11net: hns3: remove add/del_tunnel_udp in hns3_enet moduleYunsheng Lin1-89/+0
2018-05-11net: hns3: Fix for setting mac address when resettingYunsheng Lin1-4/+4
2018-05-10net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driverYunsheng Lin1-7/+1
2018-05-01net: hns3: fix to correctly fetch l4 protocol outer headerHuazhong Tan1-1/+1
2018-04-01net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()Wei Yongjun1-4/+0
2018-03-26net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfoFuyun Liang1-1/+1
2018-03-22net: hns3: Changes to make enet watchdog timeout func common for PF/VFSalil Mehta1-23/+7
2018-03-22net: hns3: change the time interval of int_gl calculatingFuyun Liang1-17/+29
2018-03-22net: hns3: change GL update rateFuyun Liang1-0/+8
2018-03-22net: hns3: fix for vlan table lost problem when resettingYunsheng Lin1-0/+26
2018-03-12net: hns3: fix rx path skb->truesize reporting bugPeng Li1-6/+4
2018-03-12net: hns3: fix for ipv6 address loss problem after setting channelsFuyun Liang1-2/+2
2018-03-12net: hns3: add existence check when remove old uc mac addressFuyun Liang1-2/+2
2018-03-09net: hns3: fix for coal configuation lost when setting the channelYunsheng Lin1-3/+34
2018-03-09net: hns3: refactor the coalesce related structYunsheng Lin1-23/+23
2018-03-09net: hns3: fix for coalesce configuration lost during resetYunsheng Lin1-42/+114
2018-03-09net: hns3: refactor the get/put_vector functionYunsheng Lin1-0/+4
2018-03-09net: hns3: fix for use-after-free when setting ring parameterYunsheng Lin1-5/+5
2018-03-08net: hns3: set the max ring num when alloc netdevPeng Li1-14/+13
2018-01-23net: hns3: converting spaces into tabs to avoid checkpatch.pl warningSalil Mehta1-2/+2
2018-01-12net: hns3: check for NULL function pointer in hns3_nic_set_featuresJian Shen1-2/+4
2018-01-12net: hns3: add feature check when feature changedJian Shen1-12/+15
2018-01-12net: hns3: add int_gl_idx setup for TX and RX queuesFuyun Liang1-0/+11
2018-01-12net: hns3: remove unused GL setup functionFuyun Liang1-12/+0
2018-01-12net: hns3: refactor GL update functionFuyun Liang1-19/+16
2018-01-12net: hns3: refactor interrupt coalescing init functionFuyun Liang1-9/+20
2018-01-12net: hns3: add ethtool_ops.set_coalesce support to PFFuyun Liang1-4/+30
2018-01-10net: hns3: report the function type the same line with hns3_nic_get_stats64Peng Li1-2/+2
2018-01-08net: hns3: fix for changing MTUFuyun Liang1-0/+2
2018-01-08net: hns3: Fix an error of total drop packet statisticsJian Shen1-2/+9
2018-01-08net: hns3: Mask the packet statistics query when NIC is downJian Shen1-0/+8
2018-01-08net: hns3: Modify the update period of packet statisticsJian Shen1-0/+3
2018-01-08net: hns3: Disable VFs change rxvlan offload statusJian Shen1-2/+3
2018-01-08net: hns3: Add ethtool interface for vlan filterJian Shen1-1/+10
2017-12-27net: hns3: add handling vlan tag offload in bdPeng Li1-5/+78
2017-12-27net: hns3: add ethtool related offload commandPeng Li1-0/+16
2017-12-27net: hns3: free the ring_data structrue when change tqpsPeng Li1-0/+4
2017-12-27net: hns3: add support to modify tqps numberPeng Li1-0/+122
2017-12-15net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoCSalil Mehta1-0/+3216