summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-1/+8
|\
| * net: hinic: Fix error handling in hinic_module_init()Yuan Can2022-11-111-1/+8
* | net: hinic: Add support for configuration of rx-vlan-filter by ethtoolCai Huoqing2022-11-073-0/+55
* | net: hinic: Add control command support for VF PMD driver in DPDKCai Huoqing2022-11-072-0/+84
* | net: hinic: Convert the cmd code from decimal to hex to be more readableCai Huoqing2022-11-071-52/+52
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-282-4/+4
* | net: hinic: Set max_mtu/min_mtu directly to simplify the code.caihuoqing2022-10-253-17/+7
|/
* net: hinic: fix the issue of double release MBOX callback of VFZhengchao Shao2022-10-201-1/+0
* net: hinic: fix the issue of CMDQ memory leaksZhengchao Shao2022-10-201-1/+1
* net: hinic: fix memory leak when reading function tableZhengchao Shao2022-10-201-6/+12
* net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()Zhengchao Shao2022-10-201-1/+1
* net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl()Zhengchao Shao2022-09-223-12/+8
* net: hinic: replace magic numbers with macroZhengchao Shao2022-09-221-1/+2
* net: hinic: remove unused enumerated valueZhengchao Shao2022-09-223-35/+0
* net: hinic: change hinic_deinit_vf_hw() to voidZhengchao Shao2022-09-221-4/+2
* net: hinic: simplify code logicZhengchao Shao2022-09-221-2/+2
* net: hinic: remove duplicate macro definitionZhengchao Shao2022-09-221-2/+0
* net: hinic: remove unused macroZhengchao Shao2022-09-225-9/+0
* net: hinic: remove unused functionsZhengchao Shao2022-09-224-51/+0
* net: hinic: change type of function to be staticZhengchao Shao2022-09-2212-25/+9
* net: hinic: modify kernel doc commentsZhengchao Shao2022-09-223-6/+0
* net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2022-08-292-4/+4
* net: hinic: avoid kernel hung in hinic_get_stats64()Qiao Ma2022-07-061-4/+0
* net: hinic: fix bug that ethtool get wrong statsQiao Ma2022-07-064-48/+16
* hinic: Use the bitmap API when applicableChristophe JAILLET2022-06-271-5/+2
* hinic: Replace memcpy() with direct assignmentKees Cook2022-06-171-3/+1
* ethernet: Remove vf rate limit check for driversBin Chen2022-06-101-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-1/+1
|\
| * hinic: Avoid some over memory allocationChristophe JAILLET2022-05-221-1/+1
* | net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_initZheng Bin2022-05-161-0/+2
* | eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-082-2/+4
|/
* hinic: fix bug of wq out of bound accessQiao Ma2022-04-291-2/+5
* 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