summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)Author
2009-10-02[SCSI] libiscsi: iscsi_session_setup to allow for private spaceJayamohan Kallickal
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2009-09-24IPoIB: Don't turn on carrier for a non-active portMoni Shoua
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-09-05IPoIB: Check multicast address formatJason Gunthorpe
2009-09-05IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier
2009-09-05IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-03net: skb->dst accessorsEric Dumazet
2009-05-30net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet
2009-05-23[SCSI] libiscsi: add task aborted stateMike Christie
2009-05-23[SCSI] iscsi: pass ep connect shostMike Christie
2009-05-18net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman
2009-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds
2009-04-27[SCSI] cxgb3i, iser, iscsi_tcp: set target can queueMike Christie
2009-04-20IPoIB: Disable NAPI while CQ is being drainedYossi Etigin
2009-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2009-03-31IPoIB: Avoid free_netdev() BUG when destroying a child interfaceRoland Dreier
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-03-24Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'm...Roland Dreier
2009-03-21infiniband: convert ipoib to net_device_opsStephen Hemminger
2009-03-13[SCSI] iscsi class: remove host no argument from session creation calloutMike Christie
2009-03-13[SCSI] iscsi lib: remove qdepth param from iscsi host allocationMike Christie
2009-03-13[SCSI] iscsi lib: have lib create work queue for transmitting IOMike Christie
2009-03-13[SCSI] libiscsi: don't cap queue depth in iscsi modulesMike Christie
2009-03-13[SCSI] iser: have iser use its own loggingMike Christie
2009-02-27IB/iser: Remove hard setting of path MTUOr Gerlitz
2009-02-17IPoIB: In unicast_arp_send(), only free newly-created pathsJack Morgenstein
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-16IPoIB: Do not print error messages for multicast join retriesYossi Etigin
2009-01-14IPoIB: Fix deadlock between ipoib_open() and child interface createRoland Dreier
2009-01-14IPoIB: Fix hang in napi_disable() if P_Key is never foundRoland Dreier
2009-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2009-01-12Merge branches 'ehca', 'ipoib', 'iser', 'mlx4' and 'nes' into for-nextRoland Dreier
2009-01-12IB/iser: Add dependency on INFINIBAND_ADDR_TRANSRandy Dunlap
2009-01-12IPoIB: Do not join broadcast group if interface is brought downYossi Etigin
2009-01-09IPoIB: Fix loss of connectivity after bonding failover on both sidesYossi Etigin
2009-01-06infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-29[SCSI] libiscsi: pass opcode into alloc_pdu calloutMike Christie
2008-12-29[SCSI] iser: convert iser to new alloc_pdu apiMike Christie
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-12-21IB/iser: Avoid recv buffer exhaustion caused by unexpected PDUsDavid Disseldorp
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-12IPoIB: Fix crash in path_rec_completion()Yossi Etigin
2008-11-12IPoIB: Fix hang in ipoib_flush_paths()Yossi Etigin
2008-11-12IPoIB: Don't enable NAPI when it's already enabledYossi Etigin
2008-10-31drivers: replace NIPQUAD()Harvey Harrison