summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)AuthorFilesLines
2021-12-29qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang3-5/+13
2021-12-14net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter1-10/+9
2021-12-14qede: validate non LSO skb lengthManish Chopra1-0/+7
2021-12-08net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang1-2/+8
2021-10-20qed: Fix missing error code in qed_slowpath_start()chongjiapeng1-0/+1
2021-09-30qed: rdma - don't wait for resources under hw error recovery flowShai Malin2-0/+16
2021-09-22qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu1-1/+0
2021-09-22qed: Handle management FW errorShai Malin1-1/+5
2021-09-08qede: Fix memset corruptionShai Malin1-1/+1
2021-09-08qed: Fix the VF msix vectors flowShai Malin1-1/+6
2021-09-03qed: Fix null-pointer dereference in qed_rdma_create_qp()Shai Malin1-2/+1
2021-09-03qed: qed ll2 race condition fixesShai Malin1-0/+20
2021-08-26net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32Dinghao Liu1-1/+3
2021-08-26qede: fix crash in rmmod qede while automatic debug collectionPrabhakar Kushwaha2-0/+9
2021-08-12net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren1-3/+3
2021-08-12net: qede: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-2/+2
2021-08-08qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()Jia He1-6/+17
2021-06-30net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook1-1/+3
2021-06-23netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET1-0/+2
2021-06-23qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET1-0/+1
2021-06-16net/qla3xxx: fix schedule while atomic in ql_sem_spinlockZheyu Ma1-1/+1
2021-05-26qlcnic: Add null check after calling netdev_alloc_skbTom Seewald1-0/+3
2021-05-26Revert "qlcnic: Avoid potential NULL pointer dereference"Greg Kroah-Hartman1-2/+0
2021-03-30net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_templateLv Yunlong1-0/+3
2021-01-23netxen_nic: fix MSI/MSI-x interruptsManish Chopra1-6/+1
2021-01-17qed: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-12qede: fix offload for IPIP tunnel packetsManish Chopra1-0/+5
2020-12-30qlcnic: Fix error code in probeDan Carpenter1-0/+1
2020-11-18qed: fix ILT configuration of SRC blockDmitry Bogdanov2-5/+2
2020-11-17qed: fix error return code in qed_iwarp_ll2_start()Zhang Changzhong1-3/+9
2020-11-17qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong1-1/+2
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-12/+24
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe6-7/+24
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds17-187/+362
2020-10-15Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds22-44/+22
2020-09-29qed/qed_ll2: Replace one-element array with flexible-array memberGustavo A. R. Silva2-14/+12
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2-3/+3
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-7/+24
2020-09-21net: qlcnic: simplify the return expression of qlcnic_83xx_shutdownQinglang Miao1-6/+1
2020-09-20net: qed: use true,false for bool variablesJason Yan1-4/+4
2020-09-16net/qla3xxx: Convert to SPDX license identifiersThomas Gleixner2-4/+2
2020-09-16net/qlcnic: Convert to SPDX license identifiersThomas Gleixner20-40/+20
2020-09-14net: qlcnic: remove unused variable 'val' in qlcnic_83xx_cam_unlock()Zhang Changzhong1-2/+1
2020-09-14qed: convert tasklets to use new tasklet_setup() APIAllen Pais4-33/+12
2020-09-11qede: Notify qedr when mtu has changedMichal Kalderon2-1/+20
2020-09-11RDMA/qedr: Remove fbo and zbva from the MRJason Gunthorpe1-10/+2
2020-09-10net: qed: RDMA personality shouldn't fail VF loadDmitry Bogdanov1-0/+1
2020-09-10net: qede: Disable aRFS for NPAR and 100GDmitry Bogdanov2-6/+8
2020-09-10net: qed: Disable aRFS for NPAR and 100GDmitry Bogdanov3-1/+15
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-15/+15