summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-18/+11
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-8/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-46/+46
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-97/+90
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka-1/+2
2025-09-26net: qed: Remove redundant NULL checks after list_first_entry()Zhen Ni-9/+0
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+2
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+4
2025-09-14qed: Don't collect too many protection override GRC elementsJamie Bainbridge-3/+4
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit-4/+5
2025-07-25net: Fix typosBjorn Helgaas-2/+2
2025-06-23net: qed: reduce stack usage for TLV processingArnd Bergmann-4/+4
2025-04-15qed: Remove unused qed_db_recovery_dpDr. David Alan Gilbert-20/+0
2025-04-15qed: Remove unused qed_print_mcp_trace_*Dr. David Alan Gilbert-56/+0
2025-04-15qed: Remove unused qed_ptt_invalidateDr. David Alan Gilbert-20/+0
2025-04-15qed: Remove unused qed_calc_*_ctx_validation functionsDr. David Alan Gilbert-128/+0
2025-04-15qed: Remove unused qed_memset_*ctx functionsDr. David Alan Gilbert-62/+0
2025-03-18qed: remove cast to pointers passed to kfreeChen Ni-1/+1
2025-02-04net: qed: fix typosAndrew Kreimer-4/+4
2024-12-17qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate()Gianfranco Trad-0/+1
2024-12-03net/qed: allow old cards not supporting "num_images" to workLouis Leseur-1/+3
2024-10-04qed: put cond_resched() in qed_dmae_operation_wait()Michal Schmidt-0/+1
2024-10-04qed: allow the callee of qed_mcp_nvm_read() to sleepMichal Schmidt-8/+1
2024-10-04qed: put cond_resched() in qed_grc_dump_ctx_data()Michal Schmidt-0/+1
2024-10-04qed: make 'ethtool -d' 10 times fasterMichal Schmidt-21/+15
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-10/+7
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek-1/+2
2024-03-29qed: avoid truncating work queue lengthArnd Bergmann-5/+4
2024-03-28qed: Drop useless pci_params.pm_capBjorn Helgaas-4/+1
2024-03-25Merge patch series "scsi: replace deprecated strncpy"Martin K. Petersen-1/+1
2024-03-10scsi: qedf: Replace deprecated strncpy() with strscpy()Justin Stitt-1/+1
2024-02-08qed: remove duplicated assignment to variable opaque_fidColin Ian King-2/+0
2023-12-12qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu-0/+1
2023-10-20qed: devlink health: use retained error fmsg APIPrzemek Kitszel-3/+3
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2023-10-15qed: fix LL2 RX buffer allocationManish Chopra-2/+5
2023-10-13qed: replace uses of strncpyJustin Stitt-4/+3
2023-10-03qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva-1/+1
2023-08-23qed/qede: Remove unused declarationsYue Haibing-1/+0
2023-08-15qed: remove unused 'resp_size' calculationArnd Bergmann-28/+17
2023-07-29qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko-26/+128
2023-06-06qed/qede: Fix scheduling while atomicManish Chopra-1/+1
2023-03-27qed: remove unused num_ooo_add_to_peninsula variableTom Rix-2/+1
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+4
2023-03-19qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin-1/+4
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+6
2023-03-16qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin-1/+1
2023-03-13qed/qed_dev: guard against a possible division by zeroDaniil Tatianin-0/+5
2023-03-08qed: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas-9/+0
2023-01-27qed: remove pointless call to devlink_param_driverinit_value_set()Jiri Pirko-6/+0