aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-25hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld1-1/+1
2020-04-20net: hns: use true,false for bool variablesJason Yan1-2/+2
2020-03-12net: hns: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-02-26net: hns: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-15/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+1
2020-01-17net: hns: fix soft lockup when there is not enough memoryYonglong Liu1-3/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-25/+1
2019-11-07net: hns: Fix the stray netpoll locks causing deadlock in NAPI pathSalil Mehta3-25/+1
2019-10-07net: hns: make arrays static, makes object smallerColin Ian King1-2/+2
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-3/+5
2019-09-05net: hns: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-08-18net: hns: add phy_attached_info() to the hns driverYonglong Liu1-0/+2