aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-19net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang1-1/+3
2022-09-28net: 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-11net: 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_dsaf_ge_srst_by_port()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-17net: hisilicon: hns: Fix wrong function name in commentsYang Shen8-24/+24
2021-05-14net: hns: remove redundant return int void functionPeng Li1-2/+0
2021-05-14net: hns: space required before the open brace '{'Peng Li1-1/+1
2021-05-14net: hns: fix some code style issue about spacePeng Li1-35/+35
2021-05-14net: hns: fix the comments style issuePeng Li1-2/+1
2021-04-01net: 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-18net: hns: fix variable used when DEBUG is definedTom Rix1-1/+1
2020-12-28net: hns: fix return value check in __lb_other_process()Yunjian Wang1-0/+4
2020-12-09hisilicon/hns: convert comma to semicolonZheng Yongjun1-6/+6
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg9-108/+124
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-22/+22
2020-09-18net: hns: kerneldoc fixesLu Wei1-2/+2
2020-09-16net: hns: kerneldoc fixesLu Wei1-20/+20
2020-09-11net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song1-1/+2
2020-09-10net: hns: Fix some kernel-doc warnings in hns_enet.cWang Hai1-2/+1
2020-09-10net: hns: Fix some kernel-doc warnings in hns_dsaf_xgmac.cWang Hai1-2/+1
2020-09-10net: hns: fix 'cdev' kernel-doc warning in hnae_ae_unregister()Wang Hai1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+7
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+6
2020-08-31net: hns: Remove unused macro AE_NAME_PORT_ID_IDXYueHaibing1-2/+0
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan1-4/+1
2020-08-24net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu1-3/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-20net: hns: use eth_broadcast_addr() to assign broadcast addressXu Wang1-1/+1