aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-18qed: Fix -Wmaybe-uninitialized false positiveArnd Bergmann1-0/+1
2019-05-30qed: Fix static checker warningMichal Kalderon1-12/+12
2019-05-29qed: fix spelling mistake "inculde" -> "include"Colin Ian King1-1/+1
2019-05-26qed: Set the doorbell address correctlyMichal Kalderon1-11/+18
2019-05-26qed: Add llh ppfid interface and 100g support for offload protocolsMichal Kalderon1-263/+983
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-51/+34
2019-04-14qed: Fix the doorbell address sanity checkDenis Bolotin1-8/+8
2019-04-14qed: Delete redundant doorbell recovery typesDenis Bolotin1-43/+26
2019-03-20qed: Define new MF bit for no_vlan configSudarsana Reddy Kalluru1-2/+4
2019-02-21qed: Read device port count from the shmemSudarsana Reddy Kalluru1-60/+35
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2019-01-28qed: Fix stack out of bounds bugManish Chopra1-4/+4
2019-01-28qed: Add infrastructure for error detection and recoveryTomer Tayar1-14/+27
2019-01-28qed: Revise load sequence to avoid PCI errorsTomer Tayar1-49/+68
2018-12-04qed: fix spelling mistake "Dispalying" -> "Displaying"Colin Ian King1-1/+1
2018-11-30qed: Use the doorbell overflow recovery mechanism in case of doorbell overflowAriel Elior1-3/+11
2018-11-30qed: Add doorbell overflow recovery mechanismAriel Elior1-0/+320
2018-11-19qed: Fix QM getters to always return a valid pqDenis Bolotin1-4/+20
2018-11-19qed: Fix bitmap_weight() checkDenis Bolotin1-1/+4
2018-11-13qed: Fix rdma_info structure allocationMichal Kalderon1-4/+11
2018-10-02qed: Add driver support for 20G link speed.Sudarsana Reddy Kalluru1-0/+3
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+14
2018-09-19qed: Fix populating the invalid stag value in multi function mode.Sudarsana Reddy Kalluru1-1/+14
2018-09-06qed*: Utilize FW 8.37.7.0Denis Bolotin1-0/+11
2018-08-07qed: qed_dev: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-08-07qed: Add Multi-TC RoCE supportDenis Bolotin1-14/+75
2018-08-07qed: Add a flag which indicates if offload TC is setDenis Bolotin1-5/+27
2018-08-01qed: Make some functions staticYueHaibing1-5/+5
2018-07-29qed: remove redundant functions qed_get_cm_pq_idx_rlYueHaibing1-10/+0
2018-07-02qed: Fix setting of incorrect eswitch mode.Sudarsana Reddy Kalluru1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-8/+8
2018-06-05qed*: Utilize FW 8.37.2.0Michal Kalderon1-1/+1
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-1/+1
2018-05-07qed: Add support for Unified Fabric Port.Sudarsana Reddy Kalluru1-6/+26
2018-05-07qed: Add support for multi function mode with 802.1ad tagging.Sudarsana Reddy Kalluru1-20/+44
2018-05-07qed*: Refactor mf_mode to consist of bits.Sudarsana Reddy Kalluru1-20/+19
2018-03-29qed: Populate nvm image attribute shadow.Sudarsana Reddy Kalluru1-1/+23
2018-03-29qed*: Utilize FW 8.33.11.0Michal Kalderon1-1/+3
2018-03-23qed: Use true and false for boolean valuesGustavo A. R. Silva1-5/+5
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar1-3/+8
2018-01-02qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar1-2/+2
2017-07-27qed: Add support for vf coalesce configuration.Rahul Verma1-24/+49
2017-07-27qed: Add support for Energy efficient ethernet.Sudarsana Reddy Kalluru1-4/+68
2017-07-03qed: Add iWARP support for physical queue allocationKalderon, Michal1-0/+4
2017-07-03qed: iWARP CM add passive side connectKalderon, Michal1-0/+11
2017-07-03qed: Implement iWARP initialization, teardown and qp operationsKalderon, Michal1-1/+8
2017-07-03qed: Introduce iWARP personalityKalderon, Michal1-7/+5
2017-06-21qed: Split rdma content between qed_rdma and qed_roceKalderon, Michal1-1/+1
2017-06-20qed: Chain support for external PBLMintz, Yuval1-9/+26
2017-06-04qed: VFs to try utilizing the doorbell barMintz, Yuval1-7/+1