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