summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qed
AgeCommit message (Expand)AuthorFilesLines
2023-04-05qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin1-1/+4
2023-03-22qed/qed_dev: guard against a possible division by zeroDaniil Tatianin1-0/+5
2022-04-20qed: validate and restrict untrusted VFs vlan promisc modeManish Chopra2-2/+27
2022-04-20qed: display VF trust configManish Chopra1-0/+1
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-10-20qed: Fix missing error code in qed_slowpath_start()chongjiapeng1-0/+1
2021-09-22qed: Fix the VF msix vectors flowShai Malin1-1/+6
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
2020-10-01net: qed: RDMA personality shouldn't fail VF loadDmitry Bogdanov1-0/+1
2020-08-05qed: 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-05-02qed: Fix use after free in qed_chain_freeYuval Basson1-22/+16
2020-01-27qed: reduce maximum stack frame sizeArnd Bergmann1-19/+15
2020-01-27qed: iWARP - Use READ_ONCE and smp_store_release to access ep->stateMichal Kalderon1-5/+11
2019-12-01qed: Align local and global PTT to propagate through the APIs.Rahul Verma5-23/+35
2019-09-21qed: Add cleanup in qed_slowpath_start()Wenwen Wang1-1/+3
2019-08-29net/ethernet/qlogic/qed: force the string buffer NULL-terminatedWang Xiayang1-1/+1
2019-08-29qed: RDMA - Fix the hw_ver returned in device attributesMichal Kalderon1-1/+1
2019-07-31qed: Set the doorbell address correctlyMichal Kalderon2-12/+19
2019-03-23qed: Fix iWARP syn packet mac address validation.Michal Kalderon1-0/+9
2019-03-14qed: Consider TX tcs while deriving the max num_queues for PF.Sudarsana Reddy Kalluru1-2/+3
2019-03-14qed: Fix EQ full firmware assert.Manish Chopra2-8/+8
2019-03-14qed: Fix stack out of bounds bugManish Chopra1-4/+4
2019-03-14qed: Fix system crash in ll2 xmitManish Chopra1-5/+15
2019-03-14qed: Fix VF probe failure while FLRManish Chopra1-0/+10
2019-03-14qed: Fix LACP pdu drops for VFsManish Chopra3-2/+16
2019-03-14qed: Fix bug in tx promiscuous mode settingsManish Chopra1-1/+6
2019-02-27qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrierDenis Bolotin1-0/+4
2019-01-13qed: Fix an error code qed_ll2_start_xmit()Dan Carpenter1-0/+1
2018-12-13qed: Fix QM getters to always return a valid pqDenis Bolotin1-4/+20
2018-12-13qed: Fix bitmap_weight() checkDenis Bolotin1-1/+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/+2
2018-11-27qed: Fix potential memory corruptionSagiv Ozeri1-7/+5
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-04qed: Avoid implicit enum conversion in qed_iwarp_parse_rx_pktNathan Chancellor1-2/+2
2018-11-04qed: Avoid constant logical operation warning in qed_vf_pf_acquireNathan Chancellor1-1/+0
2018-11-04qed: Avoid implicit enum conversion in qed_roce_mode_to_flavorNathan Chancellor1-11/+4
2018-11-04qed: Fix mask parameter in qed_vf_prep_tunn_req_tlvNathan Chancellor1-2/+2
2018-11-04qed: Avoid implicit enum conversion in qed_set_tunn_cls_infoNathan Chancellor1-1/+1
2018-10-04qed: Avoid sending mailbox commands when MFW is not responsiveTomer Tayar3-3/+56
2018-10-04qed: Prevent a possible deadlock during driver load and unloadTomer Tayar2-20/+44
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