summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei/hinic/hinic_tx.c
AgeCommit message (Expand)Author
2023-09-13net: hinic: Use devm_kasprintf()Christophe JAILLET
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-09-22net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl()Zhengchao Shao
2022-09-22net: hinic: change type of function to be staticZhengchao Shao
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior
2022-07-06net: hinic: fix bug that ethtool get wrong statsQiao Ma
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-08net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva
2021-05-17net: huawei: hinic: Fix wrong function name in commentsYang Shen
2021-05-13net: hinic: remove unnecessary parenthesesGuangbin Huang
2021-03-19net: hinic: add a blank line after declarationsDaode Huang
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-18hinic: modify irq nameLuo bin
2020-09-18hinic: fix sending pkts from core while self testingLuo bin
2020-09-14hinic: add vxlan segmentation and cs offload supportLuo bin
2020-09-11hinic: fix rewaking txq after netif_tx_disableLuo bin
2020-06-28hinic: add self test supportLuo bin
2020-06-28hinic: add support to set and get irq coalesceLuo bin
2020-04-25hinic: add sriov feature supportLuo bin
2020-03-21hinic: fix wrong value of MIN_SKB_LENLuo bin
2020-03-21hinic: fix out-of-order excution in arm cpuLuo bin
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-29hinic: add vlan offload supportXue Chaojing
2019-06-24hinic: implement the statistical interface of ethtoolXue Chaojing
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-01-17net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing
2018-10-18net-next/hinic: add checksum offload and TSO supportZhao Chen
2018-08-08net-next: hinic: fix a problem in free_tx_poll()Zhao Chen
2018-07-19net-next/hinic: fix a problem in hinic_xmit_frame()Zhao Chen
2017-09-28net-next/hinic: Fix a case of Tx Queue is Stopped foreverAviad Krawczyk
2017-08-25hinic: skb_pad() frees on errorDan Carpenter
2017-08-22net-next/hinic: Add ethtool and statsAviad Krawczyk
2017-08-22net-next/hinic: Add Tx operationAviad Krawczyk
2017-08-22net-next/hinic: Add logical Txq and RxqAviad Krawczyk