summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_int.c
Commit message (Expand)AuthorAgeFilesLines
* net/ethernet/qlogic/qed: force the string buffer NULL-terminatedWang Xiayang2019-08-031-1/+1
* qed: Modify api for performing a dmae to another PFMichal Kalderon2019-05-261-4/+4
* Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-13/+0Star
|\
| * drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-13/+0Star
* | qed: Fix the DORQ's attentions handlingDenis Bolotin2019-04-141-16/+45
* | qed: Fix missing DORQ attentionsDenis Bolotin2019-04-141-2/+18
* | qed: Delete redundant doorbell recovery typesDenis Bolotin2019-04-141-4/+2Star
|/
* qed: Revise load sequence to avoid PCI errorsTomer Tayar2019-01-281-62/+64
* qed: Use the doorbell overflow recovery mechanism in case of doorbell overflowAriel Elior2018-11-301-17/+135
* qed: Fix reading wrong value in loop conditionDenis Bolotin2018-11-131-0/+2
* qed: fix spelling mistake "Ireelevant" -> "Irrelevant"Colin Ian King2018-10-161-1/+1
* treewide: Fix typos in printkMasanari Iida2018-03-271-1/+1
* qed*: HSI renaming for different types of HWTomer Tayar2018-01-021-2/+2
* qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar2018-01-021-3/+3
* qed: Reset IGU CAM to default on initMintz, Yuval2017-06-011-2/+136
* qed: Hold a single array for SBsMintz, Yuval2017-06-011-10/+36
* qed: Provide auxiliary for getting free VF SBMintz, Yuval2017-06-011-0/+20
* qed: Remove assumption on SB order in IGUMintz, Yuval2017-06-011-49/+30Star
* qed: Encapsulate interrupt counters in structMintz, Yuval2017-06-011-11/+9Star
* qed: Add aux. function translating sb_id -> igu_sb_idMintz, Yuval2017-06-011-10/+21
* qed: Distinguish between sb_id and igu_sb_idMintz, Yuval2017-06-011-18/+21
* qed: IGU read revisedMintz, Yuval2017-06-011-129/+74Star
* qed: Minor refactoring in interrupt codeMintz, Yuval2017-06-011-3/+12
* qed: Make qed_int_cau_conf_pi() staticMintz, Yuval2017-06-011-34/+34
* qed: Mask parities after occuranceMintz, Yuval2017-05-301-13/+23
* qed: Print multi-bit attentions properlyMintz, Yuval2017-05-301-5/+33
* qed: Diffrentiate adapter-specific attentionsMintz, Yuval2017-05-301-11/+69
* qed: Get rid of the attention-arraysMintz, Yuval2017-05-301-1287/+25Star
* qed: Revise alloc/setup/free flowTomer Tayar2017-05-211-0/+3
* treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches2017-05-091-1/+1
* qed: Revise QM cofigurationAriel Elior2017-04-041-1/+2
* qed*: Update to dual-licenseMintz, Yuval2017-01-021-4/+28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-2/+2
|\
| * treewide: Fix printk() message errorsMasanari Iida2016-12-141-2/+2
* | qed: Use VF-queue featureMintz, Yuval2016-10-311-1/+31
|/
* qed: Remove OOM messagesJoe Perches2016-09-061-17/+6Star
* qed*: Add and modify some printsYuval Mintz2016-08-151-2/+6
* qed*: Trivial modificationsYuval Mintz2016-08-151-9/+2Star
* qed*: Semantic changesYuval Mintz2016-08-151-75/+38Star
* qed: Add support for coalescing config read/update.Sudarsana Reddy Kalluru2016-06-231-5/+70
* qed: Improve VF interrupt resetYuval Mintz2016-05-161-27/+32
* qed: Introduce VFsYuval Mintz2016-05-121-15/+86
* qed: initialize return rc to avoid returning garbageColin Ian King2016-03-301-1/+1
* qed: Print additional HW attention infoYuval Mintz2016-03-011-105/+421
* qed: Print HW attention reasonsYuval Mintz2016-03-011-107/+1436
* qed: Add support for HW attentionsYuval Mintz2016-03-011-40/+355
* qed: Semantic refactoring of interrupt codeYuval Mintz2016-03-011-67/+88
* qed: Handle possible race in SB configYuval Mintz2016-02-221-9/+9
* qed: Turn most GFP_ATOMIC into GFP_KERNELYuval Mintz2016-02-221-4/+4
* qed: Correct slowpath interrupt schemeSudarsana Kalluru2015-12-071-9/+24