summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns: fix soft lockup when there is not enough memoryYonglong Liu2020-01-171-3/+1
* net: hns3: pad the short frame before sending to the hardwareYunsheng Lin2020-01-161-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-221-1/+1
|\
| * net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao2019-12-201-1/+1
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-2/+2
|/
* net: hns3: fix VF ID issue for setting VF VLANJian Shen2019-12-051-12/+6
* net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()Yunsheng Lin2019-12-051-13/+6
* net: hns3: fix for TX queue not restarted problemYunsheng Lin2019-12-051-12/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-1/+1
|\
| * net: hns3: fix a wrong reset interrupt status maskHuazhong Tan2019-11-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-163-9/+31
|\|
| * net: hns3: cleanup of stray struct hns3_link_mode_mappingSalil Mehta2019-11-161-5/+0
| * net: hns3: fix ETS bandwidth validation bugYonglong Liu2019-11-141-1/+1
| * net: hns3: reallocate SSU' buffer size when pfc_en changesYunsheng Lin2019-11-141-1/+16
| * net: hns3: add compatible handling for MAC VLAN switch parameter configurationGuangbin Huang2019-11-141-2/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-0911-33/+25
|\|
| * net: hns: Fix the stray netpoll locks causing deadlock in NAPI pathSalil Mehta2019-11-073-25/+1
| * net: hns3: add compatible handling for command HCLGE_OPC_PF_RST_DONEHuazhong Tan2019-11-061-1/+17
| * net: hns3: Use the correct style for SPDX License IdentifierNishad Kamdar2019-11-057-7/+7
* | net: hns3: remove unused macrosColin Ian King2019-11-052-4/+0
* | net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-042-7/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-7/+9
|\|
| * net: hisilicon: Fix ping latency when deal with high throughputJiangfeng Xiao2019-10-291-6/+9
| * net: hisilicon: Fix "Trying to free already-free IRQ"Jiangfeng Xiao2019-10-291-1/+0
* | net: hns3: cleanup byte order issues when printedGuojia Liao2019-10-314-62/+83
* | net: hns3: cleanup some print format warningGuojia Liao2019-10-3114-101/+101
* | net: hns3: add or modify some commentsGuangbin Huang2019-10-313-2/+5
* | net: hns3: optimize local variable initializationGuangbin Huang2019-10-312-3/+2
* | net: hns3: cleanup a format-truncation warningGuojia Liao2019-10-311-1/+2
* | net: hns3: cleanup some coding style issuesGuangbin Huang2019-10-317-14/+13
* | net: hns3: cleanup some magic numbersGuojia Liao2019-10-316-20/+34
* | net: hns3: add struct netdev_queue debug info for TX timeoutYunsheng Lin2019-10-311-0/+3
* | net: hns3: dump some debug information when reset failHuazhong Tan2019-10-314-4/+35
* | net: hns3: log and clear hardware error after reset completeJian Shen2019-10-211-0/+3
* | net: hns3: do not allocate linear data for fraglist skbYunsheng Lin2019-10-211-2/+1
* | net: hns3: minor cleanup for hns3_handle_rx_bd()Yunsheng Lin2019-10-211-25/+13
* | net: hns3: make struct hns3_enet_ring cacheline alignedYunsheng Lin2019-10-211-1/+1
* | net: hns3: introduce ring_to_netdev() in enet moduleYunsheng Lin2019-10-212-7/+9
* | net: hns3: minor optimization for barrier in IO pathYunsheng Lin2019-10-211-3/+7
* | net: hns3: optimized MAC address in management table.Guojia Liao2019-10-212-4/+3
* | net: hns3: remove struct hns3_nic_ring_data in hns3_enet moduleYunsheng Lin2019-10-214-138/+74
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-206-6/+58
|\|
| * net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu2019-10-196-6/+58
* | net: hns3: support tx-scatter-gather-fraglist featureYunsheng Lin2019-10-082-93/+168
* | net: hns3: add support for configuring VF MAC from the hostHuazhong Tan2019-10-086-8/+158
* | net: hns3: add support for configuring bandwidth of VF on the hostYonglong Liu2019-10-088-2/+280
* | net: hns3: add support for setting VF trustJian Shen2019-10-089-40/+129
* | net: hns3: add support for spoof check settingJian Shen2019-10-086-9/+140
* | net: hns3: add support for setting VF link status on the hostYufeng Mo2019-10-085-1/+111
* | net: hns3: make array tick_array static, makes object smallerColin Ian King2019-10-071-1/+1