aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_int.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-02net/ethernet/qlogic/qed: force the string buffer NULL-terminatedWang Xiayang1-1/+1
2019-05-26qed: Modify api for performing a dmae to another PFMichal Kalderon1-4/+4
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-13/+0
2019-04-14qed: Fix the DORQ's attentions handlingDenis Bolotin1-16/+45
2019-04-14qed: Fix missing DORQ attentionsDenis Bolotin1-2/+18
2019-04-14qed: Delete redundant doorbell recovery typesDenis Bolotin1-4/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-13/+0
2019-01-28qed: Revise load sequence to avoid PCI errorsTomer Tayar1-62/+64
2018-11-30qed: Use the doorbell overflow recovery mechanism in case of doorbell overflowAriel Elior1-17/+135
2018-11-13qed: Fix reading wrong value in loop conditionDenis Bolotin1-0/+2
2018-10-15qed: fix spelling mistake "Ireelevant" -> "Irrelevant"Colin Ian King1-1/+1
2018-03-27treewide: Fix typos in printkMasanari Iida1-1/+1
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar1-2/+2
2018-01-02qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar1-3/+3
2017-06-01qed: Reset IGU CAM to default on initMintz, Yuval1-2/+136
2017-06-01qed: Hold a single array for SBsMintz, Yuval1-10/+36
2017-06-01qed: Provide auxiliary for getting free VF SBMintz, Yuval1-0/+20
2017-06-01qed: Remove assumption on SB order in IGUMintz, Yuval1-49/+30
2017-06-01qed: Encapsulate interrupt counters in structMintz, Yuval1-11/+9
2017-06-01qed: Add aux. function translating sb_id -> igu_sb_idMintz, Yuval1-10/+21
2017-06-01qed: Distinguish between sb_id and igu_sb_idMintz, Yuval1-18/+21
2017-06-01qed: IGU read revisedMintz, Yuval1-129/+74
2017-06-01qed: Minor refactoring in interrupt codeMintz, Yuval1-3/+12
2017-06-01qed: Make qed_int_cau_conf_pi() staticMintz, Yuval1-34/+34
2017-05-30qed: Mask parities after occuranceMintz, Yuval1-13/+23
2017-05-30qed: Print multi-bit attentions properlyMintz, Yuval1-5/+33
2017-05-30qed: Diffrentiate adapter-specific attentionsMintz, Yuval1-11/+69
2017-05-30qed: Get rid of the attention-arraysMintz, Yuval1-1287/+25
2017-05-21qed: Revise alloc/setup/free flowTomer Tayar1-0/+3
2017-05-08treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches1-1/+1
2017-04-03qed: Revise QM cofigurationAriel Elior1-1/+2
2017-01-01qed*: Update to dual-licenseMintz, Yuval1-4/+28
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-2/+2
2016-10-31qed: Use VF-queue featureMintz, Yuval1-1/+31
2016-09-06qed: Remove OOM messagesJoe Perches1-17/+6
2016-08-15qed*: Add and modify some printsYuval Mintz1-2/+6
2016-08-15qed*: Trivial modificationsYuval Mintz1-9/+2
2016-08-15qed*: Semantic changesYuval Mintz1-75/+38
2016-06-23qed: Add support for coalescing config read/update.Sudarsana Reddy Kalluru1-5/+70
2016-05-16qed: Improve VF interrupt resetYuval Mintz1-27/+32
2016-05-12qed: Introduce VFsYuval Mintz1-15/+86
2016-03-30qed: initialize return rc to avoid returning garbageColin Ian King1-1/+1
2016-03-01qed: Print additional HW attention infoYuval Mintz1-105/+421
2016-03-01qed: Print HW attention reasonsYuval Mintz1-107/+1436
2016-03-01qed: Add support for HW attentionsYuval Mintz1-40/+355
2016-03-01qed: Semantic refactoring of interrupt codeYuval Mintz1-67/+88
2016-02-21qed: Handle possible race in SB configYuval Mintz1-9/+9
2016-02-21qed: Turn most GFP_ATOMIC into GFP_KERNELYuval Mintz1-4/+4
2015-12-07qed: Correct slowpath interrupt schemeSudarsana Kalluru1-9/+24