aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei
AgeCommit message (Expand)AuthorFilesLines
2023-10-20hinic: devlink health: use retained error fmsg APIGravatar Przemek Kitszel 1-161/+56
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 1-3/+0
2023-09-20net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced b...Gravatar Cai Huoqing 1-3/+0
2023-09-13net: hinic: Use devm_kasprintf()Gravatar Christophe JAILLET 1-5/+3
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+8
2022-11-11net: hinic: Fix error handling in hinic_module_init()Gravatar Yuan Can 1-1/+8
2022-11-07net: hinic: Add support for configuration of rx-vlan-filter by ethtoolGravatar Cai Huoqing 3-0/+55
2022-11-07net: hinic: Add control command support for VF PMD driver in DPDKGravatar Cai Huoqing 2-0/+84
2022-11-07net: hinic: Convert the cmd code from decimal to hex to be more readableGravatar Cai Huoqing 1-52/+52
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Gravatar Thomas Gleixner 2-4/+4
2022-10-25net: hinic: Set max_mtu/min_mtu directly to simplify the code.Gravatar caihuoqing 3-17/+7
2022-10-20net: hinic: fix the issue of double release MBOX callback of VFGravatar Zhengchao Shao 1-1/+0
2022-10-20net: hinic: fix the issue of CMDQ memory leaksGravatar Zhengchao Shao 1-1/+1
2022-10-20net: hinic: fix memory leak when reading function tableGravatar Zhengchao Shao 1-6/+12
2022-10-20net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()Gravatar Zhengchao Shao 1-1/+1
2022-09-22net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl()Gravatar Zhengchao Shao 3-12/+8
2022-09-22net: hinic: replace magic numbers with macroGravatar Zhengchao Shao 1-1/+2
2022-09-22net: hinic: remove unused enumerated valueGravatar Zhengchao Shao 3-35/+0
2022-09-22net: hinic: change hinic_deinit_vf_hw() to voidGravatar Zhengchao Shao 1-4/+2
2022-09-22net: hinic: simplify code logicGravatar Zhengchao Shao 1-2/+2
2022-09-22net: hinic: remove duplicate macro definitionGravatar Zhengchao Shao 1-2/+0
2022-09-22net: hinic: remove unused macroGravatar Zhengchao Shao 5-9/+0
2022-09-22net: hinic: remove unused functionsGravatar Zhengchao Shao 4-51/+0
2022-09-22net: hinic: change type of function to be staticGravatar Zhengchao Shao 12-25/+9
2022-09-22net: hinic: modify kernel doc commentsGravatar Zhengchao Shao 3-6/+0
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Gravatar Sebastian Andrzej Siewior 2-4/+4
2022-07-06net: hinic: avoid kernel hung in hinic_get_stats64()Gravatar Qiao Ma 1-4/+0
2022-07-06net: hinic: fix bug that ethtool get wrong statsGravatar Qiao Ma 4-48/+16
2022-06-27hinic: Use the bitmap API when applicableGravatar Christophe JAILLET 1-5/+2
2022-06-17hinic: Replace memcpy() with direct assignmentGravatar Kees Cook 1-3/+1
2022-06-10ethernet: Remove vf rate limit check for driversGravatar Bin Chen 1-6/+0
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2022-05-22hinic: Avoid some over memory allocationGravatar Christophe JAILLET 1-1/+1
2022-05-16net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_initGravatar Zheng Bin 1-0/+2
2022-05-08eth: switch to netif_napi_add_weight()Gravatar Jakub Kicinski 2-2/+4
2022-04-29hinic: fix bug of wq out of bound accessGravatar Qiao Ma 1-2/+5
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2022-01-09hinic: Remove useless DMA-32 fallback configurationGravatar Christophe JAILLET 1-6/+2
2022-01-08Merge branch 'linus' into irq/core, to fix conflictGravatar Ingo Molnar 1-0/+1
2021-12-29net: Don't include filter.h from net/sock.hGravatar Jakub Kicinski 1-0/+1
2021-12-10hinic: Use irq_set_affinity_and_hint()Gravatar Nitesh Narayan Lal 1-2/+2
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2021-12-08net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gravatar Gustavo A. R. Silva 7-40/+31
2021-12-08net: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gravatar Gustavo A. R. Silva 1-9/+8
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyGravatar Jakub Kicinski 1-0/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenGravatar Hao Chen 1-2/+6
2021-11-15hinic: use ARRAY_SIZE instead of ARRAY_LENGravatar Guo Zhengkui 1-17/+15
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Gravatar Sean Anderson 1-6/+4
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversGravatar Jakub Kicinski 1-1/+3
2021-10-02ethernet: use eth_hw_addr_set()Gravatar Jakub Kicinski 1-1/+1