summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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-141-2/+0
* net: hns: space required before the open brace '{'Peng Li2021-05-141-1/+1
* net: hns: fix some code style issue about spacePeng Li2021-05-141-35/+35
* net: hns: fix the comments style issuePeng Li2021-05-141-2/+1
* net: hns: Fix some typosLu Wei2021-04-011-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-181-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-091-6/+6
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-259-108/+124
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-222-22/+22
|\
| * net: hns: kerneldoc fixesLu Wei2020-09-181-2/+2
| * net: hns: kerneldoc fixesLu Wei2020-09-161-20/+20
* | net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song2020-09-111-1/+2
* | net: hns: Fix some kernel-doc warnings in hns_enet.cWang Hai2020-09-101-2/+1
* | net: hns: Fix some kernel-doc warnings in hns_dsaf_xgmac.cWang Hai2020-09-101-2/+1
* | net: hns: fix 'cdev' kernel-doc warning in hnae_ae_unregister()Wang Hai2020-09-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-042-4/+7
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-3/+6
| |\
| | * net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu2020-08-241-3/+6
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/
* | net: hns: Remove unused macro AE_NAME_PORT_ID_IDXYueHaibing2020-08-311-2/+0
* | net: Take common prefetch code structure into a functionTariq Toukan2020-08-261-4/+1
|/
* net: hns: use eth_broadcast_addr() to assign broadcast addressXu Wang2020-07-201-1/+1
* hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld2020-06-251-1/+1
* net: hns: use true,false for bool variablesJason Yan2020-04-201-2/+2