summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed
Commit message (Expand)AuthorAgeFilesLines
* qed: Fix iWARP syn packet mac address validation.Michal Kalderon2019-03-231-0/+9
* qed: Fix iWARP buffer size provided for syn packet processing.Michal Kalderon2019-03-232-7/+6
* 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
* qed: Fix VF probe failure while FLRManish Chopra2019-03-131-0/+10
* qed: Fix LACP pdu drops for VFsManish Chopra2019-03-133-2/+16
* qed: Fix bug in tx promiscuous mode settingsManish Chopra2019-03-131-1/+6
* qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrierDenis Bolotin2019-02-271-0/+4
* qed: Fix an error code qed_ll2_start_xmit()Dan Carpenter2019-01-131-0/+1
* qed: Fix command number mismatch between driver and the mfwSudarsana Reddy Kalluru2019-01-091-1/+2
* qed: Fix QM getters to always return a valid pqDenis Bolotin2018-12-131-4/+20
* qed: Fix bitmap_weight() checkDenis Bolotin2018-12-131-1/+4
* drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typoAndrew Morton2018-12-131-1/+1
* qed: Fix reading wrong value in loop conditionDenis Bolotin2018-12-131-0/+2
* qed: Fix rdma_info structure allocationMichal Kalderon2018-12-133-25/+45
* qed: Fix overriding offload_tc by protocols without APP TLVDenis Bolotin2018-12-131-7/+7
* qed: Fix PTT leak in qed_drain()Denis Bolotin2018-12-131-1/+1
* qed: Fix potential memory corruptionSagiv Ozeri2018-11-271-7/+5
* qed: Fix SPQ entries not returned to pool in error flowsDenis Bolotin2018-11-278-15/+45
* 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
* qed: fix spelling mistake "Ireelevant" -> "Irrelevant"Colin Ian King2018-10-151-1/+1
* qed: Fix shmem structure inconsistency between driver and the mfw.Sudarsana Reddy Kalluru2018-09-281-0/+1
* qed: Avoid implicit enum conversion in qed_iwarp_parse_rx_pktNathan Chancellor2018-09-261-2/+2
* qed: Avoid constant logical operation warning in qed_vf_pf_acquireNathan Chancellor2018-09-261-1/+0
* qed: Avoid implicit enum conversion in qed_roce_mode_to_flavorNathan Chancellor2018-09-261-11/+4
* qed: Fix mask parameter in qed_vf_prep_tunn_req_tlvNathan Chancellor2018-09-261-2/+2
* qed: Avoid implicit enum conversion in qed_set_tunn_cls_infoNathan Chancellor2018-09-261-1/+1
* qed: fix spelling mistake "toogle" -> "toggle"Colin Ian King2018-09-261-1/+1
* qed: Add missing device config for RoCE EDPM in UFP mode.Sudarsana Reddy Kalluru2018-09-193-22/+48
* qed: Do not add VLAN 0 tag to untagged frames in multi-function mode.Sudarsana Reddy Kalluru2018-09-192-1/+9
* qed: Fix populating the invalid stag value in multi function mode.Sudarsana Reddy Kalluru2018-09-192-1/+18
* qed: fix spelling mistake "comparsion" -> "comparison"Colin Ian King2018-08-251-1/+1
* qed: Avoid sending mailbox commands when MFW is not responsiveTomer Tayar2018-08-203-3/+56
* qed: Prevent a possible deadlock during driver load and unloadTomer Tayar2018-08-202-20/+44
* qed: Wait for MCP halt and resume commands to take placeTomer Tayar2018-08-202-8/+39
* qed: Wait for ready indication before rereading the shmemTomer Tayar2018-08-201-9/+41
* qed/qede: Multi CoS support.Manish Chopra2018-08-092-5/+9
* qed: qed_dev: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-071-2/+2
* qed: Add Multi-TC RoCE supportDenis Bolotin2018-08-073-32/+121
* qed: Add a flag which indicates if offload TC is setDenis Bolotin2018-08-074-7/+33
* qed: Add DCBX API - qed_dcbx_get_priority_tc()Denis Bolotin2018-08-072-0/+21
* qed: Make some functions staticYueHaibing2018-08-0112-38/+43
* qed: remove redundant functions qed_get_cm_pq_idx_rlYueHaibing2018-07-291-10/+0
* qed: remove redundant functions qed_set_gft_event_id_cm_hdrYueHaibing2018-07-291-13/+0
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-246-16/+27
|\
| * qed: Correct Multicast API to reflect existence of 256 approximate buckets.Sudarsana Reddy Kalluru2018-07-215-13/+17
| * qed: Fix possible race for the link state value.Sudarsana Reddy Kalluru2018-07-211-0/+1