summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)Author
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
2023-03-10qede: avoid uninitialized entries in coal_entry arrayMichal Schmidt
2023-03-10qede: fix interrupt coalescing configurationManish Chopra
2023-02-09qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson
2023-01-12qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin
2022-12-31qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)
2022-12-31drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can
2022-12-08qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou
2022-12-02net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong
2022-07-12qed: Improve the stack space of filter_config()Shai Malin
2022-05-25net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET
2022-04-13qede: confirm skb is allocated before usingJamie Bainbridge
2022-04-08qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix
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-12-29qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang
2021-12-14net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter
2021-12-14qede: validate non LSO skb lengthManish Chopra
2021-12-08net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang
2021-11-18qed: Don't ignore devlink allocation failuresLeon Romanovsky
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-10qlcnic: Remove redundant initialization of variable retColin Ian King
2021-09-10qed: Handle management FW errorShai Malin
2021-09-07Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-04qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-25qede: Fix memset corruptionShai Malin
2021-08-25netxen_nic: Remove the repeated declarationShaokun Zhang
2021-08-25qed: Enable automatic recovery on error condition.Alok Prasad
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-24qed: Fix the VF msix vectors flowShai Malin
2021-08-23qlcnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-17net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32Dinghao Liu
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-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-08-02qlcnic: make the array random_data static const, makes object smallerColin Ian King