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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-16
IPoIB: change init sequence ordering
Doug Ledford
1
-7
/
+17
2014-12-16
IPoIB: fix mcast_dev_flush/mcast_restart_task race
Doug Ledford
1
-5
/
+32
2014-12-16
IPoIB: fix MCAST_FLAG_BUSY usage
Doug Ledford
2
-57
/
+101
2014-12-16
IPoIB: Make the carrier_on_task race aware
Doug Ledford
1
-6
/
+15
2014-12-16
IPoIB: Consolidate rtnl_lock tasks in workqueue
Doug Ledford
1
-6
/
+2
2014-12-16
RDMA/cxgb4: Handle NET_XMIT return codes
Hariprasad S
1
-0
/
+4
2014-12-16
RDMA/cxgb4: Wake up waiters after flushing the qp
Steve Wise
1
-1
/
+1
2014-12-16
RDMA/cxgb4: Limit MRs to < 8GB for T4/T5 devices
Hariprasad Shenai
1
-0
/
+22
2014-12-16
RDMA/cxgb4: Fix locking issue in process_mpa_request
Hariprasad Shenai
1
-1
/
+2
2014-12-16
RDMA/cxgb4: Configure 0B MRs to match HW implementation
Pramod Kumar
1
-2
/
+4
2014-12-16
RDMA/cxgb4: Increase epd buff size for debug interface
Pramod Kumar
1
-1
/
+1
2014-12-16
IB/addr: Improve address resolution callback scheduling
Or Kehati
1
-2
/
+2
2014-12-16
IB/core: Fix mgid key handling in SA agent multicast data-base
Jack Morgenstein
1
-3
/
+8
2014-12-16
IB/core: Do not resolve VLAN if already resolved
Moni Shoua
1
-1
/
+2
2014-12-13
iser-target: Fix wc->wr_id cast warning
Nicholas Bellinger
1
-2
/
+1
2014-12-13
iser-target: Remove code duplication
Sagi Grimberg
1
-27
/
+20
2014-12-13
iser-target: Adjust log levels and prettify some prints
Sagi Grimberg
1
-109
/
+108
2014-12-13
iser-target: Use debug_level parameter to control logging level
Sagi Grimberg
2
-178
/
+209
2014-12-13
iser-target: Fix logout sequence
Sagi Grimberg
2
-8
/
+17
2014-12-13
iser-target: Don't wait for session commands from completion context
Sagi Grimberg
1
-7
/
+10
2014-12-13
iser-target: Reduce CQ lock contention by batch polling
Sagi Grimberg
2
-5
/
+9
2014-12-13
iser-target: Introduce isert_poll_budget
Sagi Grimberg
1
-1
/
+7
2014-12-13
iser-target: Remove an atomic operation from the IO path
Sagi Grimberg
2
-63
/
+40
2014-12-13
iser-target: Remove redundant call to isert_conn_terminate
Sagi Grimberg
1
-4
/
+0
2014-12-13
iser-target: Use single CQ for TX and RX
Sagi Grimberg
2
-124
/
+83
2014-12-13
iser-target: Centralize completion elements to a context
Sagi Grimberg
2
-108
/
+114
2014-12-13
iser-target: Cast wr_id with uintptr_t instead of unsinged long
Sagi Grimberg
1
-8
/
+8
2014-12-13
iser-target: Unite error completion handler for RX and TX
Sagi Grimberg
1
-33
/
+28
2014-12-13
iser-target: Remove interrupt coalescing
Sagi Grimberg
2
-116
/
+10
2014-12-13
iser-target: Work-around live target stack shutdown resource cleanup
Sagi Grimberg
1
-0
/
+21
2014-12-13
iscsi,iser-target: Expose supported protection ops according to t10_pi
Sagi Grimberg
2
-3
/
+12
2014-12-13
iser-target: Fix NULL dereference in SW mode DIF
Sagi Grimberg
1
-6
/
+13
2014-12-13
iser-target: Allocate PI contexts dynamically
Sagi Grimberg
2
-116
/
+158
2014-12-13
iser-target: Fix implicit termination of connections
Sagi Grimberg
2
-8
/
+35
2014-12-13
iser-target: Handle ADDR_CHANGE event for listener cm_id
Sagi Grimberg
2
-31
/
+77
2014-12-13
iser-target: Fix connected_handler + teardown flow race
Sagi Grimberg
1
-12
/
+19
2014-12-13
iser-target: Parallelize CM connection establishment
Sagi Grimberg
2
-24
/
+62
2014-12-13
iser-target: Fix flush + disconnect completion handling
Sagi Grimberg
2
-23
/
+31
2014-12-13
iscsi,iser-target: Initiate termination only once
Sagi Grimberg
2
-34
/
+51
2014-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
12
-148
/
+172
2014-12-11
net/mlx4: Add A0 hybrid steering
Matan Barak
1
-2
/
+4
2014-12-11
net/mlx4: Change QP allocation scheme
Eugenia Emantayev
2
-5
/
+8
2014-12-11
net/mlx4_core: Use tasklet for user-space CQ completion events
Matan Barak
1
-1
/
+4
2014-12-09
mlx5: Fix error flow in add_keys
Eli Cohen
1
-0
/
+3
2014-12-09
mlx5: Fix sparse warnings
Eli Cohen
1
-1
/
+15
2014-12-08
Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus
James Bottomley
3
-434
/
+720
2014-12-08
Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus
James Bottomley
1
-24
/
+2
2014-12-04
scsi: remove MSG_*_TAG defines
Christoph Hellwig
1
-5
/
+5
2014-12-04
scsi: remove ->change_queue_type method
Christoph Hellwig
1
-1
/
+0
2014-11-24
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
2
-6
/
+3
[prev]
[next]