summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2025-04-051-1/+1
* net: phy: Support speed selection for PHY loopbackGerhard Engleder2025-03-201-2/+2
* net: hisilicon: hns: Remove unused enumsDr. David Alan Gilbert2024-12-201-23/+0
* net: hisilicon: hns: Remove reset helpersDr. David Alan Gilbert2024-12-202-70/+0
* net: hisilicon: hns: Remove unused hns_rcb_startDr. David Alan Gilbert2024-12-202-6/+0
* net: hisilicon: hns: Remove unused hns_dsaf_roce_resetDr. David Alan Gilbert2024-12-202-111/+0
* net: hisilicon: hns: use ethtool string helpersRosen Penev2024-11-0513-157/+122
* net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-042-2/+2
* net: hns: hisilicon: hns_dsaf_mac: switch to scoped device_for_each_child_node()Javier Carrasco2024-10-041-7/+3
* net: hns: Use IS_ERR_OR_NULL() helper functionHongbo Li2024-08-291-1/+1
* net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()Krzysztof Kozlowski2024-08-281-0/+1
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: hns: make hnae_class constantRicardo B. Marliere2024-03-051-6/+7
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-7/+10
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-083-35/+34
* net: hns: fix fake link up on xge portYonglong Liu2023-12-061-0/+29
* net: hns: fix wrong head when modify the tx feature when sending packetsYonglong Liu2023-12-062-23/+33
* net: hisilicon: Annotate struct rcb_common_cb with __counted_byKees Cook2023-10-021-1/+1
* net: hns: Annotate struct ppe_common_cb with __counted_byKees Cook2023-10-021-1/+1
* net: ethernet: hisilicon: Convert to platform remove callback returning voidUwe Kleine-König2023-09-202-7/+4
* net: hns: Remove unused function declaration mac_adjust_link()Yue Haibing2023-08-081-1/+0
* net: Explicitly include correct DT includesRob Herring2023-07-272-7/+0
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* net: hns: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko2023-01-201-10/+10
* hns: use strscpy() to instead of strncpy()Xu Panda2022-12-121-7/+4
* net: hns: hnae: remove unnecessary __module_get() and module_put()Yang Yingliang2022-10-311-3/+0
* net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang2022-10-191-1/+3
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-4/+2
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-4/+2
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-2/+2
* net: hns: Add missing fwnode_handle_put in hns_mac_initPeng Wu2022-04-251-1/+5
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-2/+2
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+5
* ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns...Teng Qi2021-11-181-0/+4
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-146-7/+8
* net: hns: Prefer struct_size over open coded arithmeticLen Baker2021-10-123-5/+4
* ethernet: use device_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-071-1/+1
* eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+10
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: hisilicon: hns: Fix wrong function name in commentsYang Shen2021-05-178-24/+24
* net: hns: remove redundant return int void functionPeng Li2021-05-141-2/+0
* net: hns: space required before the open brace '{'Peng Li2021-05-141-1/+1
* net: hns: fix some code style issue about spacePeng Li2021-05-141-35/+35
* net: hns: fix the comments style issuePeng Li2021-05-141-2/+1
* net: hns: Fix some typosLu Wei2021-04-011-3/+3
* net: hns: remove redundant variable initializationYonglong Liu2021-03-246-15/+15
* net: hns: remove unnecessary !! operation in hns_mac_config_sds_loopback_acpi()Yonglong Liu2021-03-241-1/+1