summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-20net: phy: Support speed selection for PHY loopbackGerhard Engleder
2024-12-20net: hisilicon: hns: Remove unused enumsDr. David Alan Gilbert
2024-12-20net: hisilicon: hns: Remove reset helpersDr. David Alan Gilbert
2024-12-20net: hisilicon: hns: Remove unused hns_rcb_startDr. David Alan Gilbert
2024-12-20net: hisilicon: hns: Remove unused hns_dsaf_roce_resetDr. David Alan Gilbert
2024-11-05net: hisilicon: hns: use ethtool string helpersRosen Penev
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-04net: hns: hisilicon: hns_dsaf_mac: switch to scoped device_for_each_child_node()Javier Carrasco
2024-08-29net: hns: Use IS_ERR_OR_NULL() helper functionHongbo Li
2024-08-28net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()Krzysztof Kozlowski
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-03-05net: hns: make hnae_class constantRicardo B. Marliere
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com
2023-12-06net: hns: fix fake link up on xge portYonglong Liu
2023-12-06net: hns: fix wrong head when modify the tx feature when sending packetsYonglong Liu
2023-10-02net: hisilicon: Annotate struct rcb_common_cb with __counted_byKees Cook
2023-10-02net: hns: Annotate struct ppe_common_cb with __counted_byKees Cook
2023-09-20net: ethernet: hisilicon: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-08net: hns: Remove unused function declaration mac_adjust_link()Yue Haibing
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-01-20net: hns: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko
2022-12-12hns: use strscpy() to instead of strncpy()Xu Panda
2022-10-31net: hns: hnae: remove unnecessary __module_get() and module_put()Yang Yingliang
2022-10-19net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-04-25net: hns: Add missing fwnode_handle_put in hns_mac_initPeng Wu
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-18ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns...Teng Qi
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-12net: hns: Prefer struct_size over open coded arithmeticLen Baker
2021-10-07ethernet: use device_get_ethdev_address()Jakub Kicinski
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-17net: hisilicon: hns: Fix wrong function name in commentsYang Shen
2021-05-14net: hns: remove redundant return int void functionPeng Li
2021-05-14net: hns: space required before the open brace '{'Peng Li
2021-05-14net: hns: fix some code style issue about spacePeng Li
2021-05-14net: hns: fix the comments style issuePeng Li
2021-04-01net: hns: Fix some typosLu Wei
2021-03-24net: hns: remove redundant variable initializationYonglong Liu