summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei
Commit message (Expand)AuthorAgeFilesLines
* hinic: use ARRAY_SIZE instead of ARRAY_LENGuo Zhengkui2021-11-151-17/+15
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-6/+4
* ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski2021-10-181-1/+3
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net: hinic: Open device for the user access when it is readyLeon Romanovsky2021-09-271-5/+2
* devlink: Make devlink_register to be voidLeon Romanovsky2021-09-223-10/+4
* net: hinic: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-4/+2
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* hinic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-15/+2
* hinic: make array speeds static const, makes object smallerColin Ian King2021-08-191-2/+4
* devlink: Set device as early as possibleLeon Romanovsky2021-08-094-8/+8
* net: huawei: hinic: Fix wrong function name in commentsYang Shen2021-05-176-10/+10
* net: hinic: fix misspelled "acessing"Guangbin Huang2021-05-131-1/+1
* net: hinic: remove unnecessary parenthesesGuangbin Huang2021-05-137-19/+19
* net: hinic: add blank line after function declarationGuangbin Huang2021-05-132-0/+2
* net: hinic: remove unnecessary blank lineGuangbin Huang2021-05-132-2/+0
* hinic: avoid gcc -Wrestrict warningArnd Bergmann2021-03-241-15/+10
* hinic: Remove unused variable.David S. Miller2021-03-191-1/+0
* net: hinic: convert strlcpy to strscpyDaode Huang2021-03-191-2/+2
* net: hinic: remove the repeat word "the" in comment.Daode Huang2021-03-191-1/+1
* net: hinic: add a blank line after declarationsDaode Huang2021-03-191-0/+1
* net: hinic: Remove unnecessary 'out of memory' messageDaode Huang2021-03-194-17/+5
* net: hinic: simplify the return hinic_configure_max_qnum()Zheng Yongjun2020-12-091-7/+1
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* devlink: move request_firmware out of driverJacob Keller2020-11-191-11/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-053-13/+6
|\
| * net: hinic: fix DEVLINK build errorsRandy Dunlap2020-10-031-0/+1
| * hinic: fix wrong return value of mac-set cmdLuo bin2020-09-242-13/+5
* | devlink: convert flash_update to use params structureJacob Keller2020-09-251-3/+2
* | devlink: check flash_update parameter support in net coreJacob Keller2020-09-251-3/+0
* | hinic: improve the comments of function headerLuo bin2020-09-236-4/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-225-30/+63
|\|
| * hinic: fix sending pkts from core while self testingLuo bin2020-09-182-2/+6
| * hinic: fix potential resource leakWei Li2020-09-171-7/+14
| * hinic: fix rewaking txq after netif_tx_disableLuo bin2020-09-112-16/+28
| * hinic: bump up the timeout of UPDATE_FW cmdLuo bin2020-09-051-0/+4
| * hinic: bump up the timeout of SET_FUNC_STATE cmdLuo bin2020-09-051-5/+11
* | hinic: modify irq nameLuo bin2020-09-184-9/+13
* | hinic: add vxlan segmentation and cs offload supportLuo bin2020-09-142-12/+46
* | net: hinic: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-4/+3
* | net: hns: Fix a kernel-doc warning in hinic_hw_eqs.cWang Hai2020-09-101-1/+1
* | net: hns: Fix a kernel-doc warning in hinic_hw_api_cmd.cWang Hai2020-09-101-1/+1
* | hinic: Fix some kernel-doc warnings in hinic_hw_io.cWang Hai2020-09-101-2/+2
* | hinic: add support to query function tableLuo bin2020-08-315-1/+190
* | hinic: add support to query rq infoLuo bin2020-08-316-2/+101
* | hinic: add support to query sq infoLuo bin2020-08-319-4/+254
|/
* hinic: fix strncpy output truncated compile warningsLuo bin2020-08-112-22/+12
* hinic: add check for mailbox msg from VFLuo bin2020-08-044-2/+255
* hinic: add generating mailbox random index supportLuo bin2020-08-045-0/+167
* hinic: add log in exception handling processesLuo bin2020-07-2813-45/+151