summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei
AgeCommit message (Expand)AuthorFilesLines
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-19/+21
2023-10-20hinic: devlink health: use retained error fmsg APIPrzemek Kitszel1-161/+56
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+0
2023-09-20net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced b...Cai Huoqing1-3/+0
2023-09-13net: hinic: Use devm_kasprintf()Christophe JAILLET1-5/+3
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2022-11-12net: hinic: Fix error handling in hinic_module_init()Yuan Can1-1/+8
2022-11-07net: hinic: Add support for configuration of rx-vlan-filter by ethtoolCai Huoqing3-0/+55
2022-11-07net: hinic: Add control command support for VF PMD driver in DPDKCai Huoqing2-0/+84
2022-11-07net: hinic: Convert the cmd code from decimal to hex to be more readableCai Huoqing1-52/+52
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2-4/+4
2022-10-26net: hinic: Set max_mtu/min_mtu directly to simplify the code.caihuoqing3-17/+7
2022-10-21net: hinic: fix the issue of double release MBOX callback of VFZhengchao Shao1-1/+0
2022-10-21net: hinic: fix the issue of CMDQ memory leaksZhengchao Shao1-1/+1
2022-10-21net: hinic: fix memory leak when reading function tableZhengchao Shao1-6/+12
2022-10-21net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()Zhengchao Shao1-1/+1
2022-09-23net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl()Zhengchao Shao3-12/+8
2022-09-23net: hinic: replace magic numbers with macroZhengchao Shao1-1/+2
2022-09-23net: hinic: remove unused enumerated valueZhengchao Shao3-35/+0
2022-09-23net: hinic: change hinic_deinit_vf_hw() to voidZhengchao Shao1-4/+2
2022-09-23net: hinic: simplify code logicZhengchao Shao1-2/+2
2022-09-23net: hinic: remove duplicate macro definitionZhengchao Shao1-2/+0
2022-09-23net: hinic: remove unused macroZhengchao Shao5-9/+0
2022-09-23net: hinic: remove unused functionsZhengchao Shao4-51/+0
2022-09-23net: hinic: change type of function to be staticZhengchao Shao12-25/+9
2022-09-23net: hinic: modify kernel doc commentsZhengchao Shao3-6/+0
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2-4/+4
2022-07-06net: hinic: avoid kernel hung in hinic_get_stats64()Qiao Ma1-4/+0
2022-07-06net: hinic: fix bug that ethtool get wrong statsQiao Ma4-48/+16
2022-06-28hinic: Use the bitmap API when applicableChristophe JAILLET1-5/+2
2022-06-17hinic: Replace memcpy() with direct assignmentKees Cook1-3/+1
2022-06-11ethernet: Remove vf rate limit check for driversBin Chen1-6/+0
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-22hinic: Avoid some over memory allocationChristophe JAILLET1-1/+1
2022-05-16net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_initZheng Bin1-0/+2
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski2-2/+4
2022-04-30hinic: fix bug of wq out of bound accessQiao Ma1-2/+5
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-01-10hinic: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+2
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar1-0/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-10hinic: Use irq_set_affinity_and_hint()Nitesh Narayan Lal1-2/+2
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-12-09net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva7-40/+31
2021-12-09net: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-9/+8
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-15hinic: use ARRAY_SIZE instead of ARRAY_LENGuo Zhengkui1-17/+15
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-6/+4
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski1-1/+3