index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns3
/
hns3_ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-33
/
+0
2024-11-06
net: hisilicon: hns3: use ethtool string helpers
Rosen Penev
1
-37
/
+17
2024-11-04
Revert "Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'"
Jakub Kicinski
1
-33
/
+0
2024-10-31
net: hns3: default enable tx bounce buffer when smmu enabled
Peiyang Wang
1
-0
/
+33
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-03-26
net: hns3: mark unexcuted loopback test result as UNEXECUTED
Jian Shen
1
-2
/
+17
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
1
-9
/
+14
2023-09-07
net: hns3: fix the port information display when sfp is absent
Yisen Zhuang
1
-1
/
+3
2023-07-18
net: hns3: remove unnecessary (void*) conversions.
Wu Yunchuan
1
-1
/
+1
2023-06-23
net: hns3: clear hns unused parameter alarm
Peiyang Wang
1
-4
/
+3
2023-03-29
net: hns3: support wake on lan configuration and query
Hao Lan
1
-0
/
+27
2022-12-12
net: hns3: use strscpy() to instead of strncpy()
Xu Panda
1
-4
/
+2
2022-09-21
net: hns3: add support for external loopback test
Yonglong Liu
1
-17
/
+44
2022-09-07
net: hns3: add support to query and set lane number by ethtool
Hao Chen
1
-6
/
+13
2022-09-07
net: hns3: add querying fec statistics
Hao Lan
1
-0
/
+14
2022-08-31
net: hns3: net: hns3: add querying and setting fec off mode from firmware
Guangbin Huang
1
-6
/
+5
2022-08-31
net: hns3: add querying and setting fec llrs mode from firmware
Hao Lan
1
-0
/
+4
2022-06-13
net: hns3: modify the ring param print info
Jie Wang
1
-1
/
+1
2022-05-09
net: hns3: fix access null pointer issue when set tx-buf-size as 0
Hao Chen
1
-2
/
+5
2022-04-22
net: hns3: Fix spelling mistake "actvie" -> "active"
Colin Ian King
1
-1
/
+1
2022-04-20
net: hns3: remove unnecessary line wrap for hns3_set_tunable
Hao Chen
1
-6
/
+3
2022-04-20
net: hns3: add log for setting tx spare buf size
Hao Chen
1
-0
/
+6
2022-04-20
net: hns3: refactor hns3_set_ringparam()
Hao Chen
1
-22
/
+43
2022-04-20
net: hns3: add ethtool parameter check for CQE/EQE mode
Yufeng Mo
1
-3
/
+25
2022-04-15
net: hns3: add tx push support in hns3 ring param process
Jie Wang
1
-1
/
+32
2022-03-26
net: hns3: add NULL pointer check for hns3_set/get_ringparam()
Hao Chen
1
-3
/
+9
2022-03-26
net: hns3: add netdev reset check for hns3_set_tunable()
Hao Chen
1
-3
/
+5
2022-03-26
net: hns3: fix ethtool tx copybreak buf size indicating not aligned issue
Hao Chen
1
-1
/
+2
2022-02-07
net: hns3: add support for TX push mode
Yufeng Mo
1
-0
/
+2
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2021-11-26
net: hns3: fix incorrect components info of ethtool --reset command
Jie Wang
1
-0
/
+4
2021-11-22
net: hns3: add support to set/get rx buf len via ethtool for hns3 driver
Hao Chen
1
-8
/
+44
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-2
/
+6
2021-11-22
net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 ...
Hao Chen
1
-0
/
+56
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+4
2021-11-07
net: hisilicon: fix hsn3_ethtool kernel-doc warnings
Randy Dunlap
1
-2
/
+4
2021-11-06
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-10-12
net: hns3: use dev_driver_string() instead of pci_dev->driver->name
Uwe Kleine-König
1
-1
/
+1
2021-09-29
net: hns3: fix always enable rx vlan filter problem after selftest
Guangbin Huang
1
-2
/
+4
2021-08-30
net: hns3: reconstruct function hns3_self_test
Peng Li
1
-37
/
+64
2021-08-24
net: hns3: add ethtool support for CQE/EQE mode configuration
Yufeng Mo
1
-1
/
+17
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-2
/
+6
2021-08-16
net: hns3: add support ethtool extended link state
Guangbin Huang
1
-0
/
+66
2021-08-16
net: hns3: add header file hns3_ethtoo.h
Guangbin Huang
1
-15
/
+1
2021-08-11
net: hns3: add support for triggering reset by ethtool
Yufeng Mo
1
-0
/
+56
2021-06-16
net: hns3: use bounce buffer when rx page can not be reused
Yunsheng Lin
1
-0
/
+12
2021-06-16
net: hns3: support dma_map_sg() for multi frags skb
Yunsheng Lin
1
-0
/
+3
2021-06-16
net: hns3: use tx bounce buffer for small packets
Yunsheng Lin
1
-0
/
+51
2021-06-11
net: hns3: add support for PTP
Huazhong Tan
1
-0
/
+12
2021-05-31
net: hns3: add support for modify VLAN filter state
Jian Shen
1
-6
/
+2
[next]