summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-131-2/+2
|\
| * Merge branch 'linus' into irq/core, to fix conflictIngo Molnar2022-01-081-0/+1
| |\
| * | hinic: Use irq_set_affinity_and_hint()Nitesh Narayan Lal2021-12-101-2/+2
* | | hinic: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-6/+2
* | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-0/+1
|\ \ \ | | |/ | |/|
| * | treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-031-0/+1
| |/
* | net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2021-12-087-40/+31
* | net: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2021-12-081-9/+8
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* | 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