aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-11-01net: hns: set correct return valuePan Bian1-2/+2
2017-10-26net: hns3: fix the bug when reuse command description in hclge_add_mac_vlan_tblLipeng1-3/+3
2017-10-26net: hns3: fix a bug in hclge_uninit_client_instanceLipeng1-2/+8
2017-10-26net: hns3: add nic_client check when initialize roce base informationLipeng1-1/+1
2017-10-26net: hns3: fix the bug of hns3_set_txbd_baseinfoLipeng1-1/+1
2017-10-24net: hns3: fix a bug about hns3_clean_tx_ringLipeng2-4/+4
2017-10-24net: hns3: remove redundant memset when alloc bufferLipeng1-2/+0
2017-10-24net: hns3: fix the TX/RX ring.queue_index in hns3_ring_get_cfgLipeng1-2/+2
2017-10-24net: hns3: get vf count by pci_sriov_get_totalvfsLipeng1-1/+2
2017-10-24net: hns3: fix the ops check in hns3_get_rxnfcLipeng1-1/+1
2017-10-24net: hns3: fix the bug when map buffer failLipeng1-1/+1
2017-10-24net: hns3: fix a bug when alloc new bufferLipeng1-1/+1
2017-10-22net: hns3: Add mac loopback selftest support in hns3 driverYunsheng Lin2-0/+327
2017-10-22net: hns3: Refactor the skb receiving and transmitting functionYunsheng Lin2-5/+16
2017-10-19net: hns3: Add mqprio hardware offload support in hns3 driverYunsheng Lin4-19/+86
2017-10-18net: hns: Convert timers to use timer_setup()Kees Cook2-11/+9
2017-10-11net: hns3: make local functions staticWei Yongjun1-2/+4
2017-10-10net: hns3: fix the ring count for ETHTOOL_GRXRINGSLipeng1-1/+1
2017-10-10net: hns3: add support for ETHTOOL_GRXFHLipeng3-0/+68
2017-10-10net: hns3: add support for set_rxnfcLipeng6-2/+129
2017-10-10net: hns3: add support for set_ringparamLipeng3-2/+81
2017-10-10net: hns3: fixes the ring index in hns3_fini_ringLipeng1-1/+1
2017-10-09net: hns3: Cleanup for non-static function in hns3 driverYunsheng Lin4-27/+15
2017-10-09net: hns3: Cleanup for endian issue in hns3 driverYunsheng Lin5-109/+145
2017-10-09net: hns3: Cleanup for struct that used to send cmd to firmwareYunsheng Lin3-119/+120
2017-10-09net: hns3: Consistently using GENMASK in hns3 driverYunsheng Lin2-26/+26
2017-10-09net: hns3: Cleanup indentation for Kconfig in the the hisilicon folderYunsheng Lin1-3/+3
2017-10-09net: hns3: Add hns3_get_handle macro in hns3 driverYunsheng Lin4-63/+35
2017-10-09net: hns3: Cleanup for shifting true in hns3 driverYunsheng Lin1-1/+1
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-10-01net: hns3: Fix an error handling path in 'hclge_rss_init_hw()'Christophe JAILLET1-1/+2
2017-10-01net: hns3: fix null pointer dereference before null checkColin Ian King1-1/+3
2017-09-28net: hns3: Add DCB support when interacting with network stackYunsheng Lin1-15/+87
2017-09-28net: hns3: Setting for fc_mode and dcb enable flag in TM moduleYunsheng Lin1-4/+30
2017-09-28net: hns3: Add dcb netlink interface for the support of DCB featureYunsheng Lin4-0/+117
2017-09-28net: hns3: Add hclge_dcb module for the support of DCB featureYunsheng Lin7-6/+375
2017-09-28net: hns3: Add some interface for the support of DCB featureYunsheng Lin4-5/+55
2017-09-28net: hns3: Add tc-based TM support for sriov enabled portYunsheng Lin1-18/+31
2017-09-28net: hns3: Add support for port shaper setting in TM moduleYunsheng Lin2-0/+36
2017-09-28net: hns3: Add support for PFC setting in TM moduleYunsheng Lin2-5/+68
2017-09-28net: hns3: Add support for dynamically buffer reallocationYunsheng Lin3-70/+87
2017-09-28net: hns3: Support for dynamically assigning tx buffer to TCYunsheng Lin2-10/+55
2017-09-20net: hns3: Fix for pri to tc mapping in TMYunsheng Lin3-9/+12
2017-09-20net: hns3: Fix for setting rss_size incorrectlyYunsheng Lin3-40/+38
2017-09-20net: hns3: Fix typo error for feild in hclge_tmYunsheng Lin2-12/+12
2017-09-20net: hns3: Fix for rx priv buf allocation when DCB is not supportedYunsheng Lin1-0/+10
2017-09-20net: hns3: Fix for rx_priv_buf_alloc not setting rx shared bufferYunsheng Lin2-1/+6
2017-09-20net: hns3: Fix for not setting rx private buffer size to zeroYunsheng Lin1-2/+14
2017-09-20net: hns3: Fix for DEFAULT_DV when dev doesn't support DCBYunsheng Lin2-1/+6