aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)Author
2020-08-21net: hns3: fix a TX timeout issueYonglong Liu
2020-08-18net: hns3: fix error handling for desc fillingYunsheng Lin
2020-08-03net: hns3: add a missing uninit debugfs when unload driverHuazhong Tan
2020-05-21net: hns3: fix "tc qdisc del" failed issueYonglong Liu
2020-04-12net: hns3: pad the short frame before sending to the hardwareYunsheng Lin
2020-02-24net: hns3: add struct netdev_queue debug info for TX timeoutYunsheng Lin
2019-09-21net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()Huazhong Tan
2019-07-26net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issueHuazhong Tan
2019-07-26net: hns3: delay ring buffer clearing during resetYunsheng Lin
2019-07-26net: hns3: fix for dereferencing before null checkingYunsheng Lin
2019-07-26net: hns3: add a check to pointer in error_detected and slot_resetWeihang Li
2019-07-26net: hns3: initialize CPU reverse mappingJian Shen
2019-06-19net: hns3: Fix inconsistent indentingKrzysztof Kozlowski
2019-05-08net: hns3: remove redundant assignment of l2_hdr to itselfColin Ian King
2019-05-07net: hns3: use devm_kcalloc when allocating desc_cbYunsheng Lin
2019-05-07net: hns3: some cleanup for struct hns3_enet_ringYunsheng Lin
2019-05-07net: hns3: unify the page reusing for page size 4K and 64KYunsheng Lin
2019-05-07net: hns3: optimize the barrier using when cleaning TX BDYunsheng Lin
2019-05-07net: hns3: fix error handling for desc fillingYunsheng Lin
2019-05-07net: hns3: combine len and checksum handling for inner and outer header.Yunsheng Lin
2019-05-07net: hns3: refactor BD filling for l2l3l4 infoYunsheng Lin
2019-05-07net: hns3: fix for tunnel type handling in hns3_rx_checksumYunsheng Lin
2019-05-07net: hns3: add linearizing checking for TSO caseYunsheng Lin
2019-05-07net: hns3: add counter for times RX pages gets allocatedYunsheng Lin
2019-05-07net: hns3: use napi_schedule_irqoff in hard interrupts handlersYunsheng Lin
2019-05-07net: hns3: unify maybe_stop_tx for TSO and non-TSO caseYunsheng Lin
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-26net: hns3: prevent double free in hns3_put_ring_config()Huazhong Tan
2019-04-26net: hns3: handle the BD info on the last BD of the packetYunsheng Lin
2019-04-26net: hns3: fix for TX clean num when cleaning TX BDYunsheng Lin
2019-04-26net: hns3: fix data race between ring->next_to_cleanYunsheng Lin
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2019-04-19net: hns3: add function type check for debugfs help informationYufeng Mo
2019-04-19net: hns3: Add support for netif message level settingsYonglong Liu
2019-04-19net: hns3: dump more information when tx timeout happensJian Shen
2019-04-19net: hns3: fix loop condition of hns3_get_tx_timeo_queue_info()Jian Shen
2019-04-19net: hns3: refine tx timeout count handleJian Shen
2019-04-14net: hns3: free the pending skb when clean RX ringPeng Li
2019-04-14net: hns3: add hns3_gro_complete for HW GRO processYunsheng Lin
2019-04-14net: hns3: minor refactor for hns3_rx_checksumYunsheng Lin
2019-04-14net: hns3: fix VLAN offload handle for VLAN inserted by portJian Shen
2019-04-08net: hns3: adjust the timing of hns3_client_stop when unloadingHuazhong Tan
2019-04-08net: hns3: set up the vport alive state while reinitializingHuazhong Tan
2019-04-04net: hns3: modify HNS3_NIC_STATE_INITED flag in hns3_reset_notify_uninit_enetHuazhong Tan
2019-04-04net: hns3: prevent change MTU when resettingHuazhong Tan
2019-04-04net: hns3: add protect when handling mac addr listJian Shen
2019-04-04net: hns3: minor optimization for datapathYunsheng Lin
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-22net: Add IANA_VXLAN_UDP_PORT definition to vxlan header fileMoshe Shemesh
2019-03-21net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin