Age | Commit message (Expand) | Author | Files | Lines |
2008-06-23 | IB/mthca: Clear ICM pages before handing to FW | Eli Cohen | 1 | -1/+5 |
2008-05-17 | IB/mthca: Fix max_sge value returned by query_device | Roland Dreier | 1 | -1/+13 |
2008-04-30 | IB/mthca: Avoid changing userspace ABI to handle DMA write barrier attribute | Roland Dreier | 3 | -5/+20 |
2008-04-30 | IB/mthca: Avoid recycling old FMR R_Keys too soon | Olaf Kirch | 1 | -13/+0 |
2008-04-29 | IB: expand ib_umem_get() prototype | Arthur Kepner | 2 | -2/+16 |
2008-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 1 | -20/+28 |
2008-04-20 | IB: convert struct class_device to struct device | Tony Jones | 1 | -20/+28 |
2008-04-19 | Convert asm/semaphore.h users to linux/semaphore.h | Matthew Wilcox | 1 | -2/+1 |
2008-04-17 | IB/mthca: Update module version and release date | Jack Morgenstein | 1 | -2/+2 |
2008-04-17 | IB/mthca: Update QP state if query QP succeeds | Dotan Barak | 1 | -6/+14 |
2008-04-17 | IB/core: Add support for "send with invalidate" work requests | Roland Dreier | 1 | -3/+3 |
2008-04-17 | IB/core: Add creation flags to struct ib_qp_init_attr | Eli Cohen | 1 | -0/+3 |
2008-04-17 | IB/mthca: Avoid integer overflow when allocating huge ICM table | Roland Dreier | 1 | -1/+3 |
2008-04-17 | IB/mthca: Avoid integer overflow when dealing with profile size | Roland Dreier | 3 | -7/+10 |
2008-04-17 | IB/mthca: Add IPoIB checksum offload support | Eli Cohen | 6 | -13/+30 |
2008-04-17 | IB/mthca: Formatting cleanups | Roland Dreier | 6 | -11/+11 |
2008-02-19 | IB/mthca: Free correct MPT on error exit from mthca_fmr_alloc() | Roland Dreier | 1 | -1/+1 |
2008-02-13 | IB/mthca: Convert to use be16_add_cpu() | Marcin Slusarz | 1 | -1/+1 |
2008-02-13 | IB/mthca: Add missing sg_init_table() in mthca_map_user_db() | Roland Dreier | 1 | -0/+1 |
2008-02-05 | IB/mthca: Return proper error codes from mthca_fmr_alloc() | Olaf Kirch | 1 | -2/+6 |
2008-02-05 | IB: Avoid marking __devinitdata as const | Roland Dreier | 1 | -1/+1 |
2008-02-05 | IB/ib_mthca: Pre-link receive WQEs in Tavor mode | Eli Cohen | 2 | -14/+22 |
2008-02-05 | IB/mthca: Remove checks for srq->first_free < 0 | Eli Cohen | 1 | -23/+3 |
2008-02-05 | IB/mthca: Don't read reserved fields in mthca_QUERY_ADAPTER() | Jack Morgenstein | 3 | -4/+12 |
2008-02-05 | IB/mthca: Fix and simplify page size calculation in mthca_reg_phys_mr() | Roland Dreier | 1 | -17/+3 |
2008-01-26 | IB/mthca: Update latest "native Arbel" firmware revision | Roland Dreier | 1 | -1/+1 |
2008-01-26 | IB/mthca: Remove MSI support as scheduled | Adrian Bunk | 3 | -44/+13 |
2007-10-24 | SG: Change sg_set_page() to take length and offset argument | Jens Axboe | 1 | -6/+3 |
2007-10-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 5 | -96/+47 |
2007-10-22 | [SG] Update drivers to use sg helpers | Jens Axboe | 1 | -9/+15 |
2007-10-16 | IB/mthca: Avoid alignment traps when writing doorbells | Roland Dreier | 5 | -96/+47 |
2007-10-10 | IB/mthca: Mark error paths as unlikely() in post_srq_recv functions | Eli Cohen | 1 | -4/+4 |
2007-10-10 | IB/mthca: Use mmiowb() to avoid firmware commands getting jumbled up | Roland Dreier | 1 | -0/+6 |
2007-10-10 | IB/mthca: Increase max number of QPs per multicast group to 56 | Roland Dreier | 1 | -1/+1 |
2007-10-10 | IB/mthca: Use PCI-X/PCI-Express read control interfaces | Peter Oruba | 1 | -25/+8 |
2007-10-10 | IB/mthca: Enable MSI-X by default | Michael S. Tsirkin | 1 | -31/+46 |
2007-07-21 | IB/mthca: Change command token on timeout | Michael S. Tsirkin | 1 | -2/+1 |
2007-07-19 | IB/mthca: Simplify use of size0 in work request posting | Roland Dreier | 1 | -17/+24 |
2007-07-19 | IB/mthca: Factor out setting WQE UD segment entries | Roland Dreier | 1 | -18/+22 |
2007-07-18 | IB/mthca: Factor out setting WQE remote address and atomic segment entries | Roland Dreier | 1 | -59/+40 |
2007-07-18 | IB/mthca: Factor out setting WQE data segment entries | Roland Dreier | 3 | -54/+30 |
2007-07-18 | IB/mthca: Use uninitialized_var() for f0 | Roland Dreier | 1 | -2/+14 |
2007-07-18 | IB/mthca: Fix printk format used for firmware version in warning | Roland Dreier | 1 | -1/+1 |
2007-07-18 | IB/mthca: Schedule MSI support for removal | Roland Dreier | 1 | -4/+16 |
2007-07-18 | drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warning | Jeff Garzik | 1 | -2/+2 |
2007-07-10 | IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>) | Shani Moideen | 2 | -2/+2 |
2007-07-10 | IB: Use menuconfig for InfiniBand menu | Jan Engelhardt | 1 | -1/+1 |
2007-06-07 | IB/mthca, mlx4_core: Fix typo in comment | Roland Dreier | 1 | -1/+1 |
2007-05-30 | IB/mthca: Fix handling of send CQE with error for QPs connected to SRQ | Michael S. Tsirkin | 1 | -3/+3 |
2007-05-22 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 3 | -61/+102 |