summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
* | [PATCH] IB/ipath: remove some duplicate codeBryan O'Sullivan2006-07-011-3/+0Star
* | [PATCH] IB/ipath: update some comments and fix typosBryan O'Sullivan2006-07-012-8/+3Star
* | [PATCH] IB/ipath: allow diags on any unitBryan O'Sullivan2006-07-015-87/+53Star
* | [PATCH] IB/ipath: fix shared receive queues for RCBryan O'Sullivan2006-07-011-142/+101Star
* | [PATCH] IB/ipath: fix an indenting problemBryan O'Sullivan2006-07-011-26/+26
* | [PATCH] IB/ipath: share more common code between RC and UC protocolsBryan O'Sullivan2006-07-016-362/+270Star
* | [PATCH] IB/ipath: update copyrights and other strings to reflect new company ...Bryan O'Sullivan2006-07-0136-15/+49
* | [PATCH] IB/ipath: name zero counter offsets so it's clear they aren't countersBryan O'Sullivan2006-07-013-52/+52
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-07-012-1/+2
|\ \
| * | IB/core: Set alternate port number when initializing QP attributesSean Hefty2006-06-301-0/+1
| * | IB/uverbs: Set correct user handle for user SRQsRoland Dreier2006-06-301-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-07-015-5/+1Star
|\ \ \ | |/ / |/| |
| * | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-304-4/+0Star
| * | typo fixes: occuring -> occurringAdrian Bunk2006-06-301-1/+1
* | | [PATCH] infiniband: devfs fixAndrew Morton2006-06-301-1/+0Star
|/ /
* / [PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman2006-06-272-6/+7
|/
* [PATCH] Array overrun in drivers/infiniband/core/cma.cEric Sesterhenn2006-06-261-1/+1
* [PATCH] drivers: use list_move()Akinobu Mita2006-06-263-12/+6Star
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-06-2611-7/+3129
|\
| * IB/iser: iSER Kconfig and MakefileOr Gerlitz2006-06-224-0/+18
| * IB/iser: iSER handling of memory for RDMAOr Gerlitz2006-06-221-0/+401
| * IB/iser: iSER RDMA CM (CMA) and IB verbs interactionOr Gerlitz2006-06-221-0/+827
| * IB/iser: iSER initiator iSCSI PDU and TX/RXOr Gerlitz2006-06-221-0/+738
| * IB/iser: iSCSI iSER transport provider high level codeOr Gerlitz2006-06-221-0/+790
| * IB/iser: iSCSI iSER transport provider header fileOr Gerlitz2006-06-221-0/+354
| * IB/uverbs: Remove unnecessary list_del()sRoland Dreier2006-06-221-6/+0Star
| * IB/uverbs: Don't free wr list when it's known to be emptyKrishna Kumar2006-06-221-1/+1
* | [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-232-9/+11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2006-06-2033-958/+3889
|\
| * IB/uverbs: Don't serialize with ib_uverbs_idr_mutexRoland Dreier2006-06-183-376/+553
| * IB/mthca: Make all device methods truly reentrantRoland Dreier2006-06-185-22/+48
| * IB/mthca: Fix memory leak on modify_qp error pathsRoland Dreier2006-06-181-6/+6
| * IB/uverbs: Factor out common idr codeRoland Dreier2006-06-181-60/+22Star
| * IB/uverbs: Don't decrement usecnt on error pathsRoland Dreier2006-06-181-7/+0Star
| * IB/uverbs: Release lock on error pathGanapathi CH2006-06-181-2/+4
| * IB/cm: Use address handle helpersSean Hefty2006-06-182-20/+11Star
| * IB/sa: Add ib_init_ah_from_path()Sean Hefty2006-06-181-0/+31
| * IB: Add ib_init_ah_from_wc()Sean Hefty2006-06-181-16/+28
| * IB/ucm: Get rid of duplicate P_Key parameterSean Hefty2006-06-182-2/+1Star
| * IB/srp: Factor out common request reset codeIshai Rabinovitz2006-06-181-22/+18Star
| * IB/srp: Support SRP rev. 10 targetsRamachandra K2006-06-182-3/+42
| * IB/fmr: Use device's max_map_map_per_fmr attribute in FMR pool.Or Gerlitz2006-06-181-3/+27
| * IB/mthca: Fill in max_map_per_fmr device attributeOr Gerlitz2006-06-181-0/+10
| * IB/ipath: Add client reregister event generationRoland Dreier2006-06-181-1/+1
| * IB/mthca: Add client reregister event generationLeonid Arsh2006-06-181-3/+11
| * IB: Move struct port_info from ipath to <rdma/ib_smi.h>Leonid Arsh2006-06-181-38/+2Star
| * IPoIB: Handle client reregister eventsLeonid Arsh2006-06-181-1/+2
| * IPoIB: Fix kernel unaligned access on ia64Jack Morgenstein2006-06-183-34/+39
| * IPoIB: Avoid using stale last_send counter when reaping AHsRoland Dreier2006-06-181-18/+9Star
| * IB/mad: Check GID/LID when matching requestsJack Morgenstein2006-06-181-31/+63