summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)Author
2023-02-15qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson
2023-02-15qede: add netpoll support for qede driverBhaskar Upadhaya
2023-01-14qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin
2023-01-14qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)
2023-01-14drivers: 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-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-10-20qed: Fix missing error code in qed_slowpath_start()chongjiapeng
2021-09-30qed: rdma - don't wait for resources under hw error recovery flowShai Malin
2021-09-22qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu
2021-09-22qed: Handle management FW errorShai Malin
2021-09-08qede: Fix memset corruptionShai Malin
2021-09-08qed: Fix the VF msix vectors flowShai Malin
2021-09-03qed: Fix null-pointer dereference in qed_rdma_create_qp()Shai Malin
2021-09-03qed: qed ll2 race condition fixesShai Malin
2021-08-26net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32Dinghao Liu
2021-08-26qede: fix crash in rmmod qede while automatic debug collectionPrabhakar Kushwaha
2021-08-12net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren
2021-08-12net: qede: Fix end of loop tests for list_for_each_entryHarshvardhan Jha
2021-08-08qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()Jia He
2021-06-30net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook
2021-06-23netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET
2021-06-23qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET
2021-06-16net/qla3xxx: fix schedule while atomic in ql_sem_spinlockZheyu Ma
2021-05-26qlcnic: Add null check after calling netdev_alloc_skbTom Seewald
2021-05-26Revert "qlcnic: Avoid potential NULL pointer dereference"Greg Kroah-Hartman
2021-03-30net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_templateLv Yunlong
2021-01-23netxen_nic: fix MSI/MSI-x interruptsManish Chopra
2021-01-17qed: select CONFIG_CRC32Arnd Bergmann
2021-01-12qede: fix offload for IPIP tunnel packetsManish Chopra
2020-12-30qlcnic: Fix error code in probeDan Carpenter
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-11-16qlcnic: fix error return code in qlcnic_83xx_restart_hw()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-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds
2020-09-28qed/qed_ll2: Replace one-element array with flexible-array memberGustavo A. R. Silva