summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* qed: Disable "MFW indication via attention" SPAM every 5 minutesLaurence Oberman2020-08-211-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
* qlcnic: fix missing release in qlcnic_83xx_interrupt_test.Qiushi Wu2020-06-031-1/+3
* qlcnic: Fix bad kzalloc null testXu Wang2020-04-241-1/+1
* qlcnic: Fix CPU soft lockup while collecting firmware dumpManish Chopra2020-02-052-0/+3
* qed: reduce maximum stack frame sizeArnd Bergmann2020-01-291-19/+15
* net: qlogic: Fix error paths in ql_alloc_large_buffers()Ben Hutchings2020-01-041-4/+4
* qlcnic: fix a return in qlcnic_dcb_get_capability()Dan Carpenter2019-11-281-1/+1
* 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
* qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki2019-05-041-0/+2
* qed: Fix VF probe failure while FLRManish Chopra2019-03-131-0/+10
* qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrierDenis Bolotin2019-02-271-0/+4
* net: netxen: fix a missing check and an uninitialized useKangjie Lu2019-01-131-1/+2
* qed: Fix reading wrong value in loop conditionDenis Bolotin2018-12-131-0/+2
* qed: Fix PTT leak in qed_drain()Denis Bolotin2018-12-131-1/+1
* net: qed: use correct strncpy() sizeArnd Bergmann2018-12-081-4/+4
* qed: Fix blocking/unlimited SPQ entries leakDenis Bolotin2018-11-272-27/+33
* qed: Fix memory/entry leak in qed_init_sp_request()Denis Bolotin2018-11-271-2/+14
* net: qla3xxx: Remove overflowing shift statementNathan Chancellor2018-11-131-2/+0
* qed: Warn PTT usage by wrong hw-functionMintz, Yuval2018-11-101-0/+7
* qlcnic: Fix tunnel offload for 82xx adaptersChopra, Manish2018-11-104-2/+30
* qed: Avoid constant logical operation warning in qed_vf_pf_acquireNathan Chancellor2018-11-101-1/+0
* qed: Avoid implicit enum conversion in qed_roce_mode_to_flavorNathan Chancellor2018-11-101-11/+4
* qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh2018-10-185-12/+17
* qed: Wait for MCP halt and resume commands to take placeTomer Tayar2018-10-032-8/+39
* qed: Wait for ready indication before rereading the shmemTomer Tayar2018-10-031-9/+41
* qlge: Fix netdev features configuration.Manish Chopra2018-09-151-15/+8
* qed: Correct Multicast API to reflect existence of 256 approximate buckets.Sudarsana Reddy Kalluru2018-09-055-13/+17
* qed: Fix possible race for the link state value.Sudarsana Reddy Kalluru2018-09-051-0/+1
* qlogic: check kstrtoul() for errorsDan Carpenter2018-08-241-0/+2
* qed: Add sanity check for SIMD fastpath handler.Sudarsana Reddy Kalluru2018-08-241-2/+10
* qed: Limit msix vectors in kdump kernel to the minimum required count.Sudarsana Reddy Kalluru2018-07-221-0/+9
* qed: Fix use of incorrect size in memcpy call.Sudarsana Reddy Kalluru2018-07-221-4/+4
* qed: Fix mask for physical address in ILT entryShahed Shaikh2018-06-131-1/+1
* qlcnic: Fix a sleep-in-atomic bug in qlcnic_82xx_hw_write_wx_2M and qlcnic_82...Jia-Ju Bai2018-04-131-1/+1
* netxen_nic: set rcode to the return status from the call to netxen_issue_cmdColin Ian King2018-04-131-1/+1
* qed: Correct doorbell configuration for !4Kb pagesRam Amrani2018-04-131-1/+1
* qlge: Avoid reading past end of bufferKees Cook2018-04-131-2/+2
* qed: Fix overriding of supported autoneg value.sudarsana.kalluru@cavium.com2018-04-133-1/+9
* qed: Unlock on error in qed_vf_pf_acquire()Dan Carpenter2018-03-241-1/+1
* qlcnic: fix unchecked return valuePan Bian2018-03-241-0/+2
* qed: Correct MSI-x for storageMintz, Yuval2018-03-221-1/+2
* qed: Fix TM block ILT allocationMichal Kalderon2018-03-221-7/+25