Age | Commit message (Expand) | Author | Files | Lines |
2014-01-19 | IB/mlx4: Use IBoE (RoCE) IP based GIDs in the port GID table | Moni Shoua | 2 | -143/+334 |
2014-01-15 | IB/core: Ethernet L2 attributes in verbs/cm structures | Matan Barak | 1 | -2/+7 |
2013-11-19 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2 | -7/+10 |
2013-11-17 | Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ... | Roland Dreier | 2 | -7/+10 |
2013-11-17 | IB/core: Re-enable create_flow/destroy_flow uverbs | Matan Barak | 1 | -2/+0 |
2013-11-17 | IB/core: extended command: an improved infrastructure for uverbs commands | Yann Droneaud | 1 | -3/+3 |
2013-11-16 | IB/mlx4: Fix device max capabilities check | Eli Cohen | 1 | -1/+6 |
2013-11-15 | IB/mlx4: Fix endless loop in resize CQ | Eli Cohen | 1 | -1/+1 |
2013-11-08 | net/mlx4_core: Initialize all mailbox buffers to zero before use | Jack Morgenstein | 1 | -6/+0 |
2013-11-05 | mlx4: Structures and init/teardown for VF resource quotas | Jack Morgenstein | 1 | -4/+4 |
2013-10-21 | IB/core: Temporarily disable create_flow/destroy_flow uverbs | Yann Droneaud | 1 | -0/+2 |
2013-08-28 | IB/mlx4: Add receive flow steering support | Hadar Hen Zion | 2 | -0/+247 |
2013-07-31 | IB/mlx4: Use default pkey when creating tunnel QPs | Jack Morgenstein | 1 | -2/+8 |
2013-05-29 | net: pass info struct via netdevice notifier | Jiri Pirko | 1 | -1/+1 |
2013-05-09 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2 | -0/+27 |
2013-05-09 | Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into... | Roland Dreier | 3 | -1/+28 |
2013-05-08 | drivers/infiniband/hw: rename random32() to prandom_u32() | Andrew Morton | 1 | -1/+1 |
2013-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+1 |
2013-04-30 | drivers/infiniband/hw/mlx4: convert to using idr_alloc_cyclic() | Jeff Layton | 1 | -3/+1 |
2013-04-25 | IB/mlx4: Set link type for RAW PACKET QPs in the QP context | Eli Cohen | 1 | -0/+4 |
2013-04-25 | IB/mlx4: Disable VLAN stripping for RAW PACKET QPs | Dotan Barak | 1 | -0/+2 |
2013-04-25 | net/mlx4_en: Add HW timestamping (TS) support | Amir Vadai | 1 | -1/+1 |
2013-04-17 | RDMA: Rename random32() to prandom_u32() | Akinobu Mita | 1 | -1/+1 |
2013-04-17 | IB/mlx4: Fetch XRC SRQ in the CQ polling code | Shlomo Pongratz | 1 | -0/+21 |
2013-03-14 | mlx4: remove leftover idr_pre_get() call | Tejun Heo | 1 | -1/+0 |
2013-02-28 | idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c | Tejun Heo | 1 | -1/+1 |
2013-02-28 | IB/mlx4: convert to idr_alloc() | Tejun Heo | 1 | -17/+15 |
2013-02-25 | IB/mlx4: Advertise MW support | Shani Michaeli | 1 | -0/+19 |
2013-02-25 | IB/mlx4: Support memory window binding | Shani Michaeli | 3 | -3/+56 |
2013-02-25 | mlx4: Implement memory windows allocation and deallocation | Shani Michaeli | 2 | -0/+64 |
2013-02-25 | IB/mlx4: Remove redundant NULL check before kfree | Syam Sidhardhan | 1 | -2/+1 |
2013-02-25 | IB/mlx4: Fix compiler warning about uninitialized 'vlan' variable | Paul Bolle | 1 | -1/+1 |
2013-02-25 | IB/mlx4: Convert is_xxx variables in build_mlx_header() to bool | Roland Dreier | 2 | -6/+6 |
2013-02-21 | mlx4_core: Propagate MR deregistration failures to caller | Shani Michaeli | 1 | -5/+8 |
2013-02-21 | IB/mlx4_ib: Remove local invalidate segment unused fields | Shani Michaeli | 1 | -4/+2 |
2013-02-16 | IB/mlx4: Adjust duplicate test | Julia Lawall | 1 | -1/+1 |
2013-02-16 | IB/mlx4: Fix bug unwinding on error in mlx4_ib_init_sriov() | Dan Carpenter | 1 | -3/+4 |
2012-11-30 | IB/mlx4: Fix spinlock order to avoid lockdep warnings | Jack Morgenstein | 1 | -2/+2 |
2012-11-26 | mlx4: 64-byte CQE/EQE support | Or Gerlitz | 4 | -14/+60 |
2012-10-18 | IB/mlx4: Synchronize cleanup of MCGs in MCG paravirtualization | Eli Cohen | 1 | -7/+8 |
2012-10-18 | IB/mlx4: Fix QP1 P_Key processing in the Primary Physical Function (PPF) | Jack Morgenstein | 2 | -46/+42 |
2012-10-18 | IB/mlx4: Fix build error on platforms where UL is not 64 bits | Doug Ledford | 1 | -1/+1 |
2012-10-05 | idr: rename MAX_LEVEL to MAX_IDR_LEVEL | Fengguang Wu | 1 | -1/+1 |
2012-10-03 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 10 | -141/+5912 |
2012-10-02 | Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an... | Roland Dreier | 10 | -141/+5912 |
2012-10-01 | IB/mlx4: Create paravirt contexts for VFs when master IB driver initializes | Jack Morgenstein | 2 | -0/+14 |
2012-10-01 | mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculations | Jack Morgenstein | 2 | -41/+75 |
2012-10-01 | mlx4: Paravirtualize Node Guids for slaves | Jack Morgenstein | 2 | -0/+17 |
2012-10-01 | mlx4: Activate SR-IOV mode for IB | Jack Morgenstein | 1 | -2/+6 |
2012-10-01 | IB/mlx4: Miscellaneous adjustments for SR-IOV IB support | Jack Morgenstein | 2 | -9/+23 |