aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-1/+1
2010-04-21IB/mlx4: Add support for masked atomic operationsVladimir Sokolovsky3-11/+48
2010-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2010-04-07IB/mlx4: Check correct variable for allocation failureDan Carpenter1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo7-0/+9
2010-03-01Merge branch 'misc' into for-nextRoland Dreier1-1/+1
2010-02-24IB/core: Fix and clean up ib_ud_header_init()Eli Cohen1-1/+1
2010-02-12IB/mlx4: Simplify retrieval of ib_deviceEli Cohen1-1/+1
2010-01-06IB/mlx4: Fix queue overflow check in post_recvOr Gerlitz1-1/+1
2010-01-06IB/mlx4: Initialize SRQ scatter entries when creating an SRQJack Morgenstein1-0/+6
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-14/+13
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-12IB/mlx4: Remove limitation on LSO header sizeEli Cohen2-13/+13
2009-11-12IB/mlx4: Remove unneeded codeEli Cohen1-1/+0
2009-09-10Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier3-9/+16
2009-09-05IB/mlx4: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein2-0/+7
2009-09-05IB/mlx4: Annotate CQ lockingRoland Dreier1-4/+8
2009-09-05IB: Use printk_once() for driver versionsMarcin Slusarz1-5/+1
2009-06-05IB/mlx4: Add strong ordering to local inval and fast reg work requestsJack Morgenstein1-0/+4
2009-05-07IB/mlx4: Don't overwrite fast registration page list when posting work requestJack Morgenstein3-3/+10
2009-03-30IB/mlx4: Use pgprot_writecombine() for BlueFlame pagesRoland Dreier1-2/+1
2009-03-24Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'mlx4', 'mthca', 'nes' and 'sysfs' into for-nextRoland Dreier3-20/+34
2009-03-18IB/mlx4: Unregister IB device prior to CLOSE PORT commandYevgeny Petrilin1-2/+3
2009-01-28IB/mlx4: Fix dispatch of IB_EVENT_LID_CHANGE eventMoni Shoua1-7/+20
2009-01-17IB: Remove __constant_{endian} usesHarvey Harrison1-11/+11
2009-01-16IB/mlx4: Fix memory ordering problem when posting LSO sendsRoland Dreier1-9/+19
2009-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-4/+9
2009-01-09IB/mlx4: Don't register IB device for adapters with no IB portsRoland Dreier1-4/+9
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-12-30IB/mlx4: Fix reading SL field out of cqe->sl_vidRoland Dreier1-1/+1
2008-12-24IB/mlx4: Set ownership bit correctly when copying CQEs during CQ resizeJack Morgenstein1-4/+6
2008-12-22mlx4_core: Add support for multiple completion event vectorsYevgeny Petrilin2-2/+2
2008-12-01IB/mlx4: Fix MTT leakage in resize CQJack Morgenstein1-0/+5
2008-11-05IB/mlx4: Set umem field to NULL in mlx4_ib_alloc_fast_reg_mr()Vladimir Sokolovsky1-0/+1
2008-10-22mlx4_core: Multiple port type supportYevgeny Petrilin3-5/+13
2008-10-10mlx4_core: Add QP range reservation supportYevgeny Petrilin1-2/+19
2008-10-08IB/mlx4: Set RLKEY bit for kernel QPsVladimir Sokolovsky1-0/+3
2008-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+6
2008-09-15IB/mlx4: Fix up fast register page list formatVladimir Sokolovsky1-0/+6
2008-08-27IB/mlx4: Actually return L_Key and R_Key for fast register MRsVladimir Sokolovsky1-0/+2
2008-08-07IB/mlx4: Allow 4K messages for UD QPsAlex Naslednikov1-1/+1
2008-08-06mlx4_core: Add ethernet fields to CQE structYevgeny Petrilin1-17/+16
2008-07-25mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver filesJack Morgenstein7-0/+7
2008-07-23IB/mlx4: Add support for memory management extensions and local DMA L_KeyRoland Dreier5-5/+175
2008-07-22IB/mlx4: Rename struct mlx4_lso_seg to mlx4_wqe_lso_segRoland Dreier1-1/+1
2008-07-14IB/mlx4: Use kzalloc() for new QPs so flags are initialized to 0Eli Cohen1-13/+2
2008-07-14IB/mlx4: Add support for blocking multicast loopback packetsRon Livne3-6/+25
2008-07-14IB/mlx4: Remove extra code for RESET->ERR QP state transitionRoland Dreier1-26/+0
2008-07-14IB/mlx4: Pass congestion management class MADs to the HCAEli Cohen1-1/+2
2008-07-14IB/mlx4: Configure QPs' max message size based on real device capabilityEli Cohen1-1/+2