aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-23Merge mulgrave-w:git/scsi-misc-2.6James Bottomley2-15/+4
2006-09-22IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen2-3/+3
2006-09-22IPoIB: Remove unused include of vmalloc.hDotan Barak1-1/+0
2006-09-22IPoIB: Rejoin all multicast groups after a port eventEli Cohen1-1/+3
2006-09-22IPoIB: Create MCGs with all attributes required by RFCRoland Dreier1-5/+15
2006-09-22IB/iser: INFINIBAND_ISER depends on INETRoland Dreier1-1/+1
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin4-10/+25
2006-09-22IPoIB: Refactor completion handlingRoland Dreier1-88/+100
2006-09-22IB/iser: Do not use FMR for a single dma entry sgErez Zilber3-16/+39
2006-09-22IB/iser: fix some debug printsErez Zilber1-3/+14
2006-09-22IB/iser: make FMR "page size" be 4K and not PAGE_SIZEErez Zilber3-14/+27
2006-09-22IB/iser: Limit the max size of a scsi commandErez Zilber1-0/+1
2006-09-22IB/iser: fix a check of SG alignment for RDMAErez Zilber1-1/+1
2006-09-22RDMA: iWARP Core Changes.Tom Tucker2-2/+8
2006-09-22IB: Whitespace fixesRoland Dreier2-2/+2
2006-09-22IB/srp: Add port/device attributesIshai Rabinovitz1-6/+24
2006-09-22IB/ipoib: Fix flush/start xmit race (from code review)Michael S. Tsirkin1-4/+8
2006-09-14IPoIB: Retry failed send-only multicast group joinsEli Cohen1-0/+1
2006-09-14IB/srp: Don't schedule reconnect from srpIshai Rabinovitz1-14/+0
2006-09-02[SCSI] libiscsi, iscsi_tcp, iscsi_iser: check that burst lengths are valid.Mike Christie2-15/+4
2006-08-06Merge ../linux-2.6James Bottomley2-4/+18
2006-08-03IB/ipoib: Remove broken link from Kconfig and documentationOr Gerlitz1-2/+1
2006-08-03IB/srp: Work around data corruption bug on Mellanox targetsIshai Rabinovitz1-2/+15
2006-08-03IB/srp: Fix crash in srp_reconnect_targetIshai Rabinovitz1-0/+2
2006-07-28[SCSI] iscsi bugfixes: fix oops when iser is flushing ioMike Christie1-20/+2
2006-07-24IB/ipoib: Fix packet loss after hardware address updateMichael S. Tsirkin2-0/+24
2006-07-24IB/ipoib: Fix oops with ipoib_debug_mcast setOr Gerlitz1-4/+4
2006-07-14[PATCH] fmr pool: remove unnecessary pointer dereferenceMichael S. Tsirkin2-2/+2
2006-07-14[PATCH] srp: fix fmr error handlingVu Pham1-0/+1
2006-07-03Merge ../scsi-misc-2.6James Bottomley1-121/+17
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+0
2006-06-30[PATCH] infiniband: devfs fixAndrew Morton1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[SCSI] iscsi: convert iser to new set/get param fnsMike Christie1-121/+17
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-4/+2
2006-06-22IB/iser: iSER Kconfig and MakefileOr Gerlitz2-0/+15
2006-06-22IB/iser: iSER handling of memory for RDMAOr Gerlitz1-0/+401
2006-06-22IB/iser: iSER RDMA CM (CMA) and IB verbs interactionOr Gerlitz1-0/+827
2006-06-22IB/iser: iSER initiator iSCSI PDU and TX/RXOr Gerlitz1-0/+738
2006-06-22IB/iser: iSCSI iSER transport provider high level codeOr Gerlitz1-0/+790
2006-06-22IB/iser: iSCSI iSER transport provider header fileOr Gerlitz1-0/+354
2006-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-208/+410
2006-06-17[NET]: Add netif_tx_lockHerbert Xu1-2/+4
2006-06-17IB/srp: Factor out common request reset codeIshai Rabinovitz1-22/+18
2006-06-17IB/srp: Support SRP rev. 10 targetsRamachandra K2-3/+42
2006-06-17IPoIB: Handle client reregister eventsLeonid Arsh1-1/+2
2006-06-17IPoIB: Fix kernel unaligned access on ia64Jack Morgenstein3-34/+39
2006-06-17IPoIB: Avoid using stale last_send counter when reaping AHsRoland Dreier1-18/+9
2006-06-17IB/srp: Get rid of "Target has req_lim 0" messagesRoland Dreier2-6/+17
2006-06-17IB/srp: Handle DREQ events from CMIshai Rabinovitz1-5/+9