summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qed
AgeCommit message (Expand)Author
2024-01-05ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2023-12-20qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu
2023-10-25qed: fix LL2 RX buffer allocationManish Chopra
2023-10-10qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva
2023-08-11qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko
2023-08-11qed: Fix kernel-doc warningsPrabhakar Kushwaha
2023-06-14qed/qede: Fix scheduling while atomicManish Chopra
2023-03-30qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin
2023-03-22qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin
2023-03-22qed/qed_dev: guard against a possible division by zeroDaniil Tatianin
2022-12-31qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)
2022-07-12qed: Improve the stack space of filter_config()Shai Malin
2022-04-08qed: validate and restrict untrusted VFs vlan promisc modeManish Chopra
2022-04-08qed: display VF trust configManish Chopra
2022-03-16qed: return status of qed_iov_get_linkTom Rix
2022-03-16net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prep...Jia-Ju Bai
2021-10-09qed: Fix missing error code in qed_slowpath_start()chongjiapeng
2021-09-22qed: rdma - don't wait for resources under hw error recovery flowShai Malin
2021-09-10qed: Handle management FW errorShai Malin
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-25qed: Enable automatic recovery on error condition.Alok Prasad
2021-08-24qed: Fix the VF msix vectors flowShai Malin
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-16qed: Fix null-pointer dereference in qed_rdma_create_qp()Shai Malin
2021-08-16qed: qed ll2 race condition fixesShai Malin
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-08-03qed: Remove duplicated include of kernel.hzhouchuangao
2021-08-03qed: Remove redundant prints from the iWARP SYN handlingShai Malin
2021-08-03qed: Skip DORQ attention handling during recoveryShai Malin
2021-08-03qed: Avoid db_recovery during recoveryShai Malin
2021-07-30RDMA/qed: Use accurate error num in qed_cxt_dynamic_ilt_allocPrabhakar Kushwaha
2021-07-29qed: Remove the qed module versionShai Malin
2021-07-27net: qed: remove unneeded return variablesJason Wang
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-17net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook
2021-06-07qed: Fix duplicate included linux/kernel.hJiapeng Chong
2021-06-03qed: Add IP services APIs supportNikolay Assa
2021-06-03qed: Add NVMeTCP Offload IO Level FW InitializationsShai Malin
2021-06-03qed: Add support of HW filter blockPrabhakar Kushwaha
2021-06-03qed: Add NVMeTCP Offload Connection Level FW and HW HSIShai Malin
2021-06-03qed: Add NVMeTCP Offload PF Level FW and HW HSIShai Malin
2021-06-03qed: Add TCP_ULP FW resource layoutOmkar Kulkarni
2021-05-13net: qed: remove redundant initialization of variable rcColin Ian King
2021-03-10qed: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-17qed: fix ILT configuration of SRC blockDmitry Bogdanov
2020-11-17qed: fix error return code in qed_iwarp_ll2_start()Zhang Changzhong
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe
2020-09-28qed/qed_ll2: Replace one-element array with flexible-array memberGustavo A. R. Silva