summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns
AgeCommit message (Expand)Author
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
2021-03-24net: hns: remove unnecessary !! operation in hns_mac_config_sds_loopback_acpi()Yonglong Liu
2021-03-24net: hns: remove unused HNS_LED_PC_REGHuazhong Tan
2021-03-24net: hns: remove unused NIC_LB_TEST_RX_PKG_ERRHuazhong Tan
2021-03-24net: hns: remove unused config_half_duplex()Huazhong Tan
2021-03-24net: hns: remove unused set_rx_ignore_pause_frames()Huazhong Tan
2021-03-24net: hns: remove unused set_autoneg()Huazhong Tan
2021-03-24net: hns: remove unused get_autoneg()Huazhong Tan
2021-03-17hisilicon: Update drivers to use ethtool_sprintfAlexander Duyck
2021-03-08net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai
2021-01-18net: hns: fix variable used when DEBUG is definedTom Rix
2020-12-28net: hns: fix return value check in __lb_other_process()Yunjian Wang
2020-12-09hisilicon/hns: convert comma to semicolonZheng Yongjun
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg