| Age | Commit message (Expand) | Author | Lines |
| 2015-08-28 | RDMA/amso1100: Deprecate the amso1100 driver and move to staging | Steve Wise | -9109/+0 |
| 2015-06-12 | IB/mad: Add support for additional MAD info to/from drivers | Ira Weiny | -1/+5 |
| 2015-06-12 | IB/core: Pass hardware specific data in query_device | Matan Barak | -2/+5 |
| 2015-06-12 | IB/core: Change provider's API of create_cq to be extendible | Matan Barak | -1/+6 |
| 2015-06-02 | IB/core cleanup: Add const on args - device->process_mad | Ira Weiny | -3/+3 |
| 2015-05-20 | IB/core: Convert core to use bitfield for caps | Ira Weiny | -7/+1 |
| 2015-05-20 | IB/core: Add per port immutable struct to ib_device | Ira Weiny | -0/+17 |
| 2015-05-18 | IB/Verbs: Implement new callback query_protocol() | Michael Wang | -0/+7 |
| 2014-12-15 | IB/core: Replace ib_umem's offset field with a full address | Haggai Eran | -1/+1 |
| 2014-08-14 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | -2/+5 |
| 2014-08-12 | RDMA/amso1100: Check for integer overflow in c2_alloc_cq_buf() | Dan Carpenter | -2/+5 |
| 2014-08-08 | infiniband: use pci_zalloc_consistent | Joe Perches | -4/+2 |
| 2014-07-15 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | -1/+1 |
| 2014-03-04 | IB: Refactor umem to use linear SG table | Yishai Hadas | -14/+9 |
| 2014-02-12 | RDMA/amso1100: Fix error return code | Julia Lawall | -2/+5 |
| 2014-01-22 | RDMA/amso1100: Add check if cache memory was allocated before freeing it | Svetlana Mavrina | -1/+2 |
| 2013-10-14 | IB: Remove unnecessary semicolons | Joe Perches | -1/+1 |
| 2013-08-12 | RDMA/cma: Add IPv6 support for iWARP | Steve Wise | -12/+22 |
| 2013-04-29 | drivers/infiniband/hw/amso1100: convert to using idr_alloc_cyclic | Jeff Layton | -3/+1 |
| 2013-02-27 | IB/amso1100: convert to idr_alloc() | Tejun Heo | -8/+11 |
| 2013-02-15 | RDMA/amso1100: Use module_pci_driver() to simplify the code | Wei Yongjun | -12/+1 |
| 2013-01-03 | Drivers: infinband: remove __dev* attributes. | Greg Kroah-Hartman | -14/+13 |
| 2012-11-22 | RDMA/amsol1100: Fix missing break | Alan Cox | -0/+1 |
| 2012-08-15 | IB: Fix typos in infiniband drivers | Masanari Iida | -1/+1 |
| 2012-03-05 | IB: Use central enum for speed instead of hard-coded values | Or Gerlitz | -1/+1 |
| 2011-11-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | -4/+11 |
| 2011-11-01 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ... | Roland Dreier | -0/+10 |
| 2011-10-19 | net: add skb frag size accessors | Eric Dumazet | -2/+2 |
| 2011-10-06 | net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map | Ian Campbell | -2/+1 |
| 2011-10-06 | RDMA/{amso1100,cxgb3}: Minimal MPAv2 support | Kumar Sanghvi | -0/+10 |
| 2011-10-06 | RDMA/amso1100: Use '%pM' format option to print MAC | Andy Shevchenko | -4/+1 |
| 2011-08-26 | IB: amso1100: convert to SKB paged frag API. | Ian Campbell | -5/+3 |
| 2011-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | -9/+0 |
| 2011-07-18 | RDMA: Allow for NULL .modify_device() and .modify_port() methods | Bart Van Assche | -9/+0 |
| 2011-06-06 | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | -0/+1 |
| 2011-05-22 | Add appropriate <linux/prefetch.h> include for prefetch users | Paul Gortmaker | -0/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | -4/+4 |
| 2011-01-28 | RDMA/amso1100: Fix compile warnings | Ralf Thielow | -3/+3 |
| 2011-01-12 | RDMA: Use vzalloc() to replace vmalloc()+memset(0) | Joe Perches | -3/+2 |
| 2010-10-26 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ... | Roland Dreier | -3/+1 |
| 2010-10-23 | IB: Replace EXTRA_CFLAGS with ccflags-y | matt mooney | -3/+1 |
| 2010-09-28 | RDMA/amso1100: Remove KERN_<level> from pr_<level> use | Joe Perches | -2/+2 |
| 2010-05-21 | IB/core: Allow device-specific per-port sysfs files | Ralph Campbell | -1/+1 |
| 2010-04-21 | RDMA/amso1100: Use the dma state API instead of pci equivalents | FUJITA Tomonori | -13/+13 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | -1/+11 |
| 2009-12-09 | RDMA/amso1100: Fix error paths in post_send and post_recv | Frank Zago | -4/+10 |
| 2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | -1/+0 |
| 2009-09-05 | RDMA/amso1100: Check kmalloc() result in c2_register_device() | Roel Kluin | -9/+15 |
| 2009-09-05 | RDMA/amso1100: Use %pM conversion specifier | Tobias Klauser | -5/+1 |
| 2009-09-02 | drivers: Kill now superfluous ->last_rx stores | Eric Dumazet | -1/+0 |