summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qlogic: netxen: remove various redundant variablesColin Ian King2018-07-052-11/+3Star
* qed: remove redundant pointer 'name'Colin Ian King2018-07-041-2/+0Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-035-9/+38
|\
| * 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
* | net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-1/+1
|/
* qed: Do not advertise DCBX_LLD_MANAGED capability.Sudarsana Reddy Kalluru2018-06-201-7/+4Star
* 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-134-7/+10
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-136-21/+24
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-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/+3Star
* 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/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-271-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-231-0/+101
* | qed: Add driver infrastucture for handling mfw requests.Sudarsana Reddy Kalluru2018-05-233-1/+160
* | qed: Add support for processing iscsi tlv request.Sudarsana Reddy Kalluru2018-05-232-1/+134
* | qed: Add support for processing fcoe tlv request.Sudarsana Reddy Kalluru2018-05-232-1/+831
* | qed: Add support for tlv request processing.Sudarsana Reddy Kalluru2018-05-235-1/+443
* | qed: Add MFW interfaces for TLV request support.Sudarsana Reddy Kalluru2018-05-231-0/+231
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-2/+1Star
|\|
| * qed: Fix LL2 race during connection terminateMichal Kalderon2018-05-161-10/+14
| * qed: Fix possibility of list corruption during rmmod flowsMichal Kalderon2018-05-161-1/+10
| * qed: LL2 flush isles when connection is closedMichal Kalderon2018-05-161-0/+26
| * qede: Fix ref-cnt usage countMichal Kalderon2018-05-141-2/+1Star
* | qede: Add build_skb() support.Manish Chopra2018-05-174-174/+137Star
* | qed: Fix LL2 race during connection terminateMichal Kalderon2018-05-161-10/+14
* | qed: Fix possibility of list corruption during rmmod flowsMichal Kalderon2018-05-161-1/+10
* | qed: LL2 flush isles when connection is closedMichal Kalderon2018-05-161-0/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-123-6/+4Star
|\|
| * qed: fix spelling mistake: "taskelt" -> "tasklet"Colin Ian King2018-05-101-1/+1
| * qede: Fix gfp flags sent to rdma event node allocationMichal Kalderon2018-05-101-1/+1
| * qed: Fix l2 initializations over iWARP personalityMichal Kalderon2018-05-101-4/+2Star
* | qed: Add support for Unified Fabric Port.Sudarsana Reddy Kalluru2018-05-0810-22/+267
* | qed: Add support for multi function mode with 802.1ad tagging.Sudarsana Reddy Kalluru2018-05-082-20/+49
* | qed: Remove unused data member 'is_mf_default'.Sudarsana Reddy Kalluru2018-05-081-2/+0Star