summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei/hinic
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+9
2026-01-10net: hinic: convert to use .get_rx_ring_countBreno Leitao-15/+4
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit-4/+6
2025-07-25net: Fix typosBjorn Helgaas-2/+2
2025-06-21eth: hinic: migrate to new RXFH callbacksJakub Kicinski-31/+16
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2024-12-16net: hinic: Fix cleanup in create_rxqs/txqs()Dan Carpenter-0/+2
2024-12-10net: hinic: Fix typo in dev_err messageAndrew Kreimer-1/+1
2024-08-13net: hinic: use ethtool_sprintf/putsRosen Penev-23/+10
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki-19/+21
2023-10-20hinic: devlink health: use retained error fmsg APIPrzemek Kitszel-161/+56
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-3/+0
2023-09-20net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced b...Cai Huoqing-3/+0
2023-09-13net: hinic: Use devm_kasprintf()Christophe JAILLET-5/+3
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+8
2022-11-11net: hinic: Fix error handling in hinic_module_init()Yuan Can-1/+8
2022-11-07net: hinic: Add support for configuration of rx-vlan-filter by ethtoolCai Huoqing-0/+55
2022-11-07net: hinic: Add control command support for VF PMD driver in DPDKCai Huoqing-0/+84
2022-11-07net: hinic: Convert the cmd code from decimal to hex to be more readableCai Huoqing-52/+52
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner-4/+4
2022-10-25net: hinic: Set max_mtu/min_mtu directly to simplify the code.caihuoqing-17/+7
2022-10-20net: hinic: fix the issue of double release MBOX callback of VFZhengchao Shao-1/+0
2022-10-20net: hinic: fix the issue of CMDQ memory leaksZhengchao Shao-1/+1
2022-10-20net: hinic: fix memory leak when reading function tableZhengchao Shao-6/+12
2022-10-20net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()Zhengchao Shao-1/+1
2022-09-22net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl()Zhengchao Shao-12/+8
2022-09-22net: hinic: replace magic numbers with macroZhengchao Shao-1/+2
2022-09-22net: hinic: remove unused enumerated valueZhengchao Shao-35/+0
2022-09-22net: hinic: change hinic_deinit_vf_hw() to voidZhengchao Shao-4/+2
2022-09-22net: hinic: simplify code logicZhengchao Shao-2/+2
2022-09-22net: hinic: remove duplicate macro definitionZhengchao Shao-2/+0
2022-09-22net: hinic: remove unused macroZhengchao Shao-9/+0
2022-09-22net: hinic: remove unused functionsZhengchao Shao-51/+0
2022-09-22net: hinic: change type of function to be staticZhengchao Shao-25/+9
2022-09-22net: hinic: modify kernel doc commentsZhengchao Shao-6/+0
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior-4/+4
2022-07-06net: hinic: avoid kernel hung in hinic_get_stats64()Qiao Ma-4/+0
2022-07-06net: hinic: fix bug that ethtool get wrong statsQiao Ma-48/+16
2022-06-27hinic: Use the bitmap API when applicableChristophe JAILLET-5/+2
2022-06-17hinic: Replace memcpy() with direct assignmentKees Cook-3/+1
2022-06-10ethernet: Remove vf rate limit check for driversBin Chen-6/+0
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-05-22hinic: Avoid some over memory allocationChristophe JAILLET-1/+1
2022-05-16net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_initZheng Bin-0/+2
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski-2/+4
2022-04-29hinic: fix bug of wq out of bound accessQiao Ma-2/+5
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2022-01-09hinic: Remove useless DMA-32 fallback configurationChristophe JAILLET-6/+2