summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-03-251-1/+1
|\
| * RDMA/nes: Fix test of uninitialized netdevRoland Dreier2011-03-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-03-251-6/+5
|\ \ | |/ |/|
| * mlx4: generalization of multicast steering.Yevgeny Petrilin2011-03-231-5/+5
| * mlx4_en: Reporting HW revision in ethtool -iYevgeny Petrilin2011-03-231-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-03-246-252/+521
|\ \ | |/ |/|
| *-. Merge branches 'misc', 'nes' and 'srp' into for-nextRoland Dreier2011-03-233-250/+515
| |\ \
| | | * Merge branch 'external-indirect' of git://git.kernel.org/pub/scm/linux/kernel...Roland Dreier2011-03-212-249/+514
| | | |\
| | | | * IB/srp: try to use larger FMR sizes to cover our mappingsDavid Dillow2011-03-152-13/+21
| | | | * IB/srp: add support for indirect tables that don't fit in SRP_CMDDavid Dillow2011-03-152-12/+110
| | | | * IB/srp: rework mapping engine to use multiple FMR entriesDavid Dillow2011-03-152-129/+266
| | | | * IB/srp: allow sg_tablesize to be set for each targetDavid Dillow2011-03-152-24/+59
| | | | * IB/srp: move IB CM setup completion into its own functionDavid Dillow2011-03-151-71/+73
| | | | * IB/srp: always avoid non-zero offsets into an FMRDavid Dillow2011-03-151-16/+1
| | * | | RDMA/nes: Don't print success message at level KERN_ERRRoland Dreier2011-03-181-1/+1
| | |/ /
| * | | IB: Increase DMA max_segment_size on Mellanox hardwareDavid Dillow2011-03-221-0/+3
| * | | IB/mad: Improve an error message so error code is includedMichael Heinz2011-03-181-1/+2
| * | | RDMA/addr: Fix return of uninitialized ret valueSean Hefty2011-03-171-1/+1
| |/ /
* | | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-03-172-6/+6
|\ \ \
| * | | mm: export __get_user_pagesHuang Ying2011-03-172-6/+6
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-0/+26
|\ \ \ | |/ / |/| |
| * | [SCSI] iser: export addr and portMike Christie2011-02-241-0/+26
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-165-58/+28
|\ \ \
| * | | ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-9/+9
| * | | net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-1/+1
| * | | ipv4: Create and use route lookup helpers.David S. Miller2011-03-124-45/+10
| * | | ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-024-6/+10
| * | | ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller2011-03-012-2/+2
| * | | ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller2011-03-012-2/+2
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-198-41/+62
| |\ \ \ | | | |/ | | |/|
| * | | net: make dev->master generalJiri Pirko2011-02-132-2/+3
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'cma', 'cxgb4', 'ipath' and 'qib' into for-nextRoland Dreier2011-03-159-20/+51
|\ \ \ \ \
| | | * | | IB/qib: Fix M_Key field in SubnGet and SubnGetResp MADsMitko Haralanov2011-03-141-2/+3
| | | * | | IB/qib: Set default LE2 value for active cables to 0Mitko Haralanov2011-03-142-3/+12
| | | * | | IB/qib: Return correct MAD when setting link width to 255Mitko Haralanov2011-02-221-3/+4
| | | | |/ | | | |/|
| | * | | IB/ipath: Don't reset disabled devicesNicolas Kaiser2011-03-141-0/+1
| | |/ /
| * | | RDMA/cxgb4: Debugfs dump_qp() updatesSteve Wise2011-03-141-4/+9
| * | | RDMA/cxgb4: Dispatch FATAL event on EEH errorsSteve Wise2011-03-141-1/+9
| * | | RDMA/cxgb4: Use ULP_MODE_TCPDDPSteve Wise2011-03-141-0/+2
| * | | RDMA/cxgb4: Enable on-chip SQ support by defaultSteve Wise2011-03-141-2/+2
| * | | RDMA/cxgb4: Do CIDX_INC updates every 1/16 CQ depth CQE reapsSteve Wise2011-03-141-1/+7
| * | | RDMA/cxgb4: Remove db_drop_taskSteve Wise2011-03-142-2/+0
| * | | RDMA/cxgb4: Turn on delayed ACKSteve Wise2011-03-141-2/+2
| |/ /
* | | RDMA/cma: Replace global lock in rdma_destroy_id() with id-specific oneSean Hefty2011-03-151-27/+16
* | | IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH stateSean Hefty2011-03-151-1/+18
* | | IB/cm: Bump reference count on cm_id before invoking callbackSean Hefty2011-03-151-0/+1
* | | RDMA/cma: Fix crash in request handlersSean Hefty2011-03-151-0/+15
|/ /
* | Merge branches 'nes' and 'qib' into for-nextRoland Dreier2011-02-171-1/+4
|\ \
| * | IB/qib: Prevent double completions after a timeout or RNR errorMike Marciniszyn2011-02-171-1/+2
| * | IB/qib: Fix double add_timer()Mike Marciniszyn2011-02-101-0/+2
OpenPOWER on IntegriCloud