aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_spq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-02qed: Enhance rammod debug prints to provide pretty detailsPrabhakar Kushwaha1-11/+31
2021-10-04qed: Add '_GTT' suffix to the IRO RAM macrosPrabhakar Kushwaha1-2/+2
2021-10-04qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha1-27/+23
2021-10-04qed: Split huge qed_hsi.h header fileOmkar Kulkarni1-0/+1
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin1-4/+4
2020-07-22qed: simplify chain allocation with init params structAlexander Lobakin1-33/+57
2020-07-06net: qed: address kernel-doc warningsAlexander Lobakin1-8/+8
2020-06-30net: qed: update copyright yearsAlexander Lobakin1-0/+1
2020-06-30net: qed: convert to SPDX License IdentifiersAlexander Lobakin1-28/+1
2020-05-14net: qed: invoke err notify on critical areasIgor Russkikh1-6/+10
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-3/+0
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+7
2019-02-06qed: Fix EQ full firmware assert.Manish Chopra1-8/+7
2019-01-28qed: Add infrastructure for error detection and recoveryTomer Tayar1-0/+22
2018-11-30qed: Register slowpath queue doorbell with doorbell overflow recovery mechanismAriel Elior1-12/+35
2018-11-08qed: Fix potential memory corruptionSagiv Ozeri1-7/+5
2018-11-08qed: Fix blocking/unlimited SPQ entries leakDenis Bolotin1-27/+30
2018-09-26net: qed: list usage cleanupzhong jiang1-2/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2018-01-16qed: Fix potential use-after-free in qed_spq_post()Roland Dreier1-1/+7
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar1-4/+4
2017-12-04drivers/net/ethernet/qlogic/qed: Fix __qed_spq_block() orderingPaul E. McKenney1-3/+1
2017-06-21qed: Split rdma content between qed_rdma and qed_roceKalderon, Michal1-1/+1
2017-06-20qed: SPQ async callback registrationMichal Kalderon1-24/+30
2017-06-20qed: Chain support for external PBLMintz, Yuval1-3/+3
2017-05-21qed: Revise alloc/setup/free flowTomer Tayar1-23/+31
2017-04-06qed: Don't use main-ptt in unrelated flowsRahul Verma1-5/+15
2017-04-03qed: Revise QM cofigurationAriel Elior1-9/+6
2017-03-13qed*: Utilize Firmware 8.15.3.0Mintz, Yuval1-9/+4
2017-01-01qed*: Update to dual-licenseMintz, Yuval1-4/+28
2016-12-02qed: Add iSCSI out of order packet handling.Yuval Mintz1-0/+9
2016-12-02qed: Add support for hardware offloaded iSCSI.Yuval Mintz1-0/+15
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2016-10-14qed: Fix possible race when reading firmware return code.Manish Chopra1-6/+6
2016-10-14qed: Allow chance for fast ramrod completionsYuval Mintz1-26/+59
2016-10-14qed*: Fix Kconfig dependencies with INFINIBAND_QEDRYuval Mintz1-4/+0
2016-10-03qed: Add support for RoCE hw initRam Amrani1-0/+8
2016-09-06qed: Remove OOM messagesJoe Perches1-21/+7
2016-08-15qed*: Add and modify some printsYuval Mintz1-2/+9
2016-08-15qed*: Semantic changesYuval Mintz1-54/+30
2016-07-25qed: Fix setting/clearing bit in completion bitmapManish Chopra1-4/+3
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+21
2016-06-29qed: Protect the doorbell BAR with the write barriers.Sudarsana Reddy Kalluru1-7/+3
2016-06-19qed: Fix returning unlimited SPQ entriesYuval Mintz1-3/+18
2016-06-03qed: Revisit chain implementationYuval Mintz1-17/+23
2016-05-12qed: Introduce VFsYuval Mintz1-0/+3
2016-05-12qed: Add VF->PF channel infrastructureYuval Mintz1-4/+12
2016-02-21qed: Introduce DMA_REGPAIR_LEYuval Mintz1-6/+3