summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-02RDMA/qedr: Fix reported max_pkeysKamal Heib1-1/+2
2020-08-25qede: make driver reliable on unload after failuresIgor Russkikh1-2/+6
2020-08-25qed: implement devlink dumpIgor Russkikh1-0/+43
2020-08-25qed*: make use of devlink recovery infrastructureIgor Russkikh4-11/+16
2020-08-25qed: use devlink logic to report errorsIgor Russkikh5-0/+26
2020-08-25qed: health reporter init deinit seqIgor Russkikh2-0/+37
2020-08-25qed: implement devlink info requestIgor Russkikh4-1/+60
2020-08-25qed: fix kconfig help entriesIgor Russkikh1-2/+3
2020-08-25qed/qede: make devlink survive recoveryIgor Russkikh6-35/+39
2020-08-25qed: move out devlink logic into a new fileIgor Russkikh4-101/+127
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva7-15/+15
2020-08-21net: qed: Remove unnecessary castAlex Dewar1-1/+0
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds66-3914/+3563
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1