summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qed: iWARP - Fix tc for MPA ll2 connectionMichal Kalderon2019-07-261-0/+2
* qed: Set the doorbell address correctlyMichal Kalderon2019-07-262-12/+19
* qede: fix write to free'd pointer error and double free of ptpColin Ian King2019-05-161-4/+3Star
* 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: Fix iWARP buffer size provided for syn packet processing.Michal Kalderon2019-03-232-7/+6Star
* qede: Fix system crash on configuring channels.Sudarsana Reddy Kalluru2019-03-133-0/+19
* 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
* net: netxen: fix a missing check and an uninitialized useKangjie Lu2019-01-131-1/+2
* 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/+5Star
* 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
* net: qla3xxx: Remove overflowing shift statementNathan Chancellor2018-10-181-2/+0Star
* qed: fix spelling mistake "Ireelevant" -> "Irrelevant"Colin Ian King2018-10-161-1/+1
* qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh2018-09-295-12/+17
* qlogic: netxen: remove ndo_poll_controllerEric Dumazet2018-09-281-23/+0Star
* qlcnic: remove ndo_poll_controllerEric Dumazet2018-09-281-45/+0Star
* 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-271-2/+2
* qed: Avoid constant logical operation warning in qed_vf_pf_acquireNathan Chancellor2018-09-271-1/+0Star
* qed: Avoid implicit enum conversion in qed_roce_mode_to_flavorNathan Chancellor2018-09-271-11/+4Star
* qed: Fix mask parameter in qed_vf_prep_tunn_req_tlvNathan Chancellor2018-09-271-2/+2
* qed: Avoid implicit enum conversion in qed_set_tunn_cls_infoNathan Chancellor2018-09-271-1/+1
* qed: fix spelling mistake "toogle" -> "toggle"Colin Ian King2018-09-271-1/+1
* qed: Add missing device config for RoCE EDPM in UFP mode.Sudarsana Reddy Kalluru2018-09-203-22/+48
* qed: Do not add VLAN 0 tag to untagged frames in multi-function mode.Sudarsana Reddy Kalluru2018-09-202-1/+9
* qed: Fix populating the invalid stag value in multi function mode.Sudarsana Reddy Kalluru2018-09-202-1/+18
* qed: fix spelling mistake "comparsion" -> "comparison"Colin Ian King2018-08-261-1/+1
* qlge: Fix netdev features configuration.Manish Chopra2018-08-261-15/+8Star
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-4/+2Star
* 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