index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
huawei
/
hinic
/
hinic_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: hinic: Fix error handling in hinic_module_init()
Yuan Can
2022-11-11
1
-1
/
+8
*
net: hinic: remove duplicate macro definition
Zhengchao Shao
2022-09-22
1
-2
/
+0
*
net: hinic: modify kernel doc comments
Zhengchao Shao
2022-09-22
1
-2
/
+0
*
net: hinic: avoid kernel hung in hinic_get_stats64()
Qiao Ma
2022-07-06
1
-4
/
+0
*
net: hinic: fix bug that ethtool get wrong stats
Qiao Ma
2022-07-06
1
-41
/
+16
*
hinic: Use the bitmap API when applicable
Christophe JAILLET
2022-06-27
1
-5
/
+2
*
hinic: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2022-01-09
1
-6
/
+2
*
net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()
Gustavo A. R. Silva
2021-12-08
1
-6
/
+4
*
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
2021-10-18
1
-1
/
+3
*
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
net: hinic: Make use of the helper function dev_err_probe()
Cai Huoqing
2021-09-16
1
-4
/
+2
*
hinic: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
1
-15
/
+2
*
devlink: Set device as early as possible
Leon Romanovsky
2021-08-09
1
-1
/
+1
*
net: huawei: hinic: Fix wrong function name in comments
Yang Shen
2021-05-17
1
-2
/
+2
*
net: hinic: remove unnecessary blank line
Guangbin Huang
2021-05-13
1
-1
/
+0
*
net: hinic: simplify the return hinic_configure_max_qnum()
Zheng Yongjun
2020-12-09
1
-7
/
+1
*
hinic: improve the comments of function header
Luo bin
2020-09-23
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-22
1
-0
/
+24
|
\
|
*
hinic: fix rewaking txq after netif_tx_disable
Luo bin
2020-09-11
1
-0
/
+24
*
|
hinic: add vxlan segmentation and cs offload support
Luo bin
2020-09-14
1
-1
/
+6
*
|
hinic: add support to query function table
Luo bin
2020-08-31
1
-0
/
+15
*
|
hinic: add support to query rq info
Luo bin
2020-08-31
1
-2
/
+21
*
|
hinic: add support to query sq info
Luo bin
2020-08-31
1
-3
/
+42
|
/
*
hinic: add support to handle hw abnormal event
Luo bin
2020-07-28
1
-23
/
+64
*
hinic: add firmware update support
Luo bin
2020-07-15
1
-2
/
+26
*
hinic: add support to set and get irq coalesce
Luo bin
2020-06-28
1
-0
/
+53
*
hinic: add support to set and get pause params
Luo bin
2020-06-28
1
-10
/
+65
*
hinic: add set_channels ethtool_ops support
Luo bin
2020-06-02
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-15
1
-14
/
+2
|
\
|
*
hinic: fix a bug of ndo_stop
Luo bin
2020-05-10
1
-14
/
+2
*
|
hinic: add set_ringparam ethtool_ops support
Luo bin
2020-05-14
1
-3
/
+6
*
|
hinic: add three net_device_ops of vf
Luo bin
2020-05-09
1
-7
/
+10
*
|
hinic: add net_device_ops associated with vf
Luo bin
2020-04-25
1
-1
/
+42
*
|
hinic: add sriov feature support
Luo bin
2020-04-25
1
-8
/
+69
|
/
*
hinic: fix a bug of rss configuration
Luo bin
2020-02-27
1
-1
/
+2
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
1
-1
/
+1
*
hinic: add vlan offload support
Xue Chaojing
2019-06-29
1
-2
/
+7
*
hinic: reduce rss_init stack usage
Arnd Bergmann
2019-06-28
1
-7
/
+13
*
hinic: implement the statistical interface of ethtool
Xue Chaojing
2019-06-24
1
-0
/
+5
*
hinic: move ethtool code into hinic_ethtool
Xue Chaojing
2019-06-18
1
-133
/
+1
*
hinic: add rss support
Xue Chaojing
2019-06-18
1
-5
/
+121
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-10
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-06-05
1
-10
/
+1
*
|
hinic: add LRO support
Xue Chaojing
2019-06-04
1
-1
/
+60
*
|
hinic: fix a bug in set rx mode
Xue Chaojing
2019-05-28
1
-4
/
+0
|
/
*
hinic: Add pci device ids
Xue Chaojing
2019-01-22
1
-4
/
+6
*
net-next/hinic:add shutdown callback
Xue Chaojing
2019-01-02
1
-0
/
+6
*
net-next/hinic:fix a bug in set mac address
Xue Chaojing
2018-11-20
1
-3
/
+4
*
net-next/hinic:add rx checksum offload for HiNIC
Xue Chaojing
2018-11-20
1
-1
/
+6
*
net-next/hinic: add checksum offload and TSO support
Zhao Chen
2018-10-18
1
-1
/
+22
[next]