summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns
AgeCommit message (Expand)AuthorFilesLines
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-03-05net: hns: make hnae_class constantRicardo B. Marliere1-6/+7
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-7/+10
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com3-35/+34
2023-12-06net: hns: fix fake link up on xge portYonglong Liu1-0/+29
2023-12-06net: hns: fix wrong head when modify the tx feature when sending packetsYonglong Liu2-23/+33
2023-10-02net: hisilicon: Annotate struct rcb_common_cb with __counted_byKees Cook1-1/+1
2023-10-02net: hns: Annotate struct ppe_common_cb with __counted_byKees Cook1-1/+1
2023-09-20net: ethernet: hisilicon: Convert to platform remove callback returning voidUwe Kleine-König2-7/+4
2023-08-09net: hns: Remove unused function declaration mac_adjust_link()Yue Haibing1-1/+0
2023-07-28net: Explicitly include correct DT includesRob Herring2-7/+0
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-01-20net: hns: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko1-10/+10
2022-12-12hns: use strscpy() to instead of strncpy()Xu Panda1-7/+4
2022-10-31net: hns: hnae: remove unnecessary __module_get() and module_put()Yang Yingliang1-3/+0
2022-10-20net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang1-1/+3
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-4/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-4/+2
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-2/+2
2022-04-25net: hns: Add missing fwnode_handle_put in hns_mac_initPeng Wu1-1/+5
2022-03-12net: add per-cpu storage and net->core_statsEric Dumazet1-2/+2
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+5
2021-11-18ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns...Teng Qi1-0/+4
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski6-7/+8
2021-10-12net: hns: Prefer struct_size over open coded arithmeticLen Baker3-5/+4
2021-10-07ethernet: use device_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-1/+1
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski1-1/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+10
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-18net: hisilicon: hns: Fix wrong function name in commentsYang Shen8-24/+24
2021-05-15net: hns: remove redundant return int void functionPeng Li1-2/+0
2021-05-15net: hns: space required before the open brace '{'Peng Li1-1/+1
2021-05-15net: hns: fix some code style issue about spacePeng Li1-35/+35
2021-05-15net: hns: fix the comments style issuePeng Li1-2/+1
2021-04-02net: hns: Fix some typosLu Wei1-3/+3
2021-03-24net: hns: remove redundant variable initializationYonglong Liu6-15/+15
2021-03-24net: hns: remove unnecessary !! operation in hns_mac_config_sds_loopback_acpi()Yonglong Liu1-1/+1
2021-03-24net: hns: remove unused HNS_LED_PC_REGHuazhong Tan1-1/+0
2021-03-24net: hns: remove unused NIC_LB_TEST_RX_PKG_ERRHuazhong Tan1-1/+1
2021-03-24net: hns: remove unused config_half_duplex()Huazhong Tan3-12/+0
2021-03-24net: hns: remove unused set_rx_ignore_pause_frames()Huazhong Tan3-26/+0
2021-03-24net: hns: remove unused set_autoneg()Huazhong Tan2-11/+0
2021-03-24net: hns: remove unused get_autoneg()Huazhong Tan2-15/+0
2021-03-17hisilicon: Update drivers to use ethtool_sprintfAlexander Duyck5-162/+90
2021-03-08net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai1-1/+3
2021-01-19net: hns: fix variable used when DEBUG is definedTom Rix1-1/+1
2020-12-29net: hns: fix return value check in __lb_other_process()Yunjian Wang1-0/+4
2020-12-10hisilicon/hns: convert comma to semicolonZheng Yongjun1-6/+6