summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed
Commit message (Expand)AuthorAgeFilesLines
* 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-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-124-13/+14
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-3/+3
* 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-311-2/+10
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-1/+1
* 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: 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
* | qed*: Support drop action classificationManish Chopra2018-05-251-15/+20
* | qed*: Support other classification modes.Manish Chopra2018-05-251-0/+2
* | 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
* | 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-112-5/+3
|\ \ | |/
| * qed: fix spelling mistake: "taskelt" -> "tasklet"Colin Ian King2018-05-101-1/+1
| * qed: Fix l2 initializations over iWARP personalityMichal Kalderon2018-05-101-4/+2
* | qed: Add support for Unified Fabric Port.Sudarsana Reddy Kalluru2018-05-0710-22/+267
* | qed: Add support for multi function mode with 802.1ad tagging.Sudarsana Reddy Kalluru2018-05-072-20/+49
* | qed: Remove unused data member 'is_mf_default'.Sudarsana Reddy Kalluru2018-05-071-2/+0
* | qed*: Refactor mf_mode to consist of bits.Sudarsana Reddy Kalluru2018-05-076-43/+68
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-042-2/+2
|\ \ | |/
| * qed: fix spelling mistake: "offloded" -> "offloaded"Colin Ian King2018-05-031-1/+1
| * qed: fix spelling mistake: "checksumed" -> "checksummed"Colin Ian King2018-04-301-1/+1
* | qed: Fix copying 2 stringsDenis Bolotin2018-04-241-2/+3
* | qed: Add configuration information to register dump and debug dataDenis Bolotin2018-04-233-5/+136
* | qed: Delete unused parameter p_ptt from mcp APIsDenis Bolotin2018-04-233-13/+2
* | qed* : Add new TLV to request PF to update MAC in bulletin boardShahed Shaikh2018-04-204-0/+106
* | qed* : use trust mode to allow VF to override forced MACShahed Shaikh2018-04-201-16/+194
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\
| * treewide: Fix typos in printkMasanari Iida2018-03-271-1/+1
* | qed: Adapter flash update support.Sudarsana Reddy Kalluru2018-03-291-0/+338
* | qed: Add APIs for flash access.Sudarsana Reddy Kalluru2018-03-294-1/+168
* | qed: Fix PTT entry leak in the selftest error flow.Sudarsana Reddy Kalluru2018-03-291-1/+2
* | qed: Populate nvm image attribute shadow.Sudarsana Reddy Kalluru2018-03-295-38/+120
* | qed*: Utilize FW 8.33.11.0Michal Kalderon2018-03-297-999/+1155
OpenPOWER on IntegriCloud