index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2
-11
/
+8
2008-01-25
IPoIB: Constify seq_operations function pointer tables
Jan Engelhardt
1
-2
/
+2
2008-01-25
IPoIB: Remove redundant check of netif_queue_stopped() in xmit handler
Krishna Kumar
1
-10
/
+0
2008-01-25
IB/iser: Add change_queue_depth method
Erez Zilber
1
-0
/
+1
2008-01-25
IB/iser: Print information about unhandled RDMA CM events
Erez Zilber
1
-4
/
+2
2008-01-25
IB/srp: Add identifying information to log messages
David Dillow
1
-46
/
+71
2008-01-25
IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entries
Pradeep Satyanarayana
3
-14
/
+49
2008-01-25
IB/srp: Enable SG list chaining
David Dillow
1
-0
/
+1
2008-01-25
IB/srp: Respect target credit limit
David Dillow
2
-4
/
+14
2008-01-25
IPoIB: improve IPv4/IPv6 to IB mcast mapping functions
Rolf Manderscheid
1
-4
/
+0
2008-01-25
IB/iser: Typo fix (s/destory/destroy/)
Oliver Pinter
1
-1
/
+1
2008-01-25
IB/iser: update URLs of iSER docs
Erez Zilber
1
-2
/
+2
2008-01-25
drivers/infiniband: Add missing "space"
Joe Perches
1
-1
/
+1
2008-01-25
IPoIB/cm: Add connected mode support for devices without SRQs
Pradeep Satyanarayana
4
-43
/
+200
2008-01-25
IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()
Roland Dreier
1
-22
/
+21
2008-01-25
IPoIB/cm: Factor out ipoib_cm_create_srq()
Roland Dreier
1
-17
/
+30
2008-01-25
IPoIB/cm: Factor out ipoib_cm_free_rx_ring()
Roland Dreier
1
-9
/
+19
2008-01-25
IPoIB: Trivial formatting cleanups
Roland Dreier
6
-130
/
+130
2008-01-23
[SCSI] IB/iSER: add logical unit reset support
Erez Zilber
1
-0
/
+1
2008-01-11
[SCSI] iscsi: convert xmit path to iscsi chunks
Olaf Kirch
1
-1
/
+2
2008-01-11
[SCSI] libiscsi: fix nop handling
Mike Christie
1
-1
/
+3
2008-01-11
[SCSI] libiscsi: do not block session during logout
Mike Christie
1
-3
/
+1
2008-01-11
[SCSI] libiscsi,iser: patch for AHS support
Boaz Harrosh
1
-0
/
+1
2008-01-11
[SCSI] libiscsi, iscsi_tcp: add device support
Mike Christie
1
-6
/
+0
2008-01-08
IB/srp: Release transport before removing host
Dave Dillow
1
-1
/
+1
2008-01-03
IB/srp: Fix list corruption/oops on module reload
David Dillow
1
-0
/
+1
2007-11-27
IPoIB: Fix oops if xmit is called when priv->broadcast is NULL
Jack Morgenstein
1
-0
/
+3
2007-11-24
IB/iser: Add missing counter increment in iser_data_buf_aligned_len()
Erez Zilber
1
-2
/
+4
2007-10-26
IPoIB/cm: Fix receive QP cleanup
Roland Dreier
1
-1
/
+1
2007-10-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
4
-98
/
+87
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
1
-4
/
+4
2007-10-19
IPoIB/cm: Use common CQ for CM send completions
Michael S. Tsirkin
4
-95
/
+82
2007-10-17
IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"
Roland Dreier
1
-1
/
+1
2007-10-16
IPoIB: Use round_jiffies() for ah_reap_task
Anton Blanchard
1
-2
/
+4
2007-10-16
infiniband: sg chaining support
Jens Axboe
1
-34
/
+41
2007-10-15
IB/ipoib: Verify address handle validity on send
Moni Shoua
1
-2
/
+3
2007-10-15
IB/ipoib: Bound the net device to the ipoib_neigh structue
Moni Shoua
3
-11
/
+20
2007-10-15
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2
-0
/
+29
2007-10-12
[SCSI] transport_srp: add rport roles attribute
FUJITA Tomonori
1
-0
/
+1
2007-10-12
[SCSI] ib_srp: convert to use the srp transport class
FUJITA Tomonori
2
-0
/
+28
2007-10-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
11
-42
/
+95
2007-10-10
IPoIB: Fix unused variable warning
Roland Dreier
1
-1
/
+0
2007-10-10
[IPoIB]: Convert to netdevice internal stats
Roland Dreier
5
-41
/
+31
2007-10-10
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
1
-2
/
+6
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-2
/
+0
2007-10-10
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
3
-29
/
+29
2007-10-10
IPoIB: Allow setting policy to ignore multicast groups
Or Gerlitz
4
-0
/
+46
2007-10-09
IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()
Dotan Barak
1
-8
/
+10
2007-10-09
IB/iser: Remove unnecessary includes
Roland Dreier
3
-5
/
+0
2007-10-09
IB/srp: Add QoS support through service ID
Sean Hefty
1
-0
/
+2
[next]