summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang2021-12-293-5/+13
* net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter2021-12-141-10/+9
* qede: validate non LSO skb lengthManish Chopra2021-12-141-0/+7
* net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang2021-12-081-2/+8
* qed: Fix missing error code in qed_slowpath_start()chongjiapeng2021-10-201-0/+1
* qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu2021-09-221-1/+0
* qede: Fix memset corruptionShai Malin2021-09-221-1/+1
* qed: Fix the VF msix vectors flowShai Malin2021-09-221-1/+6
* net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32Dinghao Liu2021-08-261-1/+3
* net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren2021-08-151-3/+3
* qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()Jia He2021-08-081-6/+17
* net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook2021-06-301-1/+3
* netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET2021-06-301-0/+2
* qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET2021-06-301-0/+1
* net/qla3xxx: fix schedule while atomic in ql_sem_spinlockZheyu Ma2021-06-161-1/+1
* qlcnic: Add null check after calling netdev_alloc_skbTom Seewald2021-05-261-0/+3
* Revert "qlcnic: Avoid potential NULL pointer dereference"Greg Kroah-Hartman2021-05-261-2/+0
* net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_templateLv Yunlong2021-03-301-0/+3
* netxen_nic: fix MSI/MSI-x interruptsManish Chopra2021-01-231-6/+1
* qede: fix offload for IPIP tunnel packetsManish Chopra2021-01-121-0/+5
* qlcnic: Fix error code in probeDan Carpenter2020-12-291-0/+1
* qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong2020-11-241-1/+2
* net: qed: RDMA personality shouldn't fail VF loadDmitry Bogdanov2020-10-011-0/+1
* qed: Disable "MFW indication via attention" SPAM every 5 minutesLaurence Oberman2020-08-051-1/+2
* net: qed: fix excessive QM ILT lines consumptionAlexander Lobakin2020-06-301-1/+1
* net: qed: fix NVMe login fails over VFsAlexander Lobakin2020-06-301-5/+18
* net: qed*: Reduce RX and TX default ring count when running inside kdump kernelBhupesh Sharma2020-06-202-2/+11
* qlcnic: fix missing release in qlcnic_83xx_interrupt_test.Qiushi Wu2020-06-031-1/+3
* qed: Fix use after free in qed_chain_freeYuval Basson2020-05-021-22/+16
* qlcnic: Fix bad kzalloc null testXu Wang2020-04-241-1/+1
* qede: Fix race between rdma destroy workqueue and link change eventMichal Kalderon2020-03-112-1/+30
* qlcnic: Fix CPU soft lockup while collecting firmware dumpManish Chopra2020-02-052-0/+3
* qed: reduce maximum stack frame sizeArnd Bergmann2020-01-271-19/+15
* qed: iWARP - Use READ_ONCE and smp_store_release to access ep->stateMichal Kalderon2020-01-271-5/+11
* qede: Fix multicast mac configurationManish Chopra2019-12-311-1/+1
* net: qlogic: Fix error paths in ql_alloc_large_buffers()Ben Hutchings2019-12-311-4/+4
* qlcnic: fix a return in qlcnic_dcb_get_capability()Dan Carpenter2019-12-011-1/+1
* qed: Align local and global PTT to propagate through the APIs.Rahul Verma2019-12-015-23/+35
* qede: fix NULL pointer deref in __qede_remove()Manish Chopra2019-11-121-2/+10
* net: qlogic: Fix memory leak in ql_alloc_large_buffersNavid Emamdoost2019-10-071-0/+1
* qed: Add cleanup in qed_slowpath_start()Wenwen Wang2019-09-211-1/+3
* net/ethernet/qlogic/qed: force the string buffer NULL-terminatedWang Xiayang2019-08-291-1/+1
* qed: RDMA - Fix the hw_ver returned in device attributesMichal Kalderon2019-08-291-1/+1
* qed: Set the doorbell address correctlyMichal Kalderon2019-07-312-12/+19
* qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki2019-05-041-0/+2
* qed: Fix iWARP syn packet mac address validation.Michal Kalderon2019-03-231-0/+9
* qed: Consider TX tcs while deriving the max num_queues for PF.Sudarsana Reddy Kalluru2019-03-131-2/+3
* qed: Fix EQ full firmware assert.Manish Chopra2019-03-132-8/+8
* qed: Fix stack out of bounds bugManish Chopra2019-03-131-4/+4
* qed: Fix system crash in ll2 xmitManish Chopra2019-03-131-5/+15