aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei/hinic/hinic_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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