summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qed
AgeCommit message (Expand)AuthorFilesLines
2025-07-25net: Fix typosBjorn Helgaas2-2/+2
2025-06-23net: qed: reduce stack usage for TLV processingArnd Bergmann1-4/+4
2025-04-15qed: Remove unused qed_db_recovery_dpDr. David Alan Gilbert2-20/+0
2025-04-15qed: Remove unused qed_print_mcp_trace_*Dr. David Alan Gilbert2-56/+0
2025-04-15qed: Remove unused qed_ptt_invalidateDr. David Alan Gilbert2-20/+0
2025-04-15qed: Remove unused qed_calc_*_ctx_validation functionsDr. David Alan Gilbert2-128/+0
2025-04-15qed: Remove unused qed_memset_*ctx functionsDr. David Alan Gilbert2-62/+0
2025-03-18qed: remove cast to pointers passed to kfreeChen Ni1-1/+1
2025-02-05net: qed: fix typosAndrew Kreimer1-4/+4
2024-12-17qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate()Gianfranco Trad1-0/+1
2024-12-03net/qed: allow old cards not supporting "num_images" to workLouis Leseur1-1/+3
2024-10-04qed: put cond_resched() in qed_dmae_operation_wait()Michal Schmidt1-0/+1
2024-10-04qed: allow the callee of qed_mcp_nvm_read() to sleepMichal Schmidt1-8/+1
2024-10-04qed: put cond_resched() in qed_grc_dump_ctx_data()Michal Schmidt1-0/+1
2024-10-04qed: make 'ethtool -d' 10 times fasterMichal Schmidt1-21/+15
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-10/+7
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek1-1/+2
2024-03-29qed: avoid truncating work queue lengthArnd Bergmann1-5/+4
2024-03-29qed: Drop useless pci_params.pm_capBjorn Helgaas2-4/+1
2024-03-25Merge patch series "scsi: replace deprecated strncpy"Martin K. Petersen1-1/+1
2024-03-11scsi: qedf: Replace deprecated strncpy() with strscpy()Justin Stitt1-1/+1
2024-02-09qed: remove duplicated assignment to variable opaque_fidColin Ian King1-2/+0
2023-12-13qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu1-0/+1
2023-10-20qed: devlink health: use retained error fmsg APIPrzemek Kitszel1-3/+3
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2023-10-15qed: fix LL2 RX buffer allocationManish Chopra1-2/+5
2023-10-14qed: replace uses of strncpyJustin Stitt1-4/+3
2023-10-03qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva1-1/+1
2023-08-23qed/qede: Remove unused declarationsYue Haibing1-1/+0
2023-08-16qed: remove unused 'resp_size' calculationArnd Bergmann1-28/+17
2023-07-29qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko9-26/+128
2023-06-06qed/qede: Fix scheduling while atomicManish Chopra1-1/+1
2023-03-28qed: remove unused num_ooo_add_to_peninsula variableTom Rix1-2/+1
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2023-03-19qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin1-1/+4
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+6
2023-03-17qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin1-1/+1
2023-03-14qed/qed_dev: guard against a possible division by zeroDaniil Tatianin1-0/+5
2023-03-09qed: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-9/+0
2023-01-27qed: remove pointless call to devlink_param_driverinit_value_set()Jiri Pirko1-6/+0
2023-01-11qed: fix a typo in commentDai Shixin1-1/+1
2023-01-05qed: allow sleep in qed_mcp_trace_dump()Caleb Sander1-8/+20
2022-12-10skbuff: Introduce slab_build_skb()Kees Cook1-1/+1
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-4/+0
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+12
2022-11-25qed: avoid defines prefixed with CONFIGLukas Bulwahn1-12/+12
2022-11-03qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)1-1/+2
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-13qlogic: qed: fix clang -Wformat warningsJustin Stitt1-2/+2
2022-07-07qed: Use bitmap_empty()Christophe JAILLET1-1/+1