| Commit message (Expand) | Author | Age | Files | Lines |
* | RDMA/amso1100: Fix error return code | Julia Lawall | 2014-02-12 | 2 | -2/+5 |
* | RDMA/amso1100: Add check if cache memory was allocated before freeing it | Svetlana Mavrina | 2014-01-22 | 1 | -1/+2 |
* | IB: Remove unnecessary semicolons | Joe Perches | 2013-10-14 | 1 | -1/+1 |
* | RDMA/cma: Add IPv6 support for iWARP | Steve Wise | 2013-08-12 | 2 | -12/+22 |
* | drivers/infiniband/hw/amso1100: convert to using idr_alloc_cyclic | Jeff Layton | 2013-04-29 | 2 | -3/+1 |
* | IB/amso1100: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 1 | -8/+11 |
* | RDMA/amso1100: Use module_pci_driver() to simplify the code | Wei Yongjun | 2013-02-15 | 1 | -12/+1 |
* | Drivers: infinband: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 5 | -14/+13 |
* | RDMA/amsol1100: Fix missing break | Alan Cox | 2012-11-22 | 1 | -0/+1 |
* | IB: Fix typos in infiniband drivers | Masanari Iida | 2012-08-15 | 1 | -1/+1 |
* | IB: Use central enum for speed instead of hard-coded values | Or Gerlitz | 2012-03-05 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2011-11-01 | 3 | -4/+11 |
|\ |
|
| *-. | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ... | Roland Dreier | 2011-11-01 | 2 | -0/+10 |
| |\ \ |
|
| | * | | RDMA/{amso1100,cxgb3}: Minimal MPAv2 support | Kumar Sanghvi | 2011-10-06 | 2 | -0/+10 |
| | |/ |
|
| * | | RDMA/amso1100: Use '%pM' format option to print MAC | Andy Shevchenko | 2011-10-06 | 1 | -4/+1 |
| |/ |
|
* | | net: add skb frag size accessors | Eric Dumazet | 2011-10-19 | 1 | -2/+2 |
* | | net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map | Ian Campbell | 2011-10-06 | 1 | -2/+1 |
* | | IB: amso1100: convert to SKB paged frag API. | Ian Campbell | 2011-08-26 | 1 | -5/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2011-07-22 | 1 | -9/+0 |
|\ |
|
| * | RDMA: Allow for NULL .modify_device() and .modify_port() methods | Bart Van Assche | 2011-07-18 | 1 | -9/+0 |
* | | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-06 | 1 | -0/+1 |
|/ |
|
* | Add appropriate <linux/prefetch.h> include for prefetch users | Paul Gortmaker | 2011-05-22 | 1 | -0/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 3 | -4/+4 |
* | RDMA/amso1100: Fix compile warnings | Ralf Thielow | 2011-01-28 | 1 | -3/+3 |
* | RDMA: Use vzalloc() to replace vmalloc()+memset(0) | Joe Perches | 2011-01-12 | 1 | -3/+2 |
*-. | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ... | Roland Dreier | 2010-10-26 | 1 | -3/+1 |
|\ \ |
|
| | * | IB: Replace EXTRA_CFLAGS with ccflags-y | matt mooney | 2010-10-23 | 1 | -3/+1 |
| |/ |
|
* | | RDMA/amso1100: Remove KERN_<level> from pr_<level> use | Joe Perches | 2010-09-28 | 1 | -2/+2 |
|/ |
|
* | IB/core: Allow device-specific per-port sysfs files | Ralph Campbell | 2010-05-21 | 1 | -1/+1 |
* | RDMA/amso1100: Use the dma state API instead of pci equivalents | FUJITA Tomonori | 2010-04-21 | 6 | -13/+13 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 9 | -1/+11 |
* | RDMA/amso1100: Fix error paths in post_send and post_recv | Frank Zago | 2009-12-09 | 1 | -4/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-09-14 | 1 | -1/+0 |
|\ |
|
| * | drivers: Kill now superfluous ->last_rx stores | Eric Dumazet | 2009-09-02 | 1 | -1/+0 |
* | | RDMA/amso1100: Check kmalloc() result in c2_register_device() | Roel Kluin | 2009-09-05 | 1 | -9/+15 |
* | | RDMA/amso1100: Use %pM conversion specifier | Tobias Klauser | 2009-09-05 | 1 | -5/+1 |
|/ |
|
* | infiniband: Remove void casts | Jack Stone | 2009-05-13 | 1 | -2/+2 |
* | 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 |