summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qed
AgeCommit message (Expand)Author
2025-04-15qed: Remove unused qed_db_recovery_dpDr. David Alan Gilbert
2025-04-15qed: Remove unused qed_print_mcp_trace_*Dr. David Alan Gilbert
2025-04-15qed: Remove unused qed_ptt_invalidateDr. David Alan Gilbert
2025-04-15qed: Remove unused qed_calc_*_ctx_validation functionsDr. David Alan Gilbert
2025-04-15qed: Remove unused qed_memset_*ctx functionsDr. David Alan Gilbert
2025-03-18qed: remove cast to pointers passed to kfreeChen Ni
2025-02-04net: qed: fix typosAndrew Kreimer
2024-12-17qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate()Gianfranco Trad
2024-12-03net/qed: allow old cards not supporting "num_images" to workLouis Leseur
2024-10-04qed: put cond_resched() in qed_dmae_operation_wait()Michal Schmidt
2024-10-04qed: allow the callee of qed_mcp_nvm_read() to sleepMichal Schmidt
2024-10-04qed: put cond_resched() in qed_grc_dump_ctx_data()Michal Schmidt
2024-10-04qed: make 'ethtool -d' 10 times fasterMichal Schmidt
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek
2024-03-29qed: avoid truncating work queue lengthArnd Bergmann
2024-03-28qed: Drop useless pci_params.pm_capBjorn Helgaas
2024-03-25Merge patch series "scsi: replace deprecated strncpy"Martin K. Petersen
2024-03-10scsi: qedf: Replace deprecated strncpy() with strscpy()Justin Stitt
2024-02-08qed: remove duplicated assignment to variable opaque_fidColin Ian King
2023-12-12qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu
2023-10-20qed: devlink health: use retained error fmsg APIPrzemek Kitszel
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-15qed: fix LL2 RX buffer allocationManish Chopra
2023-10-13qed: replace uses of strncpyJustin Stitt
2023-10-03qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva
2023-08-23qed/qede: Remove unused declarationsYue Haibing
2023-08-15qed: remove unused 'resp_size' calculationArnd Bergmann
2023-07-29qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko
2023-06-06qed/qede: Fix scheduling while atomicManish Chopra
2023-03-27qed: remove unused num_ooo_add_to_peninsula variableTom Rix
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-19qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-16qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin
2023-03-13qed/qed_dev: guard against a possible division by zeroDaniil Tatianin
2023-03-08qed: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-01-27qed: remove pointless call to devlink_param_driverinit_value_set()Jiri Pirko
2023-01-10qed: fix a typo in commentDai Shixin
2023-01-04qed: allow sleep in qed_mcp_trace_dump()Caleb Sander
2022-12-09skbuff: Introduce slab_build_skb()Kees Cook
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-25qed: avoid defines prefixed with CONFIGLukas Bulwahn
2022-11-02qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-12qlogic: qed: fix clang -Wformat warningsJustin Stitt
2022-07-06qed: Use bitmap_empty()Christophe JAILLET
2022-07-06qed: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-01qlogic/qed: fix repeated words in commentsJilin Yuan