summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)AuthorFilesLines
2019-03-23qed: Fix iWARP syn packet mac address validation.Michal Kalderon1-0/+9
2019-03-23qed: Fix iWARP buffer size provided for syn packet processing.Michal Kalderon2-7/+6
2019-03-14qede: Fix system crash on configuring channels.Sudarsana Reddy Kalluru3-0/+19
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-13net: netxen: fix a missing check and an uninitialized useKangjie Lu1-1/+2
2019-01-13qed: Fix an error code qed_ll2_start_xmit()Dan Carpenter1-0/+1
2019-01-09qed: Fix command number mismatch between driver and the mfwSudarsana Reddy Kalluru1-1/+2
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-13drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typoAndrew Morton1-1/+1
2018-12-13qed: Fix reading wrong value in loop conditionDenis Bolotin1-0/+2
2018-12-13qed: Fix rdma_info structure allocationMichal Kalderon3-25/+45
2018-12-13qed: Fix overriding offload_tc by protocols without APP TLVDenis Bolotin1-7/+7
2018-12-13qed: Fix PTT leak in qed_drain()Denis Bolotin1-1/+1
2018-11-27qed: Fix potential memory corruptionSagiv Ozeri1-7/+5
2018-11-27qed: Fix SPQ entries not returned to pool in error flowsDenis Bolotin8-15/+45
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-10-18net: qla3xxx: Remove overflowing shift statementNathan Chancellor1-2/+0
2018-10-16qed: fix spelling mistake "Ireelevant" -> "Irrelevant"Colin Ian King1-1/+1
2018-09-29qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh5-12/+17
2018-09-28qlogic: netxen: remove ndo_poll_controllerEric Dumazet1-23/+0
2018-09-28qlcnic: remove ndo_poll_controllerEric Dumazet1-45/+0
2018-09-28qed: Fix shmem structure inconsistency between driver and the mfw.Sudarsana Reddy Kalluru1-0/+1
2018-09-27qed: Avoid implicit enum conversion in qed_iwarp_parse_rx_pktNathan Chancellor1-2/+2
2018-09-27qed: Avoid constant logical operation warning in qed_vf_pf_acquireNathan Chancellor1-1/+0
2018-09-27qed: Avoid implicit enum conversion in qed_roce_mode_to_flavorNathan Chancellor1-11/+4
2018-09-27qed: Fix mask parameter in qed_vf_prep_tunn_req_tlvNathan Chancellor1-2/+2
2018-09-27qed: Avoid implicit enum conversion in qed_set_tunn_cls_infoNathan Chancellor1-1/+1
2018-09-27qed: fix spelling mistake "toogle" -> "toggle"Colin Ian King1-1/+1
2018-09-20qed: Add missing device config for RoCE EDPM in UFP mode.Sudarsana Reddy Kalluru3-22/+48
2018-09-20qed: Do not add VLAN 0 tag to untagged frames in multi-function mode.Sudarsana Reddy Kalluru2-1/+9
2018-09-20qed: Fix populating the invalid stag value in multi function mode.Sudarsana Reddy Kalluru2-1/+18
2018-08-26qed: fix spelling mistake "comparsion" -> "comparison"Colin Ian King1-1/+1
2018-08-26qlge: Fix netdev features configuration.Manish Chopra1-15/+8
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-4/+2
2018-08-20qed: Avoid sending mailbox commands when MFW is not responsiveTomer Tayar3-3/+56
2018-08-20qed: Prevent a possible deadlock during driver load and unloadTomer Tayar2-20/+44
2018-08-20qed: Wait for MCP halt and resume commands to take placeTomer Tayar2-8/+39
2018-08-20qed: Wait for ready indication before rereading the shmemTomer Tayar1-9/+41
2018-08-11qed/qede: qede_setup_tc() can be statickbuild test robot1-1/+1
2018-08-10ethernet/qlogic: remove unused array msi_tgt_statusColin Ian King1-7/+0
2018-08-10qede: Ingress tc flower offload (drop action) support.Manish Chopra4-11/+362