summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_main.c
Commit message (Expand)AuthorAgeFilesLines
* qed: Add qed devlink parameters tableMichal Kalderon2019-05-261-0/+110
* qed*: Change hwfn used for sb initializationMichal Kalderon2019-05-261-20/+27
* qed: Fix missing DORQ attentionsDenis Bolotin2019-04-141-1/+1
* qed: Add API for SmartAN query.Sudarsana Reddy Kalluru2019-02-091-0/+2
* qed: Add infrastructure for error detection and recoveryTomer Tayar2019-01-281-0/+30
* qed: Expose the doorbell overflow recovery mechanism to the protocol driversAriel Elior2018-11-301-0/+2
* qed: Use the doorbell overflow recovery mechanism in case of doorbell overflowAriel Elior2018-11-301-2/+62
* qed: Add support for MBI upgrade over MFW.Sudarsana Reddy Kalluru2018-11-281-2/+11
* qed: Fix PTT leak in qed_drain()Denis Bolotin2018-11-131-1/+1
* qed: Prevent link getting down in case of autoneg-off.Rahul Verma2018-10-161-7/+33
* qed: Add supported link and advertise link to display in ethtool.Rahul Verma2018-10-161-51/+148
* qed: Align local and global PTT to propagate through the APIs.Rahul Verma2018-10-161-4/+18
* qed: Add driver support for 20G link speed.Sudarsana Reddy Kalluru2018-10-021-0/+11
* qed/qede: Multi CoS support.Manish Chopra2018-08-091-2/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-1/+1
|\
| * qed: fix spelling mistake "successffuly" -> "successfully"Ewan D. Milne2018-07-121-1/+1
* | qed: Add qed APIs for PHY module query.Sudarsana Reddy Kalluru2018-07-201-0/+23
|/
* qed: Limit msix vectors in kdump kernel to the minimum required count.Sudarsana Reddy Kalluru2018-07-021-0/+8
* qed: Add sanity check for SIMD fastpath handler.Sudarsana Reddy Kalluru2018-06-201-2/+10
* qed: Add srq core support for RoCE and iWARPYuval Bason2018-06-041-0/+2
* qed: Add driver infrastucture for handling mfw requests.Sudarsana Reddy Kalluru2018-05-231-1/+150
* qed: Add support for tlv request processing.Sudarsana Reddy Kalluru2018-05-231-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-121-1/+1
|\
| * qed: fix spelling mistake: "taskelt" -> "tasklet"Colin Ian King2018-05-101-1/+1
* | qed: Remove unused data member 'is_mf_default'.Sudarsana Reddy Kalluru2018-05-081-2/+0Star
* | qed*: Refactor mf_mode to consist of bits.Sudarsana Reddy Kalluru2018-05-081-2/+4
* | qed: Delete unused parameter p_ptt from mcp APIsDenis Bolotin2018-04-231-8/+1Star
|/
* qed: Adapter flash update support.Sudarsana Reddy Kalluru2018-03-291-0/+338
* qed: Read per queue coalesce from hardwareRahul Verma2017-07-271-7/+0Star
* qed: Add support for vf coalesce configuration.Rahul Verma2017-07-271-22/+2Star
* qed: Add support for Energy efficient ethernet.Sudarsana Reddy Kalluru2017-07-271-0/+19
* qed/qede: Add setter APIs support for RX flow classificationChopra, Manish2017-07-271-8/+0Star
* qed: Introduce iWARP personalityKalderon, Michal2017-07-031-9/+8Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-071-1/+2
|\
| * qed: Don't log missing periodic stats by defaultMintz, Yuval2017-05-301-1/+2
* | qed: VFs to try utilizing the doorbell barMintz, Yuval2017-06-051-8/+16
* | qed: Support NVM-image reading APIMintz, Yuval2017-06-021-0/+16
* | qed: Share additional information with qedfMintz, Yuval2017-06-021-0/+2
* | qed: Encapsulate interrupt counters in structMintz, Yuval2017-06-011-1/+1
* | qed: Replace set_id() api with set_name()Mintz, Yuval2017-05-241-6/+3Star
* | qed: Provide MBI information in dev_infoTomer Tayar2017-05-241-0/+3
* | qed: Flush slowpath tasklet on stopTomer Tayar2017-05-241-0/+14
* | qed: Remove unused including <linux/version.h>Wei Yongjun2017-05-181-1/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-101-2/+4
|\
| * qed: Fix VF removal sequenceMintz, Yuval2017-05-091-2/+4
* | treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches2017-05-091-1/+1
|/
* qed: Fix overriding of supported autoneg value.sudarsana.kalluru@cavium.com2017-05-041-1/+5
* qed*: Fix possible overflow for status block id field.sudarsana.kalluru@cavium.com2017-05-041-1/+1
* qed: Prevent warning without CONFIG_RFS_ACCELMintz, Yuval2017-05-011-0/+2
* qed: Acquire/release ptt_ptp lock when enabling/disabling PTP.sudarsana.kalluru@cavium.com2017-04-271-12/+0Star