aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4
Commit message (Expand)AuthorAgeFilesLines
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-131-1/+1
* IB/mlx4: pass SMP vendor-specific attribute MADs to firmwareJack Morgenstein2012-02-131-5/+2
* mlx4: generalization of multicast steering.Yevgeny Petrilin2011-03-231-5/+5
* mlx4_en: Reporting HW revision in ethtool -iYevgeny Petrilin2011-03-231-1/+0
* IB/mlx4: Handle protocol field in multicast tableAleksey Senin2011-01-121-4/+5
* mlx4_{core, ib, en}: Fix driver when sizeof (phys_addr_t) > sizeof (long)Roland Dreier2011-01-121-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-01-112-1/+10
|\
| * IB/mlx4: Handle -ENOMEM in forward_trap()Dan Carpenter2011-01-101-0/+2
| * IB/mlx4: Don't call dma_free_coherent() with irqs disabledVladimir Sokolovsky2011-01-101-1/+8
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-262-7/+7
|\ \ | |/
| * IB/mlx4: Fix IBoE link stateEli Cohen2010-12-011-1/+1
| * IB/mlx4: Fix IBoE reported link rateEli Cohen2010-12-011-1/+1
| * IB/mlx4: Fix memory ordering of VLAN insertion control bitsEli Cohen2010-12-011-5/+5
* | infiniband: remove dev_base_lock useEric Dumazet2010-11-241-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-10-266-123/+854
|\
| *-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier2010-10-266-123/+854
| |\ \
| | | * IB/mlx4: Signal node desc changes to SM by using FW to generate trap 144Jack Morgenstein2010-10-231-5/+23
| | | * IB/mlx4: Limit size of fast registration WRsEli Cohen2010-10-112-2/+2
| | |/ | |/|
| | * IB/mlx4: Add VLAN support for IBoEEli Cohen2010-10-253-27/+161
| | * IB/core: Add VLAN support for IBoEEli Cohen2010-10-251-1/+1
| | * IB/mlx4: Add support for IBoEEli Cohen2010-10-255-108/+687
| | * IB/pack: IBoE UD packet packing supportEli Cohen2010-10-141-1/+1
| |/
* | infiniband: fix mlx4 kconfig dependency warningRandy Dunlap2010-10-161-0/+1
|/
* IB/core: Allow device-specific per-port sysfs filesRalph Campbell2010-05-211-1/+1
* IB/mlx4: Add support for masked atomic operationsVladimir Sokolovsky2010-04-213-11/+48
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-04-091-1/+1
|\
| * IB/mlx4: Check correct variable for allocation failureDan Carpenter2010-04-071-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-307-0/+9
|/
* Merge branch 'misc' into for-nextRoland Dreier2010-03-011-1/+1
|\
| * IB/core: Fix and clean up ib_ud_header_init()Eli Cohen2010-02-241-1/+1
* | IB/mlx4: Simplify retrieval of ib_deviceEli Cohen2010-02-121-1/+1
|/
* IB/mlx4: Fix queue overflow check in post_recvOr Gerlitz2010-01-061-1/+1
* IB/mlx4: Initialize SRQ scatter entries when creating an SRQJack Morgenstein2010-01-061-0/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-12-162-14/+13
|\
| * IB/mlx4: Remove limitation on LSO header sizeEli Cohen2009-11-122-13/+13
| * IB/mlx4: Remove unneeded codeEli Cohen2009-11-121-1/+0
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
|/
*-. Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and...Roland Dreier2009-09-103-9/+16
|\ \
| | * IB/mlx4: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein2009-09-052-0/+7
| | * IB/mlx4: Annotate CQ lockingRoland Dreier2009-09-051-4/+8
| |/ |/|
| * IB: Use printk_once() for driver versionsMarcin Slusarz2009-09-051-5/+1
|/
* IB/mlx4: Add strong ordering to local inval and fast reg work requestsJack Morgenstein2009-06-051-0/+4
* IB/mlx4: Don't overwrite fast registration page list when posting work requestJack Morgenstein2009-05-073-3/+10
* IB/mlx4: Use pgprot_writecombine() for BlueFlame pagesRoland Dreier2009-03-301-2/+1
*-. Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'm...Roland Dreier2009-03-243-20/+34
|\ \
| | * IB/mlx4: Unregister IB device prior to CLOSE PORT commandYevgeny Petrilin2009-03-181-2/+3
| | * IB/mlx4: Fix dispatch of IB_EVENT_LID_CHANGE eventMoni Shoua2009-01-281-7/+20
| |/ |/|
| * IB: Remove __constant_{endian} usesHarvey Harrison2009-01-171-11/+11
|/
* IB/mlx4: Fix memory ordering problem when posting LSO sendsRoland Dreier2009-01-161-9/+19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-01-131-4/+9
|\