summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-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-141-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-282-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-201-1/+3
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-291-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-121-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-151-2/+0
* net: hns: space required before the open brace '{'Peng Li2021-05-151-1/+1
* net: hns: fix some code style issue about spacePeng Li2021-05-151-35/+35
* net: hns: fix the comments style issuePeng Li2021-05-151-2/+1
* net: hns: Fix some typosLu Wei2021-04-021-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
* net: hns: remove unused HNS_LED_PC_REGHuazhong Tan2021-03-241-1/+0
* net: hns: remove unused NIC_LB_TEST_RX_PKG_ERRHuazhong Tan2021-03-241-1/+1
* net: hns: remove unused config_half_duplex()Huazhong Tan2021-03-243-12/+0
* net: hns: remove unused set_rx_ignore_pause_frames()Huazhong Tan2021-03-243-26/+0
* net: hns: remove unused set_autoneg()Huazhong Tan2021-03-242-11/+0
* net: hns: remove unused get_autoneg()Huazhong Tan2021-03-242-15/+0
* hisilicon: Update drivers to use ethtool_sprintfAlexander Duyck2021-03-175-162/+90
* net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai2021-03-081-1/+3
* net: hns: fix variable used when DEBUG is definedTom Rix2021-01-191-1/+1
* net: hns: fix return value check in __lb_other_process()Yunjian Wang2020-12-281-0/+4
* hisilicon/hns: convert comma to semicolonZheng Yongjun2020-12-101-6/+6