aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-07-01[PATCH] IB/ipath: don't confuse the max message size with the MTUBryan O'Sullivan1-1/+1
2006-07-01[PATCH] IB/ipath: disallow send of invalid packet sizes over UDBryan O'Sullivan1-0/+5
2006-07-01[PATCH] IB/ipath: fix lost interrupts on HT-400Bryan O'Sullivan2-17/+36
2006-07-01[PATCH] IB/ipath: fixed bug 9776 for realBryan O'Sullivan2-31/+42
2006-07-01[PATCH] IB/ipath: reduce overhead on receive interruptsBryan O'Sullivan4-73/+105
2006-07-01[PATCH] IB/ipath: memory management cleanupsBryan O'Sullivan6-370/+279
2006-07-01[PATCH] IB/ipath: use vmalloc to allocate struct ipath_devdataBryan O'Sullivan2-8/+3
2006-07-01[PATCH] IB/ipath: use more appropriate gfp flagsBryan O'Sullivan1-12/+14
2006-07-01[PATCH] IB/ipath: enable freeze mode when shutting down deviceBryan O'Sullivan1-1/+1
2006-07-01[PATCH] IB/ipath: print better debug info when handling 32/64-bit DMA mask problemsBryan O'Sullivan1-3/+20
2006-07-01[PATCH] IB/ipath: removed unused field ipath_kregvirt from struct ipath_devdataBryan O'Sullivan2-10/+2
2006-07-01[PATCH] IB/ipath: enforce device resource limitsBryan O'Sullivan6-33/+204
2006-07-01[PATCH] IB/ipath: report correct device identification information in /sysBryan O'Sullivan4-22/+35
2006-07-01[PATCH] IB/ipath: return an error for unknown multicast GIDBryan O'Sullivan1-1/+1
2006-07-01[PATCH] IB/ipath: fix some memory leaks on failure pathsBryan O'Sullivan2-0/+3
2006-07-01[PATCH] IB/ipath: don't allow resources to be created with illegal valuesBryan O'Sullivan3-0/+24
2006-07-01[PATCH] IB/ipath: remove some duplicate codeBryan O'Sullivan1-3/+0
2006-07-01[PATCH] IB/ipath: update some comments and fix typosBryan O'Sullivan2-8/+3
2006-07-01[PATCH] IB/ipath: allow diags on any unitBryan O'Sullivan5-87/+53
2006-07-01[PATCH] IB/ipath: fix shared receive queues for RCBryan O'Sullivan1-142/+101
2006-07-01[PATCH] IB/ipath: fix an indenting problemBryan O'Sullivan1-26/+26
2006-07-01[PATCH] IB/ipath: share more common code between RC and UC protocolsBryan O'Sullivan6-362/+270
2006-07-01[PATCH] IB/ipath: update copyrights and other strings to reflect new company nameBryan O'Sullivan36-15/+49
2006-07-01[PATCH] IB/ipath: name zero counter offsets so it's clear they aren't countersBryan O'Sullivan3-52/+52
2006-06-30Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-1/+2
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds5-5/+1
2006-06-30IB/core: Set alternate port number when initializing QP attributesSean Hefty1-0/+1
2006-06-30IB/uverbs: Set correct user handle for user SRQsRoland Dreier1-1/+1
2006-06-30[PATCH] infiniband: devfs fixAndrew Morton1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel4-4/+0
2006-06-30typo fixes: occuring -> occurringAdrian Bunk1-1/+1
2006-06-29[SCSI] iscsi: convert iser to new set/get param fnsMike Christie1-121/+17
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman2-6/+7
2006-06-26[PATCH] Array overrun in drivers/infiniband/core/cma.cEric Sesterhenn1-1/+1
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita3-12/+6
2006-06-25Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds11-7/+3129
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2-9/+11
2006-06-22IB/iser: iSER Kconfig and MakefileOr Gerlitz4-0/+18
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-22IB/uverbs: Remove unnecessary list_del()sRoland Dreier1-6/+0
2006-06-22IB/uverbs: Don't free wr list when it's known to be emptyKrishna Kumar1-1/+1
2006-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds33-958/+3889
2006-06-17[NET]: Add netif_tx_lockHerbert Xu1-2/+4
2006-06-17IB/uverbs: Don't serialize with ib_uverbs_idr_mutexRoland Dreier3-376/+553
2006-06-17IB/mthca: Make all device methods truly reentrantRoland Dreier5-22/+48
2006-06-17IB/mthca: Fix memory leak on modify_qp error pathsRoland Dreier1-6/+6