summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx4
AgeCommit message (Expand)AuthorFilesLines
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/rol...Linus 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-11Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and...Roland Dreier3-9/+16
2009-09-06IB/mlx4: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein2-0/+7
2009-09-06IB/mlx4: Annotate CQ lockingRoland Dreier1-4/+8
2009-09-06IB: 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-08IB/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-25Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'm...Roland Dreier3-20/+34
2009-03-19IB/mlx4: Unregister IB device prior to CLOSE PORT commandYevgeny Petrilin1-2/+3
2009-01-29IB/mlx4: Fix dispatch of IB_EVENT_LID_CHANGE eventMoni Shoua1-7/+20
2009-01-18IB: 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/rol...Linus Torvalds1-4/+9
2009-01-10IB/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-31IB/mlx4: Fix reading SL field out of cqe->sl_vidRoland Dreier1-1/+1
2008-12-25IB/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-23mlx4_core: Multiple port type supportYevgeny Petrilin3-5/+13
2008-10-10mlx4_core: Add QP range reservation supportYevgeny Petrilin1-2/+19
2008-10-09IB/mlx4: Set RLKEY bit for kernel QPsVladimir Sokolovsky1-0/+3
2008-09-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-0/+6
2008-09-16IB/mlx4: Fix up fast register page list formatVladimir Sokolovsky1-0/+6
2008-08-28IB/mlx4: Actually return L_Key and R_Key for fast register MRsVladimir Sokolovsky1-0/+2
2008-08-08IB/mlx4: Allow 4K messages for UD QPsAlex Naslednikov1-1/+1
2008-08-07mlx4_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-23IB/mlx4: Rename struct mlx4_lso_seg to mlx4_wqe_lso_segRoland Dreier1-1/+1
2008-07-15IB/mlx4: Use kzalloc() for new QPs so flags are initialized to 0Eli Cohen1-13/+2
2008-07-15IB/mlx4: Add support for blocking multicast loopback packetsRon Livne3-6/+25
2008-07-15IB/mlx4: Remove extra code for RESET->ERR QP state transitionRoland Dreier1-26/+0
2008-07-15IB/mlx4: Pass congestion management class MADs to the HCAEli Cohen1-1/+2
2008-07-15IB/mlx4: Configure QPs' max message size based on real device capabilityEli Cohen1-1/+2
2008-07-15RDMA/core: Add memory management extensions supportSteve Wise1-6/+6
2008-07-15IB/mlx4: Optimize QP stampingEli Cohen1-2/+6
2008-05-21IB/mlx4: Fix creation of kernel QP with max number of send s/g entriesRoland Dreier1-5/+8
2008-05-17IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send()Andrew Morton1-1/+1
2008-05-01IB/mlx4: Fix off-by-one errors in calls to mlx4_ib_free_cq_buf()Roland Dreier1-2/+2
2008-04-30mlx4_core: Add a way to set the "collapsed" CQ flagYevgeny Petrilin1-1/+1
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner5-5/+6
2008-04-23mlx4_core: Move kernel doorbell management into coreYevgeny Petrilin6-160/+16