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
/
cxgb3
/
iwch_provider.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-12
RDMA/cxgb3: Fix deadlock in iw_cxgb3 (hang when configuring interface)
Steve Wise
1
-6
/
+0
2008-10-01
RDMA/cxgb3: Set active_mtu in ib_port_attr
Jon Mason
1
-6
/
+3
2008-08-04
RDMA/cxgb3: Fix deadlock initializing iw_cxgb3 device
Steve Wise
1
-25
/
+3
2008-07-15
RDMA/cxgb3: Fixes for zero STag
Steve Wise
1
-2
/
+2
2008-07-15
RDMA/core: Add local DMA L_Key support
Steve Wise
1
-2
/
+4
2008-07-15
RDMA/cxgb3: Set rkey field for new memory windows in iwch_alloc_mw()
Steve Wise
1
-0
/
+1
2008-07-15
RDMA/cxgb3: Propagate HW page size capabilities
Jon Mason
1
-0
/
+1
2008-07-15
RDMA/cxgb3: Add support for protocol statistics
Steve Wise
1
-4
/
+58
2008-07-15
RDMA/cxgb3: Fix up some ib_device_attr fields
Steve Wise
1
-0
/
+25
2008-07-15
RDMA/cxgb3: MEM_MGT_EXTENSIONS support
Steve Wise
1
-3
/
+101
2008-07-09
RDMA/cxgb3: Fix regression caused by class_device -> device conversion
Steve Wise
1
-0
/
+4
2008-05-07
RDMA/cxgb3: Fix severe limit on userspace memory registration size
Roland Dreier
1
-15
/
+53
2008-04-30
RDMA/cxgb3: Set the max_mr_size device attribute correctly
Steve Wise
1
-1
/
+1
2008-04-29
IB: expand ib_umem_get() prototype
Arthur Kepner
1
-1
/
+1
2008-04-20
IB: convert struct class_device to struct device
Tony Jones
1
-38
/
+37
2008-04-17
IB/core: Add support for "send with invalidate" work requests
Roland Dreier
1
-2
/
+1
2008-04-17
IB: Replace remaining __FUNCTION__ occurrences with __func__
Harvey Harrison
1
-38
/
+38
2008-03-09
RDMA/cxgb3: Fix iwch_create_cq() off-by-one error
Jon Mason
1
-1
/
+1
2008-03-01
RDMA/cxgb3: Return correct max_inline_data when creating a QP
Jon Mason
1
-0
/
+3
2008-01-26
RDMA/cxgb3: Fix the T3A workaround checks
Steve Wise
1
-1
/
+1
2008-01-26
RDMA/cxgb3: Hold rtnl_lock() around ethtool get_drvinfo call
Steve Wise
1
-0
/
+5
2007-11-14
RDMA/cxgb3: Set the max_qp_init_rd_atom attribute in query_device
Steve Wise
1
-0
/
+1
2007-07-10
RDMA/cxgb3: Check return of kmalloc() in iwch_register_device()
WANG Cong
1
-3
/
+4
2007-05-09
IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules
Roland Dreier
1
-8
/
+20
2007-05-07
IB: Return "maybe missed event" hint from ib_req_notify_cq()
Roland Dreier
1
-3
/
+5
2007-05-07
IB: Add CQ comp_vector support
Michael S. Tsirkin
1
-1
/
+2
2007-05-01
RDMA/cxgb3: Fail qp creation if the requested max_inline is too large
Steve Wise
1
-0
/
+3
2007-04-25
IB: Set class_dev->dev in core for nice device symlink
Joachim Fenkes
1
-1
/
+0
2007-03-23
RDMA/cxgb3: Handle build_phys_page_list() failure in iwch_reregister_phys_mem()
Steve Wise
1
-1
/
+4
2007-03-06
RDMA/cxgb3: Fix MR permission problems
Steve Wise
1
-20
/
+4
2007-03-06
RDMA/cxgb3: Move QP to error on destroy if the state is IDLE
Steve Wise
1
-4
/
+2
2007-03-06
RDMA/cxgb3: Don't use mm after it's freed in iwch_mmap()
Steve Wise
1
-4
/
+6
2007-02-24
RDMA/cxgb3: cleanups
Adrian Bunk
1
-1
/
+1
2007-02-17
RDMA/cxgb3: Remove Open Grid Computing copyrights in iw_cxgb3 driver
Steve Wise
1
-1
/
+0
2007-02-13
RDMA/cxgb3: Add driver for Chelsio T3 RNIC
Steve Wise
1
-0
/
+1203