summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-05-082-0/+27
|\
| *-. Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into...Roland Dreier2013-05-083-1/+28
| |\ \
| | | * IB/mlx4: Set link type for RAW PACKET QPs in the QP contextEli Cohen2013-04-241-0/+4
| | | * IB/mlx4: Disable VLAN stripping for RAW PACKET QPsDotan Barak2013-04-241-0/+2
| | | * IB/mlx4: Fetch XRC SRQ in the CQ polling codeShlomo Pongratz2013-04-161-0/+21
| | |/ | |/|
| | * RDMA: Rename random32() to prandom_u32()Akinobu Mita2013-04-161-1/+1
| |/
* | drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton2013-05-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-1/+1
|\ \
| * | net/mlx4_en: Add HW timestamping (TS) supportAmir Vadai2013-04-241-1/+1
| |/
* | drivers/infiniband/hw/mlx4: convert to using idr_alloc_cyclic()Jeff Layton2013-04-291-3/+1
|/
* mlx4: remove leftover idr_pre_get() callTejun Heo2013-03-131-1/+0
* idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-271-1/+1
* IB/mlx4: convert to idr_alloc()Tejun Heo2013-02-271-17/+15
* IB/mlx4: Advertise MW supportShani Michaeli2013-02-251-0/+19
* IB/mlx4: Support memory window bindingShani Michaeli2013-02-253-3/+56
* mlx4: Implement memory windows allocation and deallocationShani Michaeli2013-02-252-0/+64
* IB/mlx4: Remove redundant NULL check before kfreeSyam Sidhardhan2013-02-251-2/+1
* IB/mlx4: Fix compiler warning about uninitialized 'vlan' variablePaul Bolle2013-02-251-1/+1
* IB/mlx4: Convert is_xxx variables in build_mlx_header() to boolRoland Dreier2013-02-252-6/+6
* mlx4_core: Propagate MR deregistration failures to callerShani Michaeli2013-02-211-5/+8
* IB/mlx4_ib: Remove local invalidate segment unused fieldsShani Michaeli2013-02-211-4/+2
* IB/mlx4: Adjust duplicate testJulia Lawall2013-02-151-1/+1
* IB/mlx4: Fix bug unwinding on error in mlx4_ib_init_sriov()Dan Carpenter2013-02-151-3/+4
* IB/mlx4: Fix spinlock order to avoid lockdep warningsJack Morgenstein2012-11-291-2/+2
* mlx4: 64-byte CQE/EQE supportOr Gerlitz2012-11-264-14/+60
* IB/mlx4: Synchronize cleanup of MCGs in MCG paravirtualizationEli Cohen2012-10-181-7/+8
* IB/mlx4: Fix QP1 P_Key processing in the Primary Physical Function (PPF)Jack Morgenstein2012-10-182-46/+42
* IB/mlx4: Fix build error on platforms where UL is not 64 bitsDoug Ledford2012-10-181-1/+1
* idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-061-1/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-0210-141/+5912
|\
| *-. Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an...Roland Dreier2012-10-0210-141/+5912
| |\ \ |/ / /
| | * IB/mlx4: Create paravirt contexts for VFs when master IB driver initializesJack Morgenstein2012-09-302-0/+14
| | * mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculationsJack Morgenstein2012-09-302-41/+75
| | * mlx4: Paravirtualize Node Guids for slavesJack Morgenstein2012-09-302-0/+17
| | * mlx4: Activate SR-IOV mode for IBJack Morgenstein2012-09-301-2/+6
| | * IB/mlx4: Miscellaneous adjustments for SR-IOV IB supportJack Morgenstein2012-09-302-9/+23
| | * IB/mlx4: Add iov directory in sysfs under the ib deviceJack Morgenstein2012-09-306-4/+917
| | * IB/mlx4: Propagate P_Key and guid change port management events to slavesJack Morgenstein2012-09-301-7/+155
| | * mlx4: Add alias_guid mechanismJack Morgenstein2012-09-305-8/+812
| | * IB/mlx4: Add CM paravirtualizationAmir Vadai2012-09-304-2/+468
| | * IB/mlx4: Add multicast group (MCG) paravirtualization for SR-IOVOren Duer2012-09-305-12/+1285
| | * mlx4: MAD_IFC paravirtualizationJack Morgenstein2012-09-303-26/+72
| | * IB/mlx4: SR-IOV multiplex and demultiplex MADsJack Morgenstein2012-09-301-2/+565
| | * mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoopJack Morgenstein2012-09-302-2/+66
| | * IB/mlx4: Initialize SR-IOV IB support for slaves in master contextJack Morgenstein2012-09-303-7/+791
| | * IB/mlx4: SR-IOV IB context objects and proxy/tunnel SQP supportJack Morgenstein2012-09-303-76/+699
| |/ |/|
| * IB/mlx4: Fill in sq_sig_type in query QPDotan Barak2012-09-301-0/+4
|/
* IB/mlx4: Check iboe netdev pointer before dereferencing itKleber Sacilotto de Souza2012-08-161-1/+5
* IB/mlx4: Fix possible deadlock on sm_lock spinlockJack Morgenstein2012-08-102-8/+13
* Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2012-07-244-38/+182
|\
OpenPOWER on IntegriCloud