aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-01net: hns3: Fix an error handling path in 'hclge_rss_init_hw()'Christophe JAILLET1-1/+2
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
2017-09-20net: hns3: Fix initialization when cmd is not supportedYunsheng Lin4-16/+31
2017-09-20net: hns3: Cleanup for ROCE capability flag in ae_devYunsheng Lin3-27/+19
2017-09-19net: hns3: Fixes the premature exit of loop when matching clientsLipeng1-34/+9
2017-09-19net: hns3: Fixes the default VLAN-id of PFLipeng1-1/+5
2017-09-19net: hns3: Fixes the ether address copy with appropriate APISalil Mehta1-2/+1
2017-09-19net: hns3: Fixes the initialization of MAC address in hardwareLipeng1-3/+4
2017-09-19net: hns3: Fixes ring-to-vector map-and-unmap commandLipeng2-2/+14
2017-09-19net: hns3: Fixes the command used to unmap ring from vectorLipeng1-1/+1
2017-09-19net: hns3: Fixes initialization of phy address from firmwareLipeng1-0/+1
2017-08-30net: hns3: Fixes the wrong IS_ERR check on the returned phydev valueSalil Mehta1-1/+1
2017-08-22net: hns3: Add support to change MTU in HNS3 hardwareSalil2-0/+35
2017-08-19net: hns3: fix a handful of spelling mistakesColin Ian King2-3/+3
2017-08-18net: hns3: Fixes the static check warning due to missing unsupp L3 proto checkSalil1-4/+10
2017-08-18net: hns3: Fixes the static checker error warning in hns3_get_link_ksettings()Salil1-37/+48
2017-08-18net: hns3: Fixes the missing u64_stats_fetch_begin_irq in 64-bit stats fetchSalil1-0/+2
2017-08-17net: hns3: ensure media_type is unitializedColin Ian King1-1/+1
2017-08-11hns3pf: Fix some harmless copy and paste bugsDan Carpenter1-2/+2
2017-08-11hns3pf: fix hns3_del_tunnel_port()Dan Carpenter1-1/+1
2017-08-07net: hns3: fix spelling mistake: "capabilty" -> "capability"Colin Ian King1-1/+2
2017-08-07hns3: fix unused function warningArnd Bergmann1-15/+12
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-2/+4
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio onlyJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+0
2017-08-07hns3pf: don't check handle during mqprio offloadJiri Pirko1-1/+1
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-3/+3
2017-08-04net: hns: Fix for __udivdi3 compiler errorLin Yun Sheng1-1/+2
2017-08-03net: hns3: Add HNS3 driver to kernel build framework & MAINTAINERSSalil4-0/+46
2017-08-03net: hns3: Add Ethtool support to HNS3 driverSalil1-0/+482
2017-08-03net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoCSalil2-0/+230
2017-08-03net: hns3: Add support of TX Scheduler & Shaper to HNS3 driverSalil2-0/+1121
2017-08-03net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer SupportSalil2-0/+4786
2017-08-03net: hns3: Add HNS3 IMP(Integrated Mgmt Proc) Cmd Interface SupportSalil2-0/+1096
2017-08-03net: hns3: Add support of the HNAE3 frameworkSalil2-0/+744
2017-08-03net: hns3: Add support of HNS3 Ethernet Driver for hip08 SoCSalil2-0/+3440
2017-08-03net: hns: Add self-adaptive interrupt coalesce support in hns driverLin Yun Sheng6-11/+149
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+58
2017-07-19hns: remove useless void caststephen hemminger1-1/+1
2017-07-14net: hns: add acpi function of xge led controlLiuJian2-3/+58
2017-07-12net: hns: Bugfix for Tx timeout handling in hns driverLin Yun Sheng1-7/+9
2017-07-08net: hns: Fix a skb used after free bugYunsheng Lin2-15/+13
2017-07-08net: hns: Fix a wrong op phy C45 codeYunsheng Lin1-1/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-72/+36