aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-04net: hns3: add support for FEC encoding controlJian Shen5-1/+213
2019-05-04net: hns3: add autoneg and change speed support for fibre portJian Shen3-11/+163
2019-05-04net: hns3: add support for multiple media typeJian Shen8-63/+246
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-2/+2
2019-04-26net: hns3: remove reset after command send failedWeihang Li1-10/+0
2019-04-26net: hns3: prevent double free in hns3_put_ring_config()Huazhong Tan1-5/+5
2019-04-26net: hns3: extend the loopback state acquisition timeliuzhongzhu1-2/+2
2019-04-26net: hns3: fix pause configure fail problemHuazhong Tan1-1/+4
2019-04-26net: hns3: not reset TQP in the DOWN while VF resettingHuazhong Tan1-2/+4
2019-04-26net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan3-5/+9
2019-04-26net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan3-5/+6
2019-04-26net: hns3: stop sending keep alive msg when VF command queue needs reinitHuazhong Tan1-1/+1
2019-04-26net: hns3: handle the BD info on the last BD of the packetYunsheng Lin1-18/+20
2019-04-26net: hns3: fix for TX clean num when cleaning TX BDYunsheng Lin1-1/+2
2019-04-26net: hns3: fix data race between ring->next_to_cleanYunsheng Lin2-5/+16
2019-04-23net: phy: marvell: add new default led configure for m88e151xJian Shen1-0/+3
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev2-2/+2
2019-04-19net: hns3: add function type check for debugfs help informationYufeng Mo3-1/+8
2019-04-19net: hns3: add queue's statistics update to service taskliuzhongzhu2-0/+11
2019-04-19net: hns3: Add handling of MAC tunnel interruptionWeihang Li7-0/+96
2019-04-19net: hns3: add support for dump ncl config by debugfsWeihang Li3-0/+70
2019-04-19net: hns3: Add support for netif message level settingsYonglong Liu5-2/+101
2019-04-19net: hns3: dump more information when tx timeout happensJian Shen4-9/+72
2019-04-19net: hns3: fix loop condition of hns3_get_tx_timeo_queue_info()Jian Shen1-1/+1
2019-04-19net: hns3: refine tx timeout count handleJian Shen1-2/+2
2019-04-19net: hns3: add some debug info for hclgevf_get_mbx_resp()Huazhong Tan1-3/+6
2019-04-19net: hns3: add some debug information for hclge_check_event_causeHuazhong Tan1-1/+7
2019-04-19net: hns3: add reset statistics for VFHuazhong Tan2-3/+18
2019-04-19net: hns3: add reset statistics info for PFHuazhong Tan4-3/+45
2019-04-15net: hns3: fix for vport->bw_limit overflow problemYunsheng Lin1-1/+1
2019-04-15net: hns3: fix sparse: warning when calling hclge_set_vlan_filter_hw()Jian Shen1-2/+4
2019-04-14net: hns3: code optimization for command queue' spin lockPeng Li2-4/+4
2019-04-14net: hns3: free the pending skb when clean RX ringPeng Li1-0/+7
2019-04-14net: hns3: do not initialize MDIO bus when PHY is inexistentJian Shen1-1/+7
2019-04-14net: hns3: set dividual reset level for all RAS and MSI-X errorsWeihang Li2-339/+618
2019-04-14net: hns3: divide shared buffer between TCYunsheng Lin1-7/+20
2019-04-14net: hns3: always assume no drop TC for performance reasonYunsheng Lin1-25/+4
2019-04-14net: hns3: add hns3_gro_complete for HW GRO processYunsheng Lin1-75/+123
2019-04-14net: hns3: minor refactor for hns3_rx_checksumYunsheng Lin1-7/+2
2019-04-14net: hns3: fix set port based VLAN issue for VFJian Shen7-9/+111
2019-04-14net: hns3: fix set port based VLAN for PFJian Shen3-34/+203
2019-04-14net: hns3: fix VLAN offload handle for VLAN inserted by portJian Shen3-4/+52
2019-04-14net: hns3: modify VLAN initialization to be compatible with port based VLANJian Shen3-30/+78
2019-04-08net: hns3: fix keep_alive_timer not stop problemHuazhong Tan1-1/+11
2019-04-08net: hns3: remove resetting check in hclgevf_reset_task_scheduleHuazhong Tan1-2/+1
2019-04-08net: hns3: add error handler for initializing command queueHuazhong Tan2-6/+16
2019-04-08net: hns3: stop mailbox handling when command queue need re-initHuazhong Tan1-1/+2
2019-04-08net: hns3: handle pending reset while reset failHuazhong Tan1-0/+2
2019-04-08net: hns3: do not request reset when hardware resettingHuazhong Tan1-0/+10
2019-04-08net: hns3: ignore lower-level new coming resetHuazhong Tan1-0/+4