index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns
/
hns_ethtool.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: hisilicon: hns: use ethtool string helpers
Rosen Penev
2024-11-06
1
-34
/
+33
*
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
2023-12-14
1
-7
/
+10
*
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
2023-12-08
1
-33
/
+32
*
hns: use strscpy() to instead of strncpy()
Xu Panda
2022-12-12
1
-7
/
+4
*
net: add per-cpu storage and net->core_stats
Eric Dumazet
2022-03-12
1
-2
/
+2
*
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-1
/
+5
*
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
1
-2
/
+10
*
net: hns: Fix kernel-doc
Yang Li
2021-05-26
1
-3
/
+3
*
net: hns: remove unused HNS_LED_PC_REG
Huazhong Tan
2021-03-24
1
-1
/
+0
*
net: hns: remove unused NIC_LB_TEST_RX_PKG_ERR
Huazhong Tan
2021-03-24
1
-1
/
+1
*
hisilicon: Update drivers to use ethtool_sprintf
Alexander Duyck
2021-03-17
1
-66
/
+37
*
net: hns: fix return value check in __lb_other_process()
Yunjian Wang
2020-12-28
1
-0
/
+4
*
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2020-09-26
1
-4
/
+4
*
net: hns: kerneldoc fixes
Lu Wei
2020-09-17
1
-20
/
+20
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
net: hns: reject unsupported coalescing params
Jakub Kicinski
2020-03-12
1
-0
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-07
1
-0
/
+4
|
\
|
*
net: hns: Fix loopback test failed at copper ports
Yonglong Liu
2019-06-02
1
-0
/
+4
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
net: hns: Restart autoneg need return failed when autoneg off
Yonglong Liu
2019-01-28
1
-7
/
+9
*
net: core: dev: Add extack argument to dev_open()
Petr Machata
2018-12-06
1
-1
/
+1
*
net: hns: add netif_carrier_off before change speed and duplex
Peng Li
2018-08-30
1
-0
/
+2
*
net: hns: Mark expected switch fall-through
Gustavo A. R. Silva
2018-08-08
1
-0
/
+1
*
net: hns: Make many functions static
YueHaibing
2018-07-26
1
-11
/
+13
*
net: hns: Fix ethtool private flags
Matthias Brugger
2018-03-18
1
-1
/
+3
*
net: hns: Add self-adaptive interrupt coalesce support in hns driver
Lin Yun Sheng
2017-08-03
1
-2
/
+5
*
hns: remove useless void cast
stephen hemminger
2017-07-20
1
-1
/
+1
*
net: hns: Use phy_driver to setup Phy loopback
Lin Yun Sheng
2017-07-03
1
-71
/
+34
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-21
1
-2
/
+14
|
\
|
*
net/hns:bugfix of ethtool -t phy self_test
Lin Yun Sheng
2017-06-19
1
-2
/
+14
*
|
net: phy: Make phy_ethtool_ksettings_get return void
yuval.shaia@oracle.com
2017-06-13
1
-1
/
+1
|
/
*
net: hns: Some checkpatch.pl script & warning fixes
Salil
2017-04-03
1
-1
/
+0
*
net: hns: Avoid Hip06 chip TX packet line bug
lipeng
2017-04-03
1
-13
/
+11
*
net: hns: Correct HNS RSS key set function
lipeng
2017-04-03
1
-5
/
+4
*
net: hns: bug fix of ethtool show the speed
Daode Huang
2017-04-03
1
-1
/
+1
*
net: hns: bug fix about restart auto-negotiation
Daode Huang
2016-11-10
1
-1
/
+2
*
Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...
Linus Torvalds
2016-10-14
1
-0
/
+7
|
\
|
*
net: hns: fix port not available after testing loopback
Kejian Yan
2016-10-03
1
-0
/
+7
*
|
net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-09-22
1
-47
/
+58
*
|
net: ethernet: hisilicon: hns: use phydev from struct net_device
Philippe Reynes
2016-09-22
1
-18
/
+15
*
|
net: hisilicon: constify ethtool_ops structures
Julia Lawall
2016-08-31
1
-1
/
+1
|
/
*
net: hns: add media-type property for hns
Kejian Yan
2016-07-01
1
-3
/
+11
*
net: hns: add get_coalesce_range api for hns
Daode Huang
2016-06-21
1
-0
/
+10
*
net: hns: fix the wrong speed for bond
Qianqian Xie
2016-06-21
1
-1
/
+1
*
net: hns: fix ethtool loopback fail bug
Kejian Yan
2016-06-21
1
-21
/
+14
*
net: hns: add uniform interface for phy connection
Kejian Yan
2016-06-05
1
-1
/
+1
*
net: hns: avoid null pointer dereference
xypron.glpk@gmx.de
2016-05-23
1
-11
/
+0
*
net: hns: set-coalesce-usecs returns errno by dsaf.ko
Lisheng
2016-03-28
1
-2
/
+4
*
net: hns: bug fix for return values
Qianqian Xie
2016-03-24
1
-2
/
+2
*
net: hns: fixes a bug of RSS
Kejian Yan
2016-03-22
1
-0
/
+18
[next]