| Commit message (Expand) | Author | Age | Files | Lines |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | infiniband: convert c2 to net_device_ops | Stephen Hemminger | 2009-03-21 | 3 | -35/+30 |
* | infiniband: Kill directly reference of netdev->priv | Wang Chen | 2008-11-24 | 1 | -4/+4 |
* | IB: Drop code after return statement | Julia Lawall | 2008-09-20 | 1 | -1/+0 |
* | RDMA/core: Add local DMA L_Key support | Steve Wise | 2008-07-14 | 1 | -1/+1 |
* | IB/core: Remove IB_DEVICE_SEND_W_INV capability flag | Roland Dreier | 2008-06-09 | 1 | -2/+1 |
* | IB: expand ib_umem_get() prototype | Arthur Kepner | 2008-04-29 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-04-21 | 1 | -22/+26 |
|\ |
|
| * | IB: convert struct class_device to struct device | Tony Jones | 2008-04-19 | 1 | -22/+26 |
* | | drivers: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-18 | 1 | -1/+0 |
|/ |
|
* | RDMA/amso1100: Add check for NULL reply_msg in c2_intr() | Tom Tucker | 2008-04-16 | 2 | -3/+7 |
* | RDMA/amso1100: Add support for "send with invalidate" work requests | Roland Dreier | 2008-04-16 | 2 | -8/+17 |
* | IB/core: Add support for "send with invalidate" work requests | Roland Dreier | 2008-04-16 | 1 | -1/+1 |
* | IB/core: Add creation flags to struct ib_qp_init_attr | Eli Cohen | 2008-04-16 | 1 | -0/+3 |
* | IB: Replace remaining __FUNCTION__ occurrences with __func__ | Harvey Harrison | 2008-04-16 | 6 | -53/+53 |
* | RDMA/amso1100: Endian annotate mqsq allocator | Roland Dreier | 2008-04-16 | 2 | -8/+8 |
* | RDMA/amso1100: Start of endianness annotation | Roland Dreier | 2008-04-16 | 8 | -160/+166 |
* | RDMA/amso1100: Don't use 0UL as a NULL pointer | Roland Dreier | 2008-04-16 | 1 | -5/+5 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-10 | 2 | -2/+0 |
* | RDMA/amso1100: Initialize the wait_queue_head_t in the c2_qp structure | Tom Tucker | 2007-07-28 | 1 | -0/+1 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
* | IB: Use menuconfig for InfiniBand menu | Jan Engelhardt | 2007-07-09 | 1 | -1/+1 |
* | [IPV4]: Convert IPv4 devconf to an array | Herbert Xu | 2007-06-07 | 1 | -1/+1 |
* | IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules | Roland Dreier | 2007-05-08 | 2 | -15/+28 |
* | IB: Return "maybe missed event" hint from ib_req_notify_cq() | Roland Dreier | 2007-05-06 | 2 | -5/+13 |
* | IB: Add CQ comp_vector support | Michael S. Tsirkin | 2007-05-06 | 1 | -1/+2 |
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 2007-04-27 | 1 | -1/+0 |
|\ |
|
| * | IB: Set class_dev->dev in core for nice device symlink | Joachim Fenkes | 2007-04-24 | 1 | -1/+0 |
* | | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -2/+3 |
* | | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+0 |
|/ |
|
* | [PATCH] Scheduled removal of SA_xxx interrupt flags fixups | Thomas Gleixner | 2007-02-14 | 1 | -1/+1 |
* | IB: Return qp pointer as part of ib_wc | Michael S. Tsirkin | 2007-02-04 | 1 | -1/+1 |
* | RDMA/amso1100: Fix memory leak in c2_qp_modify() | Krishna Kumar | 2006-12-12 | 1 | -5/+8 |
* | [PATCH] slab: remove SLAB_ATOMIC | Christoph Lameter | 2006-12-07 | 1 | -1/+1 |
* | RDMA/amso1100: Prevent deadlock in destroy QP | Krishna Kumar | 2006-11-29 | 1 | -8/+28 |
* | IB: Convert kmem_cache_t -> struct kmem_cache | Roland Dreier | 2006-11-29 | 1 | -1/+1 |
* | RDMA/amso1100: Fix section mismatches | Roland Dreier | 2006-11-29 | 1 | -2/+2 |
* | RDMA/amso1100: Fix && typo | Jean Delvare | 2006-11-13 | 1 | -2/+2 |
* | RDMA/amso1100: Fix unitialized pseudo_netdev accessed in c2_register_device | Tom Tucker | 2006-11-13 | 2 | -20/+22 |
* | IB/amso1100: Fix incorrect pr_debug() | Steve Wise | 2006-10-30 | 1 | -2/+2 |
* | IB/amso1100: Use dma_alloc_coherent() instead of kmalloc/dma_map_single | Steve Wise | 2006-10-30 | 3 | -50/+33 |
* | RDMA/amso1100: Fix a NULL dereference in error path | Adrian Bunk | 2006-10-16 | 1 | -2/+2 |
* | RDMA/amso1100: pci_module_init() conversion | Henrik Kretzschmar | 2006-10-16 | 1 | -1/+1 |
* | RDMA/amso1100: Fix build with debugging off | Roland Dreier | 2006-10-10 | 1 | -2/+0 |
* | RDMA/amso1100: Add spinlocks to serialize ib_post_send/ib_post_recv | Tom Tucker | 2006-10-10 | 1 | -4/+12 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -2/+2 |
* | RDMA/amso1100: Fix memory leak in c2_reg_phys_mr() | Roland Dreier | 2006-09-28 | 1 | -1/+3 |
* | RDMA/amso1100: Fix error path in c2_llp_accept() | Eric Sesterhenn | 2006-09-28 | 1 | -8/+7 |
* | RDMA/amso1100: Fix compile warnings | Roland Dreier | 2006-09-27 | 4 | -5/+7 |