aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-18IB/mlx4: Support PMA counters for IBoEOr Gerlitz1-1/+67
2011-07-18IB/mlx4: Use flow counters on IBoE portsOr Gerlitz3-3/+27
2011-07-18IB/mlx4: Generate GID change events in IBoE codeOr Gerlitz1-1/+1
2011-03-23mlx4: generalization of multicast steering.Yevgeny Petrilin1-5/+5
2011-03-23mlx4_en: Reporting HW revision in ethtool -iYevgeny Petrilin1-1/+0
2011-01-12IB/mlx4: Handle protocol field in multicast tableAleksey Senin1-4/+5
2011-01-12mlx4_{core, ib, en}: Fix driver when sizeof (phys_addr_t) > sizeof (long)Roland Dreier1-1/+2
2011-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-1/+10
2011-01-10IB/mlx4: Handle -ENOMEM in forward_trap()Dan Carpenter1-0/+2
2011-01-10IB/mlx4: Don't call dma_free_coherent() with irqs disabledVladimir Sokolovsky1-1/+8
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-7/+7
2010-12-01IB/mlx4: Fix IBoE link stateEli Cohen1-1/+1
2010-12-01IB/mlx4: Fix IBoE reported link rateEli Cohen1-1/+1
2010-12-01IB/mlx4: Fix memory ordering of VLAN insertion control bitsEli Cohen1-5/+5
2010-11-24infiniband: remove dev_base_lock useEric Dumazet1-3/+3
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds6-123/+854
2010-10-26Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-nextRoland Dreier6-123/+854
2010-10-25IB/mlx4: Add VLAN support for IBoEEli Cohen3-27/+161
2010-10-25IB/core: Add VLAN support for IBoEEli Cohen1-1/+1
2010-10-25IB/mlx4: Add support for IBoEEli Cohen5-108/+687
2010-10-23IB/mlx4: Signal node desc changes to SM by using FW to generate trap 144Jack Morgenstein1-5/+23
2010-10-16infiniband: fix mlx4 kconfig dependency warningRandy Dunlap1-0/+1
2010-10-14IB/pack: IBoE UD packet packing supportEli Cohen1-1/+1
2010-10-11IB/mlx4: Limit size of fast registration WRsEli Cohen2-2/+2
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