summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei/hinic/hinic_tx.c
Commit message (Expand)AuthorAgeFilesLines
* net: hinic: Use devm_kasprintf()Christophe JAILLET2023-09-131-5/+3
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-2/+2
* net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl()Zhengchao Shao2022-09-221-2/+2
* net: hinic: change type of function to be staticZhengchao Shao2022-09-221-1/+1
* net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2022-08-291-2/+2
* net: hinic: fix bug that ethtool get wrong statsQiao Ma2022-07-061-2/+0
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2021-12-081-5/+4
* net: huawei: hinic: Fix wrong function name in commentsYang Shen2021-05-171-1/+1
* net: hinic: remove unnecessary parenthesesGuangbin Huang2021-05-131-1/+1
* net: hinic: add a blank line after declarationsDaode Huang2021-03-191-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-18/+6
|\
| * hinic: fix sending pkts from core while self testingLuo bin2020-09-181-2/+2
| * hinic: fix rewaking txq after netif_tx_disableLuo bin2020-09-111-16/+4
* | hinic: modify irq nameLuo bin2020-09-181-2/+2
* | hinic: add vxlan segmentation and cs offload supportLuo bin2020-09-141-11/+40
|/
* hinic: add self test supportLuo bin2020-06-281-0/+61
* hinic: add support to set and get irq coalesceLuo bin2020-06-281-0/+19
* hinic: add sriov feature supportLuo bin2020-04-251-7/+10
* hinic: fix wrong value of MIN_SKB_LENLuo bin2020-03-211-1/+1
* hinic: fix out-of-order excution in arm cpuLuo bin2020-03-211-0/+2
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
* hinic: add vlan offload supportXue Chaojing2019-06-291-0/+17
* hinic: implement the statistical interface of ethtoolXue Chaojing2019-06-241-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing2019-01-171-2/+6
* net-next/hinic: add checksum offload and TSO supportZhao Chen2018-10-181-6/+289
* net-next: hinic: fix a problem in free_tx_poll()Zhao Chen2018-08-081-2/+16
* net-next/hinic: fix a problem in hinic_xmit_frame()Zhao Chen2018-07-191-0/+1
* net-next/hinic: Fix a case of Tx Queue is Stopped foreverAviad Krawczyk2017-09-281-2/+12
* hinic: skb_pad() frees on errorDan Carpenter2017-08-251-1/+2
* net-next/hinic: Add ethtool and statsAviad Krawczyk2017-08-221-0/+22
* net-next/hinic: Add Tx operationAviad Krawczyk2017-08-221-0/+406
* net-next/hinic: Add logical Txq and RxqAviad Krawczyk2017-08-221-0/+75