index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
huawei
/
hinic
/
hinic_tx.c
Age
Commit message (
Expand
)
Author
2023-09-13
net: hinic: Use devm_kasprintf()
Christophe JAILLET
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-09-22
net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl()
Zhengchao Shao
2022-09-22
net: hinic: change type of function to be static
Zhengchao Shao
2022-08-29
net: Use u64_stats_fetch_begin_irq() for stats fetch.
Sebastian Andrzej Siewior
2022-07-06
net: hinic: fix bug that ethtool get wrong stats
Qiao Ma
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-08
net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()
Gustavo A. R. Silva
2021-05-17
net: huawei: hinic: Fix wrong function name in comments
Yang Shen
2021-05-13
net: hinic: remove unnecessary parentheses
Guangbin Huang
2021-03-19
net: hinic: add a blank line after declarations
Daode Huang
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-18
hinic: modify irq name
Luo bin
2020-09-18
hinic: fix sending pkts from core while self testing
Luo bin
2020-09-14
hinic: add vxlan segmentation and cs offload support
Luo bin
2020-09-11
hinic: fix rewaking txq after netif_tx_disable
Luo bin
2020-06-28
hinic: add self test support
Luo bin
2020-06-28
hinic: add support to set and get irq coalesce
Luo bin
2020-04-25
hinic: add sriov feature support
Luo bin
2020-03-21
hinic: fix wrong value of MIN_SKB_LEN
Luo bin
2020-03-21
hinic: fix out-of-order excution in arm cpu
Luo bin
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-06-29
hinic: add vlan offload support
Xue Chaojing
2019-06-24
hinic: implement the statistical interface of ethtool
Xue Chaojing
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-04-01
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-01-17
net-next/hinic: replace disable_irq_nosync/enable_irq
Xue Chaojing
2018-10-18
net-next/hinic: add checksum offload and TSO support
Zhao Chen
2018-08-08
net-next: hinic: fix a problem in free_tx_poll()
Zhao Chen
2018-07-19
net-next/hinic: fix a problem in hinic_xmit_frame()
Zhao Chen
2017-09-28
net-next/hinic: Fix a case of Tx Queue is Stopped forever
Aviad Krawczyk
2017-08-25
hinic: skb_pad() frees on error
Dan Carpenter
2017-08-22
net-next/hinic: Add ethtool and stats
Aviad Krawczyk
2017-08-22
net-next/hinic: Add Tx operation
Aviad Krawczyk
2017-08-22
net-next/hinic: Add logical Txq and Rxq
Aviad Krawczyk