Age | Commit message (Expand) | Author | Files | Lines |
2022-08-31 | net: ethernet: move from strlcpy with unused retval to strscpy |  Wolfram Sang | 1 | -1/+1 |
2022-07-01 | qlogic/qed: fix repeated words in comments |  Jilin Yuan | 1 | -1/+1 |
2021-12-03 | qed*: enhance tx timeout debug info |  Manish Chopra | 1 | -0/+22 |
2021-11-26 | net: qed: fix the array may be out of bound |  zhangyue | 1 | -3/+3 |
2021-10-04 | qed: Remove e4_ and _e4 from FW HSI |  Shai Malin | 1 | -2/+2 |
2021-08-25 | qed: Enable automatic recovery on error condition. |  Alok Prasad | 1 | -0/+10 |
2021-08-03 | qed: Skip DORQ attention handling during recovery |  Shai Malin | 1 | -1/+11 |
2020-09-14 | qed: convert tasklets to use new tasklet_setup() API |  Allen Pais | 1 | -24/+3 |
2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 1 | -22/+31 |
2020-07-21 | qed: suppress false-positives interrupt error messages on HW init |  Alexander Lobakin | 1 | -21/+29 |
2020-07-14 | qed: Disable "MFW indication via attention" SPAM every 5 minutes |  Laurence Oberman | 1 | -1/+2 |
2020-07-06 | net: qed: sanitize BE/LE data processing |  Alexander Lobakin | 1 | -35/+39 |
2020-07-06 | net: qed: address kernel-doc warnings |  Alexander Lobakin | 1 | -23/+26 |
2020-06-30 | net: qed: update copyright years |  Alexander Lobakin | 1 | -0/+1 |
2020-06-30 | net: qed: convert to SPDX License Identifiers |  Alexander Lobakin | 1 | -28/+1 |
2020-05-14 | net: qed: attention clearing properties |  Igor Russkikh | 1 | -4/+18 |
2020-05-14 | net: qed: invoke err notify on critical areas |  Igor Russkikh | 1 | -4/+16 |
2019-08-02 | net/ethernet/qlogic/qed: force the string buffer NULL-terminated |  Wang Xiayang | 1 | -1/+1 |
2019-05-26 | qed: Modify api for performing a dmae to another PF |  Michal Kalderon | 1 | -4/+4 |
2019-05-06 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -13/+0 |
2019-04-14 | qed: Fix the DORQ's attentions handling |  Denis Bolotin | 1 | -16/+45 |
2019-04-14 | qed: Fix missing DORQ attentions |  Denis Bolotin | 1 | -2/+18 |
2019-04-14 | qed: Delete redundant doorbell recovery types |  Denis Bolotin | 1 | -4/+2 |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() |  Will Deacon | 1 | -13/+0 |
2019-01-28 | qed: Revise load sequence to avoid PCI errors |  Tomer Tayar | 1 | -62/+64 |
2018-11-30 | qed: Use the doorbell overflow recovery mechanism in case of doorbell overflow |  Ariel Elior | 1 | -17/+135 |
2018-11-13 | qed: Fix reading wrong value in loop condition |  Denis Bolotin | 1 | -0/+2 |
2018-10-15 | qed: fix spelling mistake "Ireelevant" -> "Irrelevant" |  Colin Ian King | 1 | -1/+1 |
2018-03-27 | treewide: Fix typos in printk |  Masanari Iida | 1 | -1/+1 |
2018-01-02 | qed*: HSI renaming for different types of HW |  Tomer Tayar | 1 | -2/+2 |
2018-01-02 | qed*: Refactoring and rearranging FW API with no functional impact |  Tomer Tayar | 1 | -3/+3 |
2017-06-01 | qed: Reset IGU CAM to default on init |  Mintz, Yuval | 1 | -2/+136 |
2017-06-01 | qed: Hold a single array for SBs |  Mintz, Yuval | 1 | -10/+36 |
2017-06-01 | qed: Provide auxiliary for getting free VF SB |  Mintz, Yuval | 1 | -0/+20 |
2017-06-01 | qed: Remove assumption on SB order in IGU |  Mintz, Yuval | 1 | -49/+30 |
2017-06-01 | qed: Encapsulate interrupt counters in struct |  Mintz, Yuval | 1 | -11/+9 |
2017-06-01 | qed: Add aux. function translating sb_id -> igu_sb_id |  Mintz, Yuval | 1 | -10/+21 |
2017-06-01 | qed: Distinguish between sb_id and igu_sb_id |  Mintz, Yuval | 1 | -18/+21 |
2017-06-01 | qed: IGU read revised |  Mintz, Yuval | 1 | -129/+74 |
2017-06-01 | qed: Minor refactoring in interrupt code |  Mintz, Yuval | 1 | -3/+12 |
2017-06-01 | qed: Make qed_int_cau_conf_pi() static |  Mintz, Yuval | 1 | -34/+34 |
2017-05-30 | qed: Mask parities after occurance |  Mintz, Yuval | 1 | -13/+23 |
2017-05-30 | qed: Print multi-bit attentions properly |  Mintz, Yuval | 1 | -5/+33 |
2017-05-30 | qed: Diffrentiate adapter-specific attentions |  Mintz, Yuval | 1 | -11/+69 |
2017-05-30 | qed: Get rid of the attention-arrays |  Mintz, Yuval | 1 | -1287/+25 |
2017-05-21 | qed: Revise alloc/setup/free flow |  Tomer Tayar | 1 | -0/+3 |
2017-05-08 | treewide: spelling: correct diffrent[iate] and banlance typos |  Joe Perches | 1 | -1/+1 |
2017-04-03 | qed: Revise QM cofiguration |  Ariel Elior | 1 | -1/+2 |
2017-01-01 | qed*: Update to dual-license |  Mintz, Yuval | 1 | -4/+28 |
2016-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial |  Linus Torvalds | 1 | -2/+2 |