Age | Commit message (Expand) | Author | Files | Lines |
2011-11-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband |  Linus Torvalds | 3 | -4/+11 |
2011-11-01 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-next |  Roland Dreier | 2 | -0/+10 |
2011-10-19 | net: add skb frag size accessors |  Eric Dumazet | 1 | -2/+2 |
2011-10-06 | net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map |  Ian Campbell | 1 | -2/+1 |
2011-10-06 | RDMA/{amso1100,cxgb3}: Minimal MPAv2 support |  Kumar Sanghvi | 2 | -0/+10 |
2011-10-06 | RDMA/amso1100: Use '%pM' format option to print MAC |  Andy Shevchenko | 1 | -4/+1 |
2011-08-26 | IB: amso1100: convert to SKB paged frag API. |  Ian Campbell | 1 | -5/+3 |
2011-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband |  Linus Torvalds | 1 | -9/+0 |
2011-07-18 | RDMA: Allow for NULL .modify_device() and .modify_port() methods |  Bart Van Assche | 1 | -9/+0 |
2011-06-06 | net: remove interrupt.h inclusion from netdevice.h |  Alexey Dobriyan | 1 | -0/+1 |
2011-05-22 | Add appropriate <linux/prefetch.h> include for prefetch users |  Paul Gortmaker | 1 | -0/+1 |
2011-03-31 | Fix common misspellings |  Lucas De Marchi | 3 | -4/+4 |
2011-01-28 | RDMA/amso1100: Fix compile warnings |  Ralf Thielow | 1 | -3/+3 |
2011-01-12 | RDMA: Use vzalloc() to replace vmalloc()+memset(0) |  Joe Perches | 1 | -3/+2 |
2010-10-26 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-next |  Roland Dreier | 1 | -3/+1 |
2010-10-23 | IB: Replace EXTRA_CFLAGS with ccflags-y |  matt mooney | 1 | -3/+1 |
2010-09-28 | RDMA/amso1100: Remove KERN_<level> from pr_<level> use |  Joe Perches | 1 | -2/+2 |
2010-05-21 | IB/core: Allow device-specific per-port sysfs files |  Ralph Campbell | 1 | -1/+1 |
2010-04-21 | RDMA/amso1100: Use the dma state API instead of pci equivalents |  FUJITA Tomonori | 6 | -13/+13 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h |  Tejun Heo | 9 | -1/+11 |
2009-12-09 | RDMA/amso1100: Fix error paths in post_send and post_recv |  Frank Zago | 1 | -4/+10 |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 |  Linus Torvalds | 1 | -1/+0 |
2009-09-05 | RDMA/amso1100: Check kmalloc() result in c2_register_device() |  Roel Kluin | 1 | -9/+15 |
2009-09-05 | RDMA/amso1100: Use %pM conversion specifier |  Tobias Klauser | 1 | -5/+1 |
2009-09-02 | drivers: Kill now superfluous ->last_rx stores |  Eric Dumazet | 1 | -1/+0 |
2009-05-13 | infiniband: Remove void casts |  Jack Stone | 1 | -2/+2 |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) |  Yang Hongyang | 1 | -1/+1 |
2009-04-07 | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) |  Yang Hongyang | 1 | -1/+1 |
2009-03-21 | infiniband: convert c2 to net_device_ops |  Stephen Hemminger | 3 | -35/+30 |
2008-11-24 | infiniband: Kill directly reference of netdev->priv |  Wang Chen | 1 | -4/+4 |
2008-09-20 | IB: Drop code after return statement |  Julia Lawall | 1 | -1/+0 |
2008-07-14 | RDMA/core: Add local DMA L_Key support |  Steve Wise | 1 | -1/+1 |
2008-06-09 | IB/core: Remove IB_DEVICE_SEND_W_INV capability flag |  Roland Dreier | 1 | -2/+1 |
2008-04-29 | IB: expand ib_umem_get() prototype |  Arthur Kepner | 1 | -1/+1 |
2008-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 |  Linus Torvalds | 1 | -22/+26 |
2008-04-19 | IB: convert struct class_device to struct device |  Tony Jones | 1 | -22/+26 |
2008-04-18 | drivers: Remove unnecessary inclusions of asm/semaphore.h |  Matthew Wilcox | 1 | -1/+0 |
2008-04-16 | RDMA/amso1100: Add check for NULL reply_msg in c2_intr() |  Tom Tucker | 2 | -3/+7 |
2008-04-16 | RDMA/amso1100: Add support for "send with invalidate" work requests |  Roland Dreier | 2 | -8/+17 |
2008-04-16 | IB/core: Add support for "send with invalidate" work requests |  Roland Dreier | 1 | -1/+1 |
2008-04-16 | IB/core: Add creation flags to struct ib_qp_init_attr |  Eli Cohen | 1 | -0/+3 |
2008-04-16 | IB: Replace remaining __FUNCTION__ occurrences with __func__ |  Harvey Harrison | 6 | -53/+53 |
2008-04-16 | RDMA/amso1100: Endian annotate mqsq allocator |  Roland Dreier | 2 | -8/+8 |
2008-04-16 | RDMA/amso1100: Start of endianness annotation |  Roland Dreier | 8 | -160/+166 |
2008-04-16 | RDMA/amso1100: Don't use 0UL as a NULL pointer |  Roland Dreier | 1 | -5/+5 |
2007-10-10 | [NET]: Nuke SET_MODULE_OWNER macro. |  Ralf Baechle | 2 | -2/+0 |
2007-07-28 | RDMA/amso1100: Initialize the wait_queue_head_t in the c2_qp structure |  Tom Tucker | 1 | -0/+1 |
2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). |  Paul Mundt | 1 | -1/+1 |
2007-07-09 | IB: Use menuconfig for InfiniBand menu |  Jan Engelhardt | 1 | -1/+1 |
2007-06-07 | [IPV4]: Convert IPv4 devconf to an array |  Herbert Xu | 1 | -1/+1 |