| Commit message (Expand) | Author | Age |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-05-08 |
|\ |
|
| *-. | Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into... | Roland Dreier | 2013-05-08 |
| |\ \ |
|
| | | * | IB/mlx4: Set link type for RAW PACKET QPs in the QP context | Eli Cohen | 2013-04-24 |
| | | * | IB/mlx4: Disable VLAN stripping for RAW PACKET QPs | Dotan Barak | 2013-04-24 |
| | | * | IB/mlx4: Fetch XRC SRQ in the CQ polling code | Shlomo Pongratz | 2013-04-17 |
| | |/
| |/| |
|
| | * | RDMA: Rename random32() to prandom_u32() | Akinobu Mita | 2013-04-17 |
| |/ |
|
* | | drivers/infiniband/hw: rename random32() to prandom_u32() | Andrew Morton | 2013-05-07 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 |
|\ \ |
|
| * | | net/mlx4_en: Add HW timestamping (TS) support | Amir Vadai | 2013-04-24 |
| |/ |
|
* / | drivers/infiniband/hw/mlx4: convert to using idr_alloc_cyclic() | Jeff Layton | 2013-04-29 |
|/ |
|
* | mlx4: remove leftover idr_pre_get() call | Tejun Heo | 2013-03-13 |
* | idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c | Tejun Heo | 2013-02-27 |
* | IB/mlx4: convert to idr_alloc() | Tejun Heo | 2013-02-27 |
* | IB/mlx4: Advertise MW support | Shani Michaeli | 2013-02-25 |
* | IB/mlx4: Support memory window binding | Shani Michaeli | 2013-02-25 |
* | mlx4: Implement memory windows allocation and deallocation | Shani Michaeli | 2013-02-25 |
* | IB/mlx4: Remove redundant NULL check before kfree | Syam Sidhardhan | 2013-02-25 |
* | IB/mlx4: Fix compiler warning about uninitialized 'vlan' variable | Paul Bolle | 2013-02-25 |
* | IB/mlx4: Convert is_xxx variables in build_mlx_header() to bool | Roland Dreier | 2013-02-25 |
* | mlx4_core: Propagate MR deregistration failures to caller | Shani Michaeli | 2013-02-21 |
* | IB/mlx4_ib: Remove local invalidate segment unused fields | Shani Michaeli | 2013-02-21 |
* | IB/mlx4: Adjust duplicate test | Julia Lawall | 2013-02-15 |
* | IB/mlx4: Fix bug unwinding on error in mlx4_ib_init_sriov() | Dan Carpenter | 2013-02-15 |
* | IB/mlx4: Fix spinlock order to avoid lockdep warnings | Jack Morgenstein | 2012-11-29 |
* | mlx4: 64-byte CQE/EQE support | Or Gerlitz | 2012-11-26 |
* | IB/mlx4: Synchronize cleanup of MCGs in MCG paravirtualization | Eli Cohen | 2012-10-18 |
* | IB/mlx4: Fix QP1 P_Key processing in the Primary Physical Function (PPF) | Jack Morgenstein | 2012-10-18 |
* | IB/mlx4: Fix build error on platforms where UL is not 64 bits | Doug Ledford | 2012-10-18 |
* | idr: rename MAX_LEVEL to MAX_IDR_LEVEL | Fengguang Wu | 2012-10-05 |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-10-02 |
|\ |
|
| * | Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an... | Roland Dreier | 2012-10-02 |
|/|\ |
|
| | * | IB/mlx4: Create paravirt contexts for VFs when master IB driver initializes | Jack Morgenstein | 2012-09-30 |
| | * | mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculations | Jack Morgenstein | 2012-09-30 |
| | * | mlx4: Paravirtualize Node Guids for slaves | Jack Morgenstein | 2012-09-30 |
| | * | mlx4: Activate SR-IOV mode for IB | Jack Morgenstein | 2012-09-30 |
| | * | IB/mlx4: Miscellaneous adjustments for SR-IOV IB support | Jack Morgenstein | 2012-09-30 |
| | * | IB/mlx4: Add iov directory in sysfs under the ib device | Jack Morgenstein | 2012-09-30 |
| | * | IB/mlx4: Propagate P_Key and guid change port management events to slaves | Jack Morgenstein | 2012-09-30 |
| | * | mlx4: Add alias_guid mechanism | Jack Morgenstein | 2012-09-30 |
| | * | IB/mlx4: Add CM paravirtualization | Amir Vadai | 2012-09-30 |
| | * | IB/mlx4: Add multicast group (MCG) paravirtualization for SR-IOV | Oren Duer | 2012-09-30 |
| | * | mlx4: MAD_IFC paravirtualization | Jack Morgenstein | 2012-09-30 |
| | * | IB/mlx4: SR-IOV multiplex and demultiplex MADs | Jack Morgenstein | 2012-09-30 |
| | * | mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoop | Jack Morgenstein | 2012-09-30 |
| | * | IB/mlx4: Initialize SR-IOV IB support for slaves in master context | Jack Morgenstein | 2012-09-30 |
| | * | IB/mlx4: SR-IOV IB context objects and proxy/tunnel SQP support | Jack Morgenstein | 2012-09-30 |
| |/
|/| |
|
| * | IB/mlx4: Fill in sq_sig_type in query QP | Dotan Barak | 2012-09-30 |
|/ |
|
* | IB/mlx4: Check iboe netdev pointer before dereferencing it | Kleber Sacilotto de Souza | 2012-08-16 |
* | IB/mlx4: Fix possible deadlock on sm_lock spinlock | Jack Morgenstein | 2012-08-10 |
* | Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2012-07-24 |
|\ |
|