summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei
AgeCommit message (Expand)Author
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-10-20hinic: devlink health: use retained error fmsg APIPrzemek Kitszel
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-20net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced b...Cai Huoqing
2023-09-13net: hinic: Use devm_kasprintf()Christophe JAILLET
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-11net: hinic: Fix error handling in hinic_module_init()Yuan Can
2022-11-07net: hinic: Add support for configuration of rx-vlan-filter by ethtoolCai Huoqing
2022-11-07net: hinic: Add control command support for VF PMD driver in DPDKCai Huoqing
2022-11-07net: hinic: Convert the cmd code from decimal to hex to be more readableCai Huoqing
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-10-25net: hinic: Set max_mtu/min_mtu directly to simplify the code.caihuoqing
2022-10-20net: hinic: fix the issue of double release MBOX callback of VFZhengchao Shao
2022-10-20net: hinic: fix the issue of CMDQ memory leaksZhengchao Shao
2022-10-20net: hinic: fix memory leak when reading function tableZhengchao Shao
2022-10-20net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()Zhengchao Shao
2022-09-22net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl()Zhengchao Shao
2022-09-22net: hinic: replace magic numbers with macroZhengchao Shao
2022-09-22net: hinic: remove unused enumerated valueZhengchao Shao
2022-09-22net: hinic: change hinic_deinit_vf_hw() to voidZhengchao Shao
2022-09-22net: hinic: simplify code logicZhengchao Shao
2022-09-22net: hinic: remove duplicate macro definitionZhengchao Shao
2022-09-22net: hinic: remove unused macroZhengchao Shao
2022-09-22net: hinic: remove unused functionsZhengchao Shao
2022-09-22net: hinic: change type of function to be staticZhengchao Shao
2022-09-22net: hinic: modify kernel doc commentsZhengchao Shao
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior
2022-07-06net: hinic: avoid kernel hung in hinic_get_stats64()Qiao Ma
2022-07-06net: hinic: fix bug that ethtool get wrong statsQiao Ma
2022-06-27hinic: Use the bitmap API when applicableChristophe JAILLET
2022-06-17hinic: Replace memcpy() with direct assignmentKees Cook
2022-06-10ethernet: Remove vf rate limit check for driversBin Chen
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-22hinic: Avoid some over memory allocationChristophe JAILLET
2022-05-16net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_initZheng Bin
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2022-04-29hinic: fix bug of wq out of bound accessQiao Ma
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-09hinic: Remove useless DMA-32 fallback configurationChristophe JAILLET
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-10hinic: Use irq_set_affinity_and_hint()Nitesh Narayan Lal
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-08net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva
2021-12-08net: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-15hinic: use ARRAY_SIZE instead of ARRAY_LENGuo Zhengkui
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski