aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-08IB/srp: Release transport before removing hostDave Dillow1-1/+1
2008-01-03IB/srp: Fix list corruption/oops on module reloadDavid Dillow1-0/+1
2007-11-27IPoIB: Fix oops if xmit is called when priv->broadcast is NULLJack Morgenstein1-0/+3
2007-11-24IB/iser: Add missing counter increment in iser_data_buf_aligned_len()Erez Zilber1-2/+4
2007-10-26IPoIB/cm: Fix receive QP cleanupRoland Dreier1-1/+1
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-98/+87
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-4/+4
2007-10-19IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin4-95/+82
2007-10-17IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"Roland Dreier1-1/+1
2007-10-16IPoIB: Use round_jiffies() for ah_reap_taskAnton Blanchard1-2/+4
2007-10-16infiniband: sg chaining supportJens Axboe1-34/+41
2007-10-15IB/ipoib: Verify address handle validity on sendMoni Shoua1-2/+3
2007-10-15IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua3-11/+20
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-0/+29
2007-10-12[SCSI] transport_srp: add rport roles attributeFUJITA Tomonori1-0/+1
2007-10-12[SCSI] ib_srp: convert to use the srp transport classFUJITA Tomonori2-0/+28
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds11-42/+95
2007-10-10IPoIB: Fix unused variable warningRoland Dreier1-1/+0
2007-10-10[IPoIB]: Convert to netdevice internal statsRoland Dreier5-41/+31
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-2/+6
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger3-29/+29
2007-10-10IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz4-0/+46
2007-10-09IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()Dotan Barak1-8/+10
2007-10-09IB/iser: Remove unnecessary includesRoland Dreier3-5/+0
2007-10-09IB/srp: Add QoS support through service IDSean Hefty1-0/+2
2007-10-09IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty3-26/+26
2007-10-09IPoIB: Fix error path memory leakEli Cohen1-2/+2
2007-10-09IPoIB: Fix typo to end statement with ';' instead of ','Eli Cohen1-1/+1
2007-10-09IPoIB: Make sure no receives are handled when stopping deviceRoland Dreier1-0/+8
2007-08-07IPoIB: Fix leak in ipoib_transport_dev_init() error pathJack Morgenstein1-0/+1
2007-08-03IB/srp: Add OUI for new Cisco targetsRaghava Kondapalli1-1/+3
2007-08-03IB/srp: Wrap OUI checking for workarounds in helper functionsRoland Dreier1-9/+20
2007-07-27[SCSI] iscsi_tcp, ib_iser Enable module refcounting for iscsi host templateMike Christie1-0/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-17IB/iser: Make a couple of functions staticRoland Dreier3-31/+25
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds6-76/+54
2007-07-10IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty1-1/+0
2007-07-10IPoIB: Recycle loopback skbs instead of freeing and reallocatingRoland Dreier1-16/+17
2007-07-10IPoIB/cm: Fix warning if IPV6 is not enabledRoland Dreier1-2/+1
2007-07-09IB: Use menuconfig for InfiniBand menuJan Engelhardt3-3/+3
2007-07-02IPoIB/cm: Partial error clean up unmaps wrong addressRalph Campbell1-2/+2
2007-06-21IPoIB/cm: Remove dead definition of struct ipoib_cm_idRoland Dreier1-7/+0
2007-06-21IPoIB/cm: Fix interoperability when MTU doesn't matchMichael S. Tsirkin1-3/+3
2007-06-21IPoIB/cm: Initialize RX before moving QP to RTRMichael S. Tsirkin1-12/+17
2007-06-18[SCSI] iscsi_iser: convert to use the data buffer accessorsFUJITA Tomonori2-12/+6
2007-06-07[SCSI] ib_srp: convert to use the data buffer accessorsFUJITA Tomonori2-48/+20
2007-06-02[SCSI] iscsi class, iscsi_tcp, iser, qla4xxx: add netdevname sysfs attrMike Christie1-0/+1
2007-06-02[SCSI] libiscsi: make can_queue configurableMike Christie3-6/+13
2007-06-02[SCSI] libiscsi: fix iscsi cmdsn allocationMike Christie1-10/+8