index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-03-05
net: hns: make hnae_class constant
Ricardo B. Marliere
1
-6
/
+7
2023-12-14
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
1
-7
/
+10
2023-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
3
-35
/
+34
2023-12-06
net: hns: fix fake link up on xge port
Yonglong Liu
1
-0
/
+29
2023-12-06
net: hns: fix wrong head when modify the tx feature when sending packets
Yonglong Liu
2
-23
/
+33
2023-10-02
net: hisilicon: Annotate struct rcb_common_cb with __counted_by
Kees Cook
1
-1
/
+1
2023-10-02
net: hns: Annotate struct ppe_common_cb with __counted_by
Kees Cook
1
-1
/
+1
2023-09-20
net: ethernet: hisilicon: Convert to platform remove callback returning void
Uwe Kleine-König
2
-7
/
+4
2023-08-09
net: hns: Remove unused function declaration mac_adjust_link()
Yue Haibing
1
-1
/
+0
2023-07-28
net: Explicitly include correct DT includes
Rob Herring
2
-7
/
+0
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-01-20
net: hns: Switch to use acpi_evaluate_dsm_typed()
Andy Shevchenko
1
-10
/
+10
2022-12-12
hns: use strscpy() to instead of strncpy()
Xu Panda
1
-7
/
+4
2022-10-31
net: hns: hnae: remove unnecessary __module_get() and module_put()
Yang Yingliang
1
-3
/
+0
2022-10-20
net: hns: fix possible memory leak in hnae_ae_register()
Yang Yingliang
1
-1
/
+3
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-4
/
+2
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
1
-4
/
+2
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
1
-2
/
+2
2022-04-25
net: hns: Add missing fwnode_handle_put in hns_mac_init
Peng Wu
1
-1
/
+5
2022-03-12
net: add per-cpu storage and net->core_stats
Eric Dumazet
1
-2
/
+2
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-1
/
+5
2021-11-18
ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns...
Teng Qi
1
-0
/
+4
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
6
-7
/
+8
2021-10-12
net: hns: Prefer struct_size over open coded arithmetic
Len Baker
3
-5
/
+4
2021-10-07
ethernet: use device_get_ethdev_address()
Jakub Kicinski
1
-1
/
+1
2021-10-07
eth: fwnode: remove the addr len from mac helpers
Jakub Kicinski
1
-1
/
+1
2021-10-07
eth: fwnode: change the return type of mac address helpers
Jakub Kicinski
1
-1
/
+1
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-1
/
+1
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-2
/
+10
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-05-18
net: hisilicon: hns: Fix wrong function name in comments
Yang Shen
8
-24
/
+24
2021-05-15
net: hns: remove redundant return int void function
Peng Li
1
-2
/
+0
2021-05-15
net: hns: space required before the open brace '{'
Peng Li
1
-1
/
+1
2021-05-15
net: hns: fix some code style issue about space
Peng Li
1
-35
/
+35
2021-05-15
net: hns: fix the comments style issue
Peng Li
1
-2
/
+1
2021-04-02
net: hns: Fix some typos
Lu Wei
1
-3
/
+3
2021-03-24
net: hns: remove redundant variable initialization
Yonglong Liu
6
-15
/
+15
2021-03-24
net: hns: remove unnecessary !! operation in hns_mac_config_sds_loopback_acpi()
Yonglong Liu
1
-1
/
+1
2021-03-24
net: hns: remove unused HNS_LED_PC_REG
Huazhong Tan
1
-1
/
+0
2021-03-24
net: hns: remove unused NIC_LB_TEST_RX_PKG_ERR
Huazhong Tan
1
-1
/
+1
2021-03-24
net: hns: remove unused config_half_duplex()
Huazhong Tan
3
-12
/
+0
2021-03-24
net: hns: remove unused set_rx_ignore_pause_frames()
Huazhong Tan
3
-26
/
+0
2021-03-24
net: hns: remove unused set_autoneg()
Huazhong Tan
2
-11
/
+0
2021-03-24
net: hns: remove unused get_autoneg()
Huazhong Tan
2
-15
/
+0
2021-03-17
hisilicon: Update drivers to use ethtool_sprintf
Alexander Duyck
5
-162
/
+90
2021-03-08
net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()
Jia-Ju Bai
1
-1
/
+3
2021-01-19
net: hns: fix variable used when DEBUG is defined
Tom Rix
1
-1
/
+1
2020-12-29
net: hns: fix return value check in __lb_other_process()
Yunjian Wang
1
-0
/
+4
2020-12-10
hisilicon/hns: convert comma to semicolon
Zheng Yongjun
1
-6
/
+6
[next]