summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: modify variable type in hns3_nic_reuse_pageHuazhong Tan2018-08-221-1/+2
* net: hns3: Add vlan filter setting by ethtool command -KPeng Li2018-08-141-0/+6
* net: hns3: Set tx ring' tc info when netdev is upYunsheng Lin2018-08-141-0/+24
* net: hns3: Remove tx ring BD len register in hns3_enetYunsheng Lin2018-08-141-2/+0
* net: hns3: Mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* net: hns3: Fix MSIX allocation issue for VFJian Shen2018-08-031-1/+2
* net: hns3: Add SPDX tags to HNS3 PF driverJian Shen2018-07-211-8/+2
* net: hns3: Fix misleading parameter nameJian Shen2018-07-211-2/+2
* net: hns3: Fix for reset_level default assignment probelmYunsheng Lin2018-07-161-1/+5
* net: hns3: remove unnecessary ring configuration operation while resettingHuazhong Tan2018-07-161-8/+0
* net: hns3: Fix return value error in hns3_reset_notify_down_enetHuazhong Tan2018-07-161-1/+1
* net: hns3: Fix for l4 checksum offload bugYunsheng Lin2018-07-071-3/+3
* net: hns3: Fix tc setup when netdev is first upYunsheng Lin2018-07-071-47/+31
* net: hns3: remove redundant variable 'protocol'Colin Ian King2018-07-041-2/+0
* net: hns3: modify hnae_ to hnae3_Peng Li2018-07-021-106/+112
* net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_singleHuazhong Tan2018-07-021-16/+10
* net: hns3: remove the Redundant put_vector in hns3_client_uninitPeng Li2018-06-291-4/+0
* net: hns3: add unlikely for error checkPeng Li2018-06-291-2/+2
* net: hns3: add l4_type check for both ipv4 and ipv6Peng Li2018-06-291-5/+5
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+4
* net: hns3: Optimize the PF's process of updating multicast MACXi Wang2018-06-011-1/+5
* net: hns3: Fix for vxlan tx checksum bugYunsheng Lin2018-06-011-0/+29
* net: hns3: Fix setting mac address errorJian Shen2018-06-011-0/+13
* net: hns3: Add repeat address checking for setting mac addressJian Shen2018-06-011-0/+6
* net: hns3: Add support for IFF_ALLMULTI flagPeng Li2018-06-011-2/+4
* net: hns3: Clear TX/RX rings when stopping port & un-initializing clientFuyun Liang2018-05-291-10/+105
* net: hns3: Removes unnecessary check when clearing TX/RX ringsFuyun Liang2018-05-291-6/+0
* net: hns3: Fixes the init of the VALID BD info in the descriptorFuyun Liang2018-05-291-0/+2
* net: hns3: Add STRP_TAGP field support for hardware revision 0x21Peng Li2018-05-291-5/+37
* net: hns3: Updates RX packet info fetch in case of multi BDPeng Li2018-05-291-18/+18
* net: hns3: Fix for hns3 module is loaded multiple times problemXi Wang2018-05-201-0/+1
* net: hns3: Fix the missing client list node initializationXi Wang2018-05-201-0/+2
* net: hns3: Fixes API to fetch ethernet header length with kernel defaultPeng Li2018-05-201-102/+2
* net: hns3: Fixes error reported by Kbuild and internal reviewSalil Mehta2018-05-201-1/+3
* net: hns3: Add support of .sriov_configure in HNS3 driverPeng Li2018-05-161-26/+32
* net: hns3: Change return type of hnae3_register_ae_devFuyun Liang2018-05-161-3/+1
* net: hns3: Fix for deadlock problem occurring when unregistering ae_algoFuyun Liang2018-05-161-1/+73
* net: hns3: fix for cleaning ring problemYunsheng Lin2018-05-101-4/+30
* net: hns3: remove add/del_tunnel_udp in hns3_enet moduleYunsheng Lin2018-05-101-89/+0
* net: hns3: Fix for setting mac address when resettingYunsheng Lin2018-05-101-4/+4
* net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driverYunsheng Lin2018-05-101-7/+1
* net: hns3: fix to correctly fetch l4 protocol outer headerHuazhong Tan2018-05-011-1/+1
* net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()Wei Yongjun2018-03-311-4/+0
* net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfoFuyun Liang2018-03-261-1/+1
* net: hns3: Changes to make enet watchdog timeout func common for PF/VFSalil Mehta2018-03-221-23/+7
* net: hns3: change the time interval of int_gl calculatingFuyun Liang2018-03-221-17/+29
* net: hns3: change GL update rateFuyun Liang2018-03-221-0/+8
* net: hns3: fix for vlan table lost problem when resettingYunsheng Lin2018-03-221-0/+26
* net: hns3: fix rx path skb->truesize reporting bugPeng Li2018-03-111-6/+4
* net: hns3: fix for ipv6 address loss problem after setting channelsFuyun Liang2018-03-111-2/+2