summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qed: Avoid implicit enum conversion in qed_roce_mode_to_flavorNathan Chancellor2018-11-041-11/+4
* qed: Fix mask parameter in qed_vf_prep_tunn_req_tlvNathan Chancellor2018-11-041-2/+2
* qed: Avoid implicit enum conversion in qed_set_tunn_cls_infoNathan Chancellor2018-11-041-1/+1
* qed: Do not add VLAN 0 tag to untagged frames in multi-function mode.Sudarsana Reddy Kalluru2018-10-202-1/+9
* qed: Fix populating the invalid stag value in multi function mode.Sudarsana Reddy Kalluru2018-10-202-1/+18
* qed: Fix shmem structure inconsistency between driver and the mfw.Sudarsana Reddy Kalluru2018-10-181-0/+1
* qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh2018-10-185-12/+17
* qed: Avoid sending mailbox commands when MFW is not responsiveTomer Tayar2018-10-033-3/+56
* qed: Prevent a possible deadlock during driver load and unloadTomer Tayar2018-10-032-20/+44
* qed: Wait for MCP halt and resume commands to take placeTomer Tayar2018-10-032-8/+39
* qed: Wait for ready indication before rereading the shmemTomer Tayar2018-10-031-9/+41
* qlge: Fix netdev features configuration.Manish Chopra2018-09-151-15/+8
* 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
* qed: Fix link flap issue due to mismatching EEE capabilities.Sudarsana Reddy Kalluru2018-07-211-3/+9
* qlogic: check kstrtoul() for errorsDan Carpenter2018-07-131-0/+2
* qed: fix spelling mistake "successffuly" -> "successfully"Ewan D. Milne2018-07-121-1/+1
* qed: off by one in qed_parse_mcp_trace_buf()Dan Carpenter2018-07-051-1/+1
* qed: Fix reading stale configuration informationDenis Bolotin2018-07-052-12/+28
* qede: Adverstise software timestamp caps when PHC is not available.Sudarsana Reddy Kalluru2018-07-021-2/+8
* qed: Fix use of incorrect size in memcpy call.Sudarsana Reddy Kalluru2018-07-021-4/+4
* qed: Fix setting of incorrect eswitch mode.Sudarsana Reddy Kalluru2018-07-022-3/+18
* qed: Limit msix vectors in kdump kernel to the minimum required count.Sudarsana Reddy Kalluru2018-07-021-0/+8
* qed: Do not advertise DCBX_LLD_MANAGED capability.Sudarsana Reddy Kalluru2018-06-201-7/+4
* qed: Add sanity check for SIMD fastpath handler.Sudarsana Reddy Kalluru2018-06-201-2/+10
* qed: Fix possible memory leak in Rx error path handling.Sudarsana Reddy Kalluru2018-06-201-2/+9
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-124-7/+10
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-126-21/+24
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-4/+5
* qed*: Utilize FW 8.37.2.0Michal Kalderon2018-06-0512-435/+662
* qed: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-06-041-4/+3
* qed: Add srq core support for RoCE and iWARPYuval Bason2018-06-048-7/+223
* qed: Fix use of incorrect shmem address.Sudarsana Reddy Kalluru2018-06-041-2/+3
* qed: Fix shared memory inconsistency between driver and the MFW.Sudarsana Reddy Kalluru2018-06-041-0/+1
* qed*: Add link change count value to ethtool statistics display.Sudarsana Reddy Kalluru2018-05-314-2/+14
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-303-7/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-1/+1
|\
| * qed: Fix mask for physical address in ILT entryShahed Shaikh2018-05-221-1/+1
* | qed*: Support drop action classificationManish Chopra2018-05-255-15/+37
* | qede: Support flow classification to the VFs.Manish Chopra2018-05-251-4/+30
* | qed*: Support other classification modes.Manish Chopra2018-05-252-2/+31
* | qede: Validate unsupported configurationsManish Chopra2018-05-251-0/+73
* | qede: Refactor ethtool rx classification flow.Manish Chopra2018-05-251-182/+330
* | qede: Add support for populating ethernet TLVs.Sudarsana Reddy Kalluru2018-05-221-0/+101
* | qed: Add driver infrastucture for handling mfw requests.Sudarsana Reddy Kalluru2018-05-223-1/+160
* | qed: Add support for processing iscsi tlv request.Sudarsana Reddy Kalluru2018-05-222-1/+134
* | qed: Add support for processing fcoe tlv request.Sudarsana Reddy Kalluru2018-05-222-1/+831
* | qed: Add support for tlv request processing.Sudarsana Reddy Kalluru2018-05-225-1/+443
* | qed: Add MFW interfaces for TLV request support.Sudarsana Reddy Kalluru2018-05-221-0/+231
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-2/+1
|\|