index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mthca
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-25
IB/core: Fix and clean up ib_ud_header_init()
Eli Cohen
1
-1
/
+1
2009-09-24
IB/mthca: Fix access to freed memory in catastrophic event handling
Jack Morgenstein
1
-3
/
+8
2009-09-11
Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and...
Roland Dreier
9
-17
/
+29
2009-09-06
IB/mthca: Don't allow userspace open while recovering from catastrophic error
Jack Morgenstein
4
-0
/
+7
2009-09-06
IB/mthca: Distinguish multiple devices in /proc/interrupts
Arputham Benjamin
2
-5
/
+13
2009-09-06
IB/mthca: Annotate CQ locking
Roland Dreier
1
-4
/
+8
2009-09-06
IB/mthca: Remove unnecessary include of <linux/init.h>
Roland Dreier
1
-1
/
+0
2009-09-06
IB/mthca: Remove unnecessary include of <asm/page.h>
Roland Dreier
1
-2
/
+0
2009-09-06
IB: Use printk_once() for driver versions
Marcin Slusarz
1
-5
/
+1
2009-06-23
IB/mthca: Replace dma_sync_single() use with proper functions
Roland Dreier
1
-3
/
+10
2009-06-14
IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTx
Roland Dreier
1
-1
/
+3
2009-05-28
IB/mthca: Add module parameter for number of MTTs per segment
Eli Cohen
5
-14
/
+26
2009-04-21
IB/mthca: Fix timeout for INIT_HCA and a few other commands
Jack Morgenstein
1
-7
/
+9
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
1
-2
/
+2
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
1
-2
/
+2
2009-01-29
IB/mthca: Fix dispatch of IB_EVENT_LID_CHANGE event
Moni Shoua
1
-6
/
+19
2008-10-29
net: replace %p6 with %pI6
Harvey Harrison
1
-2
/
+2
2008-10-29
infiniband: use %p6 for printing message ids
Harvey Harrison
1
-21
/
+2
2008-09-30
IB/mthca: Use pci_request_regions()
Roland Dreier
3
-111
/
+14
2008-07-26
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
1
-1
/
+1
2008-07-23
IB/mthca: Keep free count for MTT buddy allocator
Roland Dreier
2
-8
/
+19
2008-07-15
IB/mthca: Fix check of max_send_sge for special QPs
Roland Dreier
1
-2
/
+2
2008-07-15
IB/mthca: Use round_jiffies() for catastrophic error polling timer
Roland Dreier
1
-1
/
+1
2008-07-15
IB/mthca: Remove "stop" flag for catastrophic error polling timer
Roland Dreier
2
-14
/
+2
2008-07-15
IB/mthca: Remove extra code for RESET->ERR QP state transition
Roland Dreier
1
-26
/
+0
2008-07-15
RDMA/core: Add memory management extensions support
Steve Wise
1
-2
/
+2
2008-07-15
RDMA: Remove subversion $Id tags
Roland Dreier
27
-53
/
+0
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
[next]