summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: Fix for CMDQ and Misc. interrupt init order problemYunsheng Lin2018-05-201-8/+8
* net: hns3: Fixes kernel panic issue during rmmod hns3 driverXi Wang2018-05-201-2/+2
* net: hns3: Fix for netdev not running problem after calling net_stop and net_...Fuyun Liang2018-05-201-0/+3
* net: hns3: Use enums instead of magic number in hclge_is_special_opcodeHuazhong Tan2018-05-201-1/+5
* net: hns3: Fix for hns3 module is loaded multiple times problemXi Wang2018-05-206-2/+8
* net: hns3: Fix the missing client list node initializationXi Wang2018-05-201-0/+2
* net: hns3: cleanup of return values in hclge_init_client_instance()Jian Shen2018-05-201-8/+6
* 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: Fixes the missing PCI iounmap for various legsFuyun Liang2018-05-161-0/+2
* net: hns3: Add support of .sriov_configure in HNS3 driverPeng Li2018-05-161-26/+32
* net: hns3: Fix for fiber link up problemYunsheng Lin2018-05-161-1/+1
* net: hns3: Fixes the back pressure setting when sriov is enabledYunsheng Lin2018-05-162-5/+45
* net: hns3: Change return value in hnae3_register_clientFuyun Liang2018-05-161-1/+1
* net: hns3: Change return type of hnae3_register_ae_algoFuyun Liang2018-05-164-6/+8
* net: hns3: Change return type of hnae3_register_ae_devFuyun Liang2018-05-163-8/+3
* net: hns3: Add a check for client instance init stateFuyun Liang2018-05-162-3/+13
* net: hns3: Fix for the null pointer problem occurring when initializing ae_de...Fuyun Liang2018-05-163-8/+9
* net: hns3: Fix for deadlock problem occurring when unregistering ae_algoFuyun Liang2018-05-163-49/+79
* net: hns3: refactor the loopback related functionYunsheng Lin2018-05-102-47/+42
* 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-102-96/+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-105-8/+20
* net: hns3: Remove packet statistics in the range of 8192~12287Xi Wang2018-05-012-10/+6
* net: hns3: Fix for packet loss due wrong filter config in VLAN tblsYunsheng Lin2018-05-013-24/+70
* net: hns3: fix a dead loop in hclge_cmd_csq_cleanHuazhong Tan2018-05-011-0/+19
* net: hns3: Fix to support autoneg only for port attached with phyFuyun Liang2018-05-011-6/+6
* net: hns3: fix for phy_addr error in hclge_mac_mdio_configHuazhong Tan2018-05-012-7/+12
* net: hns3: Fixes the error legs in hclge_init_ae_dev functionHuazhong Tan2018-05-011-21/+34
* net: hns3: Fixes the out of bounds access in hclge_map_tqpHuazhong Tan2018-05-011-2/+5
* net: hns3: fix to correctly fetch l4 protocol outer headerHuazhong Tan2018-05-011-1/+1
* net: hns3: Remove error log when getting pfc stats failsYunsheng Lin2018-05-011-4/+1
* net: hns: Avoid action name truncationdann frazier2018-04-191-1/+1
* net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGESTan Xiaojun2018-04-041-1/+1
* ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addrJoe Perches2018-03-311-4/+2
* net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()Wei Yongjun2018-03-311-4/+0
* net: hns3: never send command queue message to IMP when resetPeng Li2018-03-262-5/+24
* net: hns3: fix for not initializing VF rss_hash_key problemFuyun Liang2018-03-261-2/+2
* net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfoFuyun Liang2018-03-261-1/+1
* net: hns3: fix for returning wrong value problem in hns3_get_rss_indir_sizeFuyun Liang2018-03-261-1/+1
* net: hns3: fix for returning wrong value problem in hns3_get_rss_key_sizeFuyun Liang2018-03-261-1/+1
* net: hns3: hclge_inform_reset_assert_to_vf() can be statickbuild test robot2018-03-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-234-4/+6
|\
| * net: hns: Fix ethtool private flagsMatthias Brugger2018-03-174-4/+6
* | net: hns3: Changes required in PF mailbox to support VF resetSalil Mehta2018-03-223-1/+44
* | net: hns3: Add *Asserting Reset* mailbox message & handling in VFSalil Mehta2018-03-222-0/+13
* | net: hns3: Changes to support ARQ(Asynchronous Receive Queue)Salil Mehta2018-03-225-14/+111
* | net: hns3: Add support to re-initialize the hclge deviceSalil Mehta2018-03-222-14/+106
* | net: hns3: Add support to reset the enet/ring mgmt layerSalil Mehta2018-03-222-4/+102