aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09qed/qede: Multi CoS support.Manish Chopra2-5/+9
2018-08-07qed: qed_dev: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-08-07qed: Add Multi-TC RoCE supportDenis Bolotin3-32/+121
2018-08-07qed: Add a flag which indicates if offload TC is setDenis Bolotin4-7/+33
2018-08-07qed: Add DCBX API - qed_dcbx_get_priority_tc()Denis Bolotin2-0/+21
2018-08-01qed: Make some functions staticYueHaibing12-38/+43
2018-07-29qed: remove redundant functions qed_get_cm_pq_idx_rlYueHaibing1-10/+0
2018-07-29qed: remove redundant functions qed_set_gft_event_id_cm_hdrYueHaibing1-13/+0
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-16/+27
2018-07-21qed: Correct Multicast API to reflect existence of 256 approximate buckets.Sudarsana Reddy Kalluru5-13/+17
2018-07-21qed: Fix possible race for the link state value.Sudarsana Reddy Kalluru1-0/+1
2018-07-21qed: Fix link flap issue due to mismatching EEE capabilities.Sudarsana Reddy Kalluru1-3/+9
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller4-14/+30
2018-07-19qed: Add qed APIs for PHY module query.Sudarsana Reddy Kalluru4-0/+104
2018-07-12qed: fix spelling mistake "successffuly" -> "successfully"Ewan D. Milne1-1/+1
2018-07-05qed: off by one in qed_parse_mcp_trace_buf()Dan Carpenter1-1/+1
2018-07-05qed: Fix reading stale configuration informationDenis Bolotin2-12/+28
2018-07-04qed: remove redundant pointer 'name'Colin Ian King1-2/+0
2018-07-02qed: Fix use of incorrect size in memcpy call.Sudarsana Reddy Kalluru1-4/+4
2018-07-02qed: Fix setting of incorrect eswitch mode.Sudarsana Reddy Kalluru2-3/+18
2018-07-02qed: Limit msix vectors in kdump kernel to the minimum required count.Sudarsana Reddy Kalluru1-0/+8
2018-06-20qed: Do not advertise DCBX_LLD_MANAGED capability.Sudarsana Reddy Kalluru1-7/+4
2018-06-20qed: Add sanity check for SIMD fastpath handler.Sudarsana Reddy Kalluru1-2/+10
2018-06-20qed: Fix possible memory leak in Rx error path handling.Sudarsana Reddy Kalluru1-2/+9
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook4-13/+14
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2018-06-05qed*: Utilize FW 8.37.2.0Michal Kalderon12-435/+662
2018-06-04qed: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-4/+3
2018-06-04qed: Add srq core support for RoCE and iWARPYuval Bason8-7/+223
2018-06-04qed: Fix use of incorrect shmem address.Sudarsana Reddy Kalluru1-2/+3
2018-06-04qed: Fix shared memory inconsistency between driver and the MFW.Sudarsana Reddy Kalluru1-0/+1
2018-05-31qed*: Add link change count value to ethtool statistics display.Sudarsana Reddy Kalluru1-2/+10
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-1/+1
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-25qed*: Support drop action classificationManish Chopra1-15/+20
2018-05-25qed*: Support other classification modes.Manish Chopra1-0/+2
2018-05-22qed: Add driver infrastucture for handling mfw requests.Sudarsana Reddy Kalluru3-1/+160
2018-05-22qed: Add support for processing iscsi tlv request.Sudarsana Reddy Kalluru2-1/+134
2018-05-22qed: Add support for processing fcoe tlv request.Sudarsana Reddy Kalluru2-1/+831
2018-05-22qed: Add support for tlv request processing.Sudarsana Reddy Kalluru5-1/+443
2018-05-22qed: Add MFW interfaces for TLV request support.Sudarsana Reddy Kalluru1-0/+231
2018-05-22qed: Fix mask for physical address in ILT entryShahed Shaikh1-1/+1
2018-05-16qed: Fix LL2 race during connection terminateMichal Kalderon1-10/+14
2018-05-16qed: Fix possibility of list corruption during rmmod flowsMichal Kalderon1-1/+10
2018-05-16qed: LL2 flush isles when connection is closedMichal Kalderon1-0/+26