| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-07 | 3 | -0/+4 |
|\ |
|
| * | infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
| * | infiniband: Fix up module files that need to include module.h | Paul Gortmaker | 2011-11-01 | 2 | -0/+2 |
| * | infiniband: Fix up users implicitly relying on getting stat.h | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | | IB/mthca: Fix buddy->num_free allocation size | Roland Dreier | 2011-11-04 | 1 | -1/+1 |
* | | RDMA/core: Add SRQ type field | Sean Hefty | 2011-10-13 | 1 | -0/+3 |
|/ |
|
* | IB/mthca: Remove unnecessary read of PCI_CAP_ID_EXP | Jon Mason | 2011-07-18 | 2 | -2/+2 |
* | IB/mthca: Stop returning separate error and status from FW commands | Goldwyn Rodrigues | 2011-07-15 | 12 | -611/+342 |
* | IB: Increase DMA max_segment_size on Mellanox hardware | David Dillow | 2011-03-22 | 1 | -0/+3 |
* | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 2011-01-21 | 1 | -1/+1 |
* | IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long) | John L. Burr | 2011-01-12 | 5 | -6/+7 |
* | IB/mthca: Handle -ENOMEM in forward_trap() | Dan Carpenter | 2011-01-11 | 1 | -0/+2 |
* | IB/core: Add VLAN support for IBoE | Eli Cohen | 2010-10-25 | 1 | -1/+1 |
* | IB/pack: IBoE UD packet packing support | Eli Cohen | 2010-10-14 | 1 | -1/+1 |
* | IB: Rename RAW_ETY to RAW_ETHERTYPE | Aleksey Senin | 2010-08-04 | 1 | -1/+1 |
* | IB/core: Allow device-specific per-port sysfs files | Ralph Campbell | 2010-05-21 | 1 | -1/+1 |
* | IB/mthca: Use the dma state API instead of pci equivalents | FUJITA Tomonori | 2010-04-22 | 3 | -8/+8 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 7 | -1/+7 |
* | IB/core: Fix and clean up ib_ud_header_init() | Eli Cohen | 2010-02-24 | 1 | -1/+1 |
* | IB/mthca: Fix access to freed memory in catastrophic event handling | Jack Morgenstein | 2009-09-24 | 1 | -3/+8 |
*-. | Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and... | Roland Dreier | 2009-09-11 | 9 | -17/+29 |
|\ \ |
|
| | * | IB/mthca: Don't allow userspace open while recovering from catastrophic error | Jack Morgenstein | 2009-09-06 | 4 | -0/+7 |
| | * | IB/mthca: Distinguish multiple devices in /proc/interrupts | Arputham Benjamin | 2009-09-06 | 2 | -5/+13 |
| | * | IB/mthca: Annotate CQ locking | Roland Dreier | 2009-09-06 | 1 | -4/+8 |
| | * | IB/mthca: Remove unnecessary include of <linux/init.h> | Roland Dreier | 2009-09-06 | 1 | -1/+0 |
| | * | IB/mthca: Remove unnecessary include of <asm/page.h> | Roland Dreier | 2009-09-06 | 1 | -2/+0 |
| |/
|/| |
|
| * | IB: Use printk_once() for driver versions | Marcin Slusarz | 2009-09-06 | 1 | -5/+1 |
|/ |
|
* | IB/mthca: Replace dma_sync_single() use with proper functions | Roland Dreier | 2009-06-23 | 1 | -3/+10 |
* | IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTx | Roland Dreier | 2009-06-14 | 1 | -1/+3 |
* | IB/mthca: Add module parameter for number of MTTs per segment | Eli Cohen | 2009-05-27 | 5 | -14/+26 |
* | IB/mthca: Fix timeout for INIT_HCA and a few other commands | Jack Morgenstein | 2009-04-21 | 1 | -7/+9 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | IB/mthca: Fix dispatch of IB_EVENT_LID_CHANGE event | Moni Shoua | 2009-01-29 | 1 | -6/+19 |
* | net: replace %p6 with %pI6 | Harvey Harrison | 2008-10-29 | 1 | -2/+2 |
* | infiniband: use %p6 for printing message ids | Harvey Harrison | 2008-10-29 | 1 | -21/+2 |
* | IB/mthca: Use pci_request_regions() | Roland Dreier | 2008-09-30 | 3 | -111/+14 |
* | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 2008-07-26 | 1 | -1/+1 |
* | IB/mthca: Keep free count for MTT buddy allocator | Roland Dreier | 2008-07-22 | 2 | -8/+19 |
* | IB/mthca: Fix check of max_send_sge for special QPs | Roland Dreier | 2008-07-15 | 1 | -2/+2 |
* | IB/mthca: Use round_jiffies() for catastrophic error polling timer | Roland Dreier | 2008-07-15 | 1 | -1/+1 |
* | IB/mthca: Remove "stop" flag for catastrophic error polling timer | Roland Dreier | 2008-07-15 | 2 | -14/+2 |
* | IB/mthca: Remove extra code for RESET->ERR QP state transition | Roland Dreier | 2008-07-15 | 1 | -26/+0 |
* | RDMA/core: Add memory management extensions support | Steve Wise | 2008-07-15 | 1 | -2/+2 |
* | RDMA: Remove subversion $Id tags | Roland Dreier | 2008-07-15 | 27 | -53/+0 |
* | IB/mthca: Clear ICM pages before handing to FW | Eli Cohen | 2008-06-23 | 1 | -1/+5 |
* | IB/mthca: Fix max_sge value returned by query_device | Roland Dreier | 2008-05-16 | 1 | -1/+13 |
* | IB/mthca: Avoid changing userspace ABI to handle DMA write barrier attribute | Roland Dreier | 2008-04-29 | 3 | -5/+20 |
* | IB/mthca: Avoid recycling old FMR R_Keys too soon | Olaf Kirch | 2008-04-29 | 1 | -13/+0 |
* | IB: expand ib_umem_get() prototype | Arthur Kepner | 2008-04-29 | 2 | -2/+16 |