summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qed
AgeCommit message (Expand)AuthorFilesLines
2022-03-16qed: return status of qed_iov_get_linkTom Rix1-7/+11
2022-03-16net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prep...Jia-Ju Bai1-0/+7
2021-09-22qed: Fix the VF msix vectors flowShai Malin1-1/+6
2021-06-30net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook1-1/+3
2020-08-21qed: Disable "MFW indication via attention" SPAM every 5 minutesLaurence Oberman1-1/+2
2020-06-30net: qed: fix excessive QM ILT lines consumptionAlexander Lobakin1-1/+1
2020-06-30net: qed: fix NVMe login fails over VFsAlexander Lobakin1-5/+18
2020-01-29qed: reduce maximum stack frame sizeArnd Bergmann1-19/+15
2019-09-21qed: Add cleanup in qed_slowpath_start()Wenwen Wang1-1/+3
2019-03-14qed: Fix VF probe failure while FLRManish Chopra1-0/+10
2019-02-27qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrierDenis Bolotin1-0/+4
2018-12-13qed: Fix reading wrong value in loop conditionDenis Bolotin1-0/+2
2018-12-13qed: Fix PTT leak in qed_drain()Denis Bolotin1-1/+1
2018-12-08net: qed: use correct strncpy() sizeArnd Bergmann1-4/+4
2018-11-27qed: Fix blocking/unlimited SPQ entries leakDenis Bolotin2-27/+33
2018-11-27qed: Fix memory/entry leak in qed_init_sp_request()Denis Bolotin1-2/+14
2018-11-10qed: Warn PTT usage by wrong hw-functionMintz, Yuval1-0/+7
2018-11-10qed: Avoid constant logical operation warning in qed_vf_pf_acquireNathan Chancellor1-1/+0
2018-11-10qed: Avoid implicit enum conversion in qed_roce_mode_to_flavorNathan Chancellor1-11/+4
2018-10-04qed: Wait for MCP halt and resume commands to take placeTomer Tayar2-8/+39
2018-10-04qed: Wait for ready indication before rereading the shmemTomer Tayar1-9/+41
2018-09-05qed: Correct Multicast API to reflect existence of 256 approximate buckets.Sudarsana Reddy Kalluru5-13/+17
2018-09-05qed: Fix possible race for the link state value.Sudarsana Reddy Kalluru1-0/+1
2018-08-24qed: Add sanity check for SIMD fastpath handler.Sudarsana Reddy Kalluru1-2/+10
2018-07-22qed: Limit msix vectors in kdump kernel to the minimum required count.Sudarsana Reddy Kalluru1-0/+9
2018-07-22qed: Fix use of incorrect size in memcpy call.Sudarsana Reddy Kalluru1-4/+4
2018-06-13qed: Fix mask for physical address in ILT entryShahed Shaikh1-1/+1
2018-04-13qed: Correct doorbell configuration for !4Kb pagesRam Amrani1-1/+1
2018-04-13qed: Fix overriding of supported autoneg value.sudarsana.kalluru@cavium.com3-1/+9
2018-03-24qed: Unlock on error in qed_vf_pf_acquire()Dan Carpenter1-1/+1
2018-03-22qed: Correct MSI-x for storageMintz, Yuval1-1/+2
2018-03-22qed: Fix TM block ILT allocationMichal Kalderon1-7/+25
2018-03-22qed: Always publish VF link from leading hwfnMintz, Yuval1-3/+10
2017-12-20qed: Fix interrupt flags on Rx LL2Ram Amrani1-4/+5
2017-12-20qed: Fix mapping leak on LL2 rx flowMintz, Yuval1-0/+2
2017-12-20qed: Align CIDs according to DORQ requirementRam Amrani1-1/+2
2017-10-21qed: Read queue state before releasing bufferRam Amrani1-6/+6
2017-10-21qed: Reserve doorbell BAR space for present CPUsRam Amrani1-1/+1
2017-10-21qed: Don't use attention PTT for configuring BWMintz, Yuval3-5/+8
2017-10-08qed: Fix possible system hang in the dcbnl-getdcbx() path.sudarsana.kalluru@cavium.com1-1/+1
2016-12-05net: ethernet: qlogic: set error code on failurePan Bian1-0/+1
2016-11-10qed: Correct rdma params configurationRam Amrani1-9/+8
2016-11-10qed: configure ll2 RoCE v1/v2 flavor correctlyRam Amrani2-3/+1
2016-10-23qed: Zero-out the buffer paased to dcbx_query() APISudarsana Reddy Kalluru1-0/+2
2016-10-23qed*: Reduce the memory footprint for Rx pathSudarsana Reddy Kalluru1-0/+1
2016-10-18qed: Use list_move_tail instead of list_del/list_add_tailWei Yongjun1-7/+4
2016-10-14qed: Additional work toward cleaning C=1Yuval Mintz8-164/+58
2016-10-14qed*: Fix Kconfig dependencies with INFINIBAND_QEDRYuval Mintz9-128/+114
2016-10-14qed: Fix static checker warning.Yuval Mintz1-6/+1
2016-10-13qed: fix old-style function definitionArnd Bergmann1-1/+1