summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_cxt.c
Commit message (Expand)AuthorAgeFilesLines
* qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu2023-12-121-0/+1
* qed: Use the bitmap API to simplify some functionsChristophe JAILLET2021-11-221-19/+5
* qed: Remove e4_ and _e4 from FW HSIShai Malin2021-10-041-8/+8
* RDMA/qed: Use accurate error num in qed_cxt_dynamic_ilt_allocPrabhakar Kushwaha2021-07-301-2/+2
* qed: Add NVMeTCP Offload PF Level FW and HW HSIShai Malin2021-06-031-2/+25
* qed: Add TCP_ULP FW resource layoutOmkar Kulkarni2021-06-031-9/+9
* qed: fix ILT configuration of SRC blockDmitry Bogdanov2020-11-171-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-2/+2
|\
| * qed: suppress "don't support RoCE & iWARP" flooding on HW initAlexander Lobakin2020-07-211-2/+2
* | qed: Fix ILT and XRCD bitmap memory leaksYuval Basson2020-07-211-0/+5
* | net: qed: sanitize BE/LE data processingAlexander Lobakin2020-07-061-4/+7
* | net: qed: use ptr shortcuts to dedup field accessing in some partsAlexander Lobakin2020-07-061-1/+4
* | net: qed: improve indentation of some parts of codeAlexander Lobakin2020-07-061-2/+2
* | net: qed: update copyright yearsAlexander Lobakin2020-06-301-0/+1
* | net: qed: convert to SPDX License IdentifiersAlexander Lobakin2020-06-301-28/+1
|/
* net: qed: reset ILT block sizes before recomputing to fix crashesAlexander Lobakin2020-06-231-0/+19
* net: qed: fix excessive QM ILT lines consumptionAlexander Lobakin2020-06-231-1/+1
* qed: changes to ILT to support XRCYuval Basson2020-05-211-10/+50
* qed: Remove set but not used variable 'p_link'YueHaibing2020-02-041-3/+0
* qed: Debug feature: ilt and mdumpMichal Kalderon2020-01-271-195/+162
* qed: FW 8.42.2.0 Queue Manager changesMichal Kalderon2020-01-271-1/+0
* qed: Modify api for performing a dmae to another PFMichal Kalderon2019-05-261-2/+3
* qed: fix indentation issue with statements in an if-blockColin Ian King2019-02-131-6/+6
* qed: Mark expected switch fall-throughGustavo A. R. Silva2019-01-231-0/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-8/+8
* qed: remove duplicated include from qed_cxt.cYueHaibing2018-09-171-1/+0
* qed: Make some functions staticYueHaibing2018-08-011-1/+1
* qed: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-06-041-4/+3
* qed: Add srq core support for RoCE and iWARPYuval Bason2018-06-041-2/+3
* qed: Fix mask for physical address in ILT entryShahed Shaikh2018-05-221-1/+1
* qed: Free RoCE ILT Memory on rmmod qedrMichal Kalderon2018-03-071-1/+4
* qed: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-7/+5
* qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-021-5/+10
* qed*: HSI renaming for different types of HWTomer Tayar2018-01-021-8/+8
* qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar2018-01-021-3/+3
* qed: Add iWARP enablement supportMichal Kalderon2017-09-261-0/+6
* qed: Add iWARP protocol support in context allocationKalderon, Michal2017-07-031-2/+11
* qed: Introduce iWARP personalityKalderon, Michal2017-07-031-4/+4
* qed: Multiple qzone queues for VFsMintz, Yuval2017-06-041-2/+6
* qed: Add bitmaps for VF CIDsMintz, Yuval2017-06-041-59/+163
* qed: Tell QM the number of tasksMintz, Yuval2017-05-091-0/+1
* qed: aRFS infrastructure supportChopra, Manish2017-04-171-3/+10
* qed: Don't use main-ptt in unrelated flowsRahul Verma2017-04-061-4/+4
* qed: Manage with less memory regions for RoCERam Amrani2017-04-031-29/+84
* qed: RoCE doesn't need to use SRCMintz, Yuval2017-04-031-2/+1
* qed: Correct TM ILT lines in presence of VFsMintz, Yuval2017-04-031-1/+1
* qed: Fix TM block ILT allocationMichal Kalderon2017-04-031-7/+25
* qed: Revise QM cofigurationAriel Elior2017-04-031-10/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-1/+2
|\