summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: remove redundant assignment of l2_hdr to itselfColin Ian King2019-05-081-1/+1
* net: hns3: use devm_kcalloc when allocating desc_cbYunsheng Lin2019-05-071-4/+4
* net: hns3: some cleanup for struct hns3_enet_ringYunsheng Lin2019-05-072-9/+2Star
* net: hns3: unify the page reusing for page size 4K and 64KYunsheng Lin2019-05-071-32/+13Star
* net: hns3: optimize the barrier using when cleaning TX BDYunsheng Lin2019-05-071-14/+15
* net: hns3: fix error handling for desc fillingYunsheng Lin2019-05-071-11/+7Star
* net: hns3: combine len and checksum handling for inner and outer header.Yunsheng Lin2019-05-071-111/+81Star
* net: hns3: refactor BD filling for l2l3l4 infoYunsheng Lin2019-05-071-39/+23Star
* net: hns3: fix for tunnel type handling in hns3_rx_checksumYunsheng Lin2019-05-071-6/+8
* net: hns3: add linearizing checking for TSO caseYunsheng Lin2019-05-071-0/+45
* net: hns3: add counter for times RX pages gets allocatedYunsheng Lin2019-05-073-0/+6
* net: hns3: use napi_schedule_irqoff in hard interrupts handlersYunsheng Lin2019-05-071-1/+1
* net: hns3: unify maybe_stop_tx for TSO and non-TSO caseYunsheng Lin2019-05-073-86/+50Star
* net: hns3: add support for FEC encoding controlJian Shen2019-05-045-1/+213
* net: hns3: add autoneg and change speed support for fibre portJian Shen2019-05-043-11/+163
* net: hns3: add support for multiple media typeJian Shen2019-05-048-63/+246
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-281-1/+1
|\
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
* | net: hns3: remove reset after command send failedWeihang Li2019-04-261-10/+0Star
* | net: hns3: prevent double free in hns3_put_ring_config()Huazhong Tan2019-04-261-5/+5
* | net: hns3: extend the loopback state acquisition timeliuzhongzhu2019-04-261-2/+2
* | net: hns3: fix pause configure fail problemHuazhong Tan2019-04-261-1/+4
* | net: hns3: not reset TQP in the DOWN while VF resettingHuazhong Tan2019-04-261-2/+4
* | net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan2019-04-263-5/+9
* | net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan2019-04-263-5/+6
* | net: hns3: stop sending keep alive msg when VF command queue needs reinitHuazhong Tan2019-04-261-1/+1
* | net: hns3: handle the BD info on the last BD of the packetYunsheng Lin2019-04-261-18/+20
* | net: hns3: fix for TX clean num when cleaning TX BDYunsheng Lin2019-04-261-1/+2
* | net: hns3: fix data race between ring->next_to_cleanYunsheng Lin2019-04-262-5/+16
* | net: phy: marvell: add new default led configure for m88e151xJian Shen2019-04-231-0/+3
|/
* net: hns3: add function type check for debugfs help informationYufeng Mo2019-04-203-1/+8
* net: hns3: add queue's statistics update to service taskliuzhongzhu2019-04-202-0/+11
* net: hns3: Add handling of MAC tunnel interruptionWeihang Li2019-04-207-0/+96
* net: hns3: add support for dump ncl config by debugfsWeihang Li2019-04-203-0/+70
* net: hns3: Add support for netif message level settingsYonglong Liu2019-04-205-2/+101
* net: hns3: dump more information when tx timeout happensJian Shen2019-04-204-9/+72
* net: hns3: fix loop condition of hns3_get_tx_timeo_queue_info()Jian Shen2019-04-201-1/+1
* net: hns3: refine tx timeout count handleJian Shen2019-04-201-2/+2
* net: hns3: add some debug info for hclgevf_get_mbx_resp()Huazhong Tan2019-04-201-3/+6
* net: hns3: add some debug information for hclge_check_event_causeHuazhong Tan2019-04-201-1/+7
* net: hns3: add reset statistics for VFHuazhong Tan2019-04-202-3/+18
* net: hns3: add reset statistics info for PFHuazhong Tan2019-04-204-3/+45
* net: hns3: fix for vport->bw_limit overflow problemYunsheng Lin2019-04-151-1/+1
* net: hns3: fix sparse: warning when calling hclge_set_vlan_filter_hw()Jian Shen2019-04-151-2/+4
* net: hns3: code optimization for command queue' spin lockPeng Li2019-04-142-4/+4
* net: hns3: free the pending skb when clean RX ringPeng Li2019-04-141-0/+7
* net: hns3: do not initialize MDIO bus when PHY is inexistentJian Shen2019-04-141-1/+7
* net: hns3: set dividual reset level for all RAS and MSI-X errorsWeihang Li2019-04-142-339/+618
* net: hns3: divide shared buffer between TCYunsheng Lin2019-04-141-7/+20
* net: hns3: always assume no drop TC for performance reasonYunsheng Lin2019-04-141-25/+4Star