aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei/hinic/hinic_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-17net: huawei: hinic: Fix wrong function name in commentsYang Shen1-1/+1
2021-05-13net: hinic: remove unnecessary parenthesesGuangbin Huang1-1/+1
2021-03-19net: hinic: add a blank line after declarationsDaode Huang1-0/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-18/+6
2020-09-18hinic: modify irq nameLuo bin1-2/+2
2020-09-18hinic: fix sending pkts from core while self testingLuo bin1-2/+2
2020-09-14hinic: add vxlan segmentation and cs offload supportLuo bin1-11/+40
2020-09-11hinic: fix rewaking txq after netif_tx_disableLuo bin1-16/+4
2020-06-28hinic: add self test supportLuo bin1-0/+61
2020-06-28hinic: add support to set and get irq coalesceLuo bin1-0/+19
2020-04-25hinic: add sriov feature supportLuo bin1-7/+10
2020-03-21hinic: fix wrong value of MIN_SKB_LENLuo bin1-1/+1
2020-03-21hinic: fix out-of-order excution in arm cpuLuo bin1-0/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-06-29hinic: add vlan offload supportXue Chaojing1-0/+17
2019-06-24hinic: implement the statistical interface of ethtoolXue Chaojing1-0/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-01-17net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing1-2/+6
2018-10-18net-next/hinic: add checksum offload and TSO supportZhao Chen1-6/+289
2018-08-08net-next: hinic: fix a problem in free_tx_poll()Zhao Chen1-2/+16
2018-07-19net-next/hinic: fix a problem in hinic_xmit_frame()Zhao Chen1-0/+1
2017-09-28net-next/hinic: Fix a case of Tx Queue is Stopped foreverAviad Krawczyk1-2/+12
2017-08-25hinic: skb_pad() frees on errorDan Carpenter1-1/+2
2017-08-22net-next/hinic: Add ethtool and statsAviad Krawczyk1-0/+22
2017-08-22net-next/hinic: Add Tx operationAviad Krawczyk1-0/+406
2017-08-22net-next/hinic: Add logical Txq and RxqAviad Krawczyk1-0/+75