aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24net: hns3: Fix for warning uninitialized symbol hw_err_lst3Shiju Jose1-4/+6
2018-10-22net: hns3: Add enable and process hw errors of TM schedulerShiju Jose4-0/+303
2018-10-22net: hns3: Add enable and process hw errors from PPPShiju Jose3-0/+280
2018-10-22net: hns3: Add enable and process hw errors from IGU, EGU and NCSIShiju Jose3-0/+207
2018-10-22net: hns3: Add enable and process common ecc errorsShiju Jose3-0/+318
2018-10-22net: hns3: Add support to enable and disable hw errorsShiju Jose3-0/+32
2018-10-22net: hns3: Add PCIe AER error recoveryShiju Jose4-7/+35
2018-10-22net: hns3: Add PCIe AER callback error_detectedShiju Jose6-1/+101
2018-10-16net: hns3: fix for multiple unmapping DMA problemFuyun Liang1-5/+8
2018-10-16net: hns3: rename hns_nic_dma_unmapFuyun Liang1-7/+7
2018-10-16net: hns3: add handling for big TX fragmentFuyun Liang1-14/+31
2018-10-16net: hns3: move DMA map into hns3_fill_descPeng Li2-26/+24
2018-10-16net: hns3: remove hns3_fill_desc_tsoPeng Li1-39/+5
2018-10-12net: hns3: Resume promisc mode and vlan filter status after loopback testJian Shen1-1/+9
2018-10-12net: hns3: Resume promisc mode and vlan filter status after resetJian Shen1-1/+5
2018-10-12net: hns3: Enable promisc mode when mac vlan table is fullJian Shen4-12/+89
2018-10-10net: hns3: Add HW RSS hash information to RX skbPeng Li3-0/+36
2018-10-10net: hns3: Add RSS tuples support for VFJian Shen4-2/+234
2018-10-10net: hns3: Add RSS general configuration support for VFJian Shen2-52/+106
2018-10-10net: hns3: Add new RSS hash algorithm support for PFJian Shen2-10/+30
2018-10-05net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardwareJian Shen1-17/+13
2018-10-05net: hns3: Add egress/ingress vlan filter for revision 0x21Zhongzhu Liu1-9/+36
2018-10-05net: hns3: Drop depricated mta table supportJian Shen9-474/+2
2018-10-05net: hns3: Optimize for unicast mac vlan tableJian Shen3-2/+174
2018-10-05net: hns3: Clear mac vlan table entries when unload driver or function resetJian Shen1-17/+28
2018-10-05net: hns3: Remove the default mask configuration for mac vlan tableJian Shen2-42/+0
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-30/+20
2018-10-01net: hns3: Add support for enable/disable flow directorJian Shen3-1/+28
2018-10-01net: hns3: Remove all flow director rules when unload hns3 driverJian Shen1-0/+2
2018-10-01net: hns3: Add reset handle for flow directorJian Shen4-0/+103
2018-10-01net: hns3: Add support for rule query of flow directorJian Shen3-6/+264
2018-10-01net: hns3: Add support for rule add/delete for flow directorJian Shen4-2/+519
2018-10-01net: hns3: Add input key and action config support for flow directorJian Shen3-0/+456
2018-10-01net: hns3: Add flow director initializationJian Shen5-0/+349
2018-10-01net: phy: Add helper for advertise to lcl valueAndrew Lunn1-5/+1
2018-09-29hns3: Another build fix.David S. Miller1-1/+1
2018-09-29hns3: Fix the build.David S. Miller1-1/+1
2018-09-28net: hns: remove ndo_poll_controllerEric Dumazet1-18/+0
2018-09-28net: hns3: Fix loss of coal configuration while doing resetHuazhong Tan2-37/+36
2018-09-28net: hns3: Modify hns3_get_max_available_channelsHuazhong Tan4-17/+13
2018-09-28net: hns3: Change return type of hclge_tm_schd_info_update()Huazhong Tan3-4/+15
2018-09-28net: hns3: Fix for netdev not up problem when setting mtuYunsheng Lin1-5/+3
2018-09-28net: hns3: Fix for packet buffer setting bugYunsheng Lin1-6/+8
2018-09-28net: hns3: Add serdes parallel inner loopback supportFuyun Liang4-20/+57
2018-09-28net: hns3: Rename mac loopback to app loopbackFuyun Liang3-13/+13
2018-09-28net: hns3: Rename loop modeFuyun Liang3-15/+15
2018-09-28net: hns3: Set extra mac address of pause param for HWFuyun Liang2-0/+5
2018-09-28net: hns3: Add support for sctp checksum offloadPeng Li1-4/+4
2018-09-25net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2-12/+20
2018-09-21net: hns3: Remove redundant hclge_get_port_type()Peng Li2-23/+0