aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2-0/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-4/+2
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2-2/+2
2013-02-27IB/qib: convert to idr_alloc()Tejun Heo1-13/+8
2013-02-27IB/ocrdma: convert to idr_alloc()Tejun Heo1-13/+1
2013-02-27IB/mlx4: convert to idr_alloc()Tejun Heo1-17/+15
2013-02-27IB/ipath: convert to idr_alloc()Tejun Heo1-12/+4
2013-02-27IB/ehca: convert to idr_alloc()Tejun Heo2-39/+22
2013-02-27IB/cxgb4: convert to idr_alloc()Tejun Heo1-13/+14
2013-02-27IB/cxgb3: convert to idr_alloc()Tejun Heo1-13/+11
2013-02-27IB/amso1100: convert to idr_alloc()Tejun Heo1-8/+11
2013-02-27IB/core: convert to idr_alloc()Tejun Heo6-81/+48
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-9/+9
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds31-161/+521
2013-02-26Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 's...Roland Dreier21-137/+351
2013-02-25IB/mlx4: Advertise MW supportShani Michaeli1-0/+19
2013-02-25IB/mlx4: Support memory window bindingShani Michaeli3-3/+56
2013-02-25mlx4: Implement memory windows allocation and deallocationShani Michaeli2-0/+64
2013-02-25IPoIB: Free ipoib neigh on path record failure so path rec queries are retriedRoland Dreier1-0/+3
2013-02-25IB/srp: Fail I/O requests if the transport is offlineBart Van Assche2-0/+8
2013-02-25IB/srp: Avoid endless SCSI error handling loopBart Van Assche1-14/+15
2013-02-25IB/srp: Avoid sending a task management function needlesslyBart Van Assche1-2/+3
2013-02-25IB/srp: Track connection state properlyBart Van Assche1-1/+0
2013-02-25IB/mlx4: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-02-25IB/mlx4: Fix compiler warning about uninitialized 'vlan' variablePaul Bolle1-1/+1
2013-02-25IB/mlx4: Convert is_xxx variables in build_mlx_header() to boolRoland Dreier2-6/+6
2013-02-22new helper: file_inode(file)Al Viro5-9/+9
2013-02-22IB/iser: Enable iser when FMRs are not supportedOr Gerlitz2-5/+10
2013-02-22IB/iser: Avoid error prints on EAGAIN registration failuresOr Gerlitz1-1/+1
2013-02-22IB/iser: Use proper define for the commands per LUN value advertised to SCSI MLOr Gerlitz1-1/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-21IB/uverbs: Implement memory windows support in uverbsShani Michaeli3-2/+134
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli8-22/+36
2013-02-21mlx4_core: Propagate MR deregistration failures to callerShani Michaeli1-5/+8
2013-02-21IB/mlx4_ib: Remove local invalidate segment unused fieldsShani Michaeli1-4/+2
2013-02-19IPoIB: Don't attempt to release resources on error flowItai Garbi1-0/+2
2013-02-19IPoIB: Add version and firmware info to ethtool reportingYan Burman3-1/+25
2013-02-19IPoIB: Fix ipoib_neigh hashing to use the correct daddr octetsShlomo Pongratz2-2/+4
2013-02-15IB/mlx4: Adjust duplicate testJulia Lawall1-1/+1
2013-02-15IB/mlx4: Fix bug unwinding on error in mlx4_ib_init_sriov()Dan Carpenter1-3/+4
2013-02-15RDMA/amso1100: Use module_pci_driver() to simplify the codeWei Yongjun1-12/+1
2013-02-15RDMA/cxgb4: Fix cast warningStefan Hasko1-1/+1
2013-02-14IB/qib: Fix QP locate/remove raceMike Marciniszyn1-2/+3
2013-02-14RDMA/cxgb4: "cookie" can stay in host endiannessPaul Bolle1-2/+2
2013-02-14RDMA/cxgb4: Address sparse warningsVipul Pandya2-31/+40
2013-02-14RDMA/cxgb4: Insert hwtid in pass_accept_req instead in pass_establishVipul Pandya1-1/+1
2013-02-14RDMA/cxgb4: Don't wakeup threads for MPAv2Vipul Pandya1-1/+11
2013-02-14RDMA/cxgb4: Don't reconnect on abort for mpa_rev 1Vipul Pandya1-6/+5
2013-02-14RDMA/cxgb4: Fix endpoint timeout race conditionVipul Pandya2-13/+17
2013-02-14RDMA/cxgb4: Only log rx_data warnings if cpl status is non-zeroVipul Pandya1-1/+1
2013-02-14RDMA/cxgb4: Always log async errorsVipul Pandya2-6/+8
2013-02-14RDMA/cxgb4: Keep QP referenced until TID releasedVipul Pandya2-4/+17
2013-02-14RDMA/cxgb4: Display streaming mode error only if detected in RTSVipul Pandya1-12/+14
2013-02-14RDMA/cxgb4: Abort connections when moving to ERROR stateVipul Pandya2-0/+2
2013-02-14RDMA/cxgb4: Abort connections that receive unexpected streaming mode dataVipul Pandya1-9/+10
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-14/+9
2013-02-05Merge branches 'ipoib', 'mlx4' and 'qib' into for-nextRoland Dreier1-8/+3
2013-02-05IB/qib: Fix for broken sparse warning fixMike Marciniszyn1-8/+3
2013-02-05IPoIB: Fix crash due to skb double destructShlomo Pongratz2-6/+6
2013-01-29IB: cxgb3: delay freeing mem untill entirely done with itJesper Juhl1-1/+1
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-39/+33
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko2-6/+8
2013-01-04nes: remove usage of dev->masterJiri Pirko2-4/+6
2013-01-03Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman10-39/+33
2012-12-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-116/+924
2012-12-19Merge branches 'cxgb4', 'ipoib' and 'mlx4' into for-nextRoland Dreier2-1/+5
2012-12-19RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya3-82/+352
2012-12-19RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2-55/+442
2012-12-19RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya2-6/+153
2012-12-19IPoIB: Call skb_dst_drop() once skb is enqueued for sendingRoland Dreier2-1/+5
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-20/+0
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-103/+76
2012-12-08Merge branch 'nes' into for-nextRoland Dreier4-26/+17
2012-12-08RDMA/nes: Fix for crash when registering zero length MR for CQTatyana Nikolova1-0/+5
2012-12-08RDMA/nes: Fix for terminate timer crashTatyana Nikolova3-8/+6
2012-12-08RDMA/nes: Fix for BUG_ON due to adding already-pending timerTatyana Nikolova1-18/+6
2012-11-30Merge branch 'srp' into for-nextRoland Dreier2-134/+191
2012-11-30IB/srp: Allow SRP disconnect through sysfsBart Van Assche1-0/+10
2012-11-30IB/srp: send disconnect request without waiting for CM timewait exitVu Pham1-4/+0
2012-11-30IB/srp: destroy and recreate QP and CQs when reconnectingIshai Rabinovitz1-31/+35
2012-11-30IB/srp: Eliminate state SRP_TARGET_DEADBart Van Assche2-56/+32
2012-11-30IB/srp: Introduce the helper function srp_remove_target()Bart Van Assche1-7/+12
2012-11-30IB/srp: Suppress superfluous error messagesBart Van Assche2-8/+31
2012-11-30IB/srp: Process all error completionsBart Van Assche1-4/+6
2012-11-30IB/srp: Introduce srp_handle_qp_err()Bart Van Assche2-18/+21
2012-11-30IB/srp: Simplify SCSI error handlingBart Van Assche1-4/+0
2012-11-30IB/srp: Keep processing commands during host removalBart Van Assche1-7/+0
2012-11-30IB/srp: Eliminate state SRP_TARGET_CONNECTINGBart Van Assche2-12/+14
2012-11-30IB/srp: Increase block layer timeoutBart Van Assche2-0/+47
2012-11-29Merge branches 'cma' and 'mlx4' into for-nextRoland Dreier2-7/+6
2012-11-29RDMA/cm: Change return value from find_gid_port()shefty1-5/+4
2012-11-29IB/mlx4: Fix spinlock order to avoid lockdep warningsJack Morgenstein1-2/+2
2012-11-28ib_srpt: Convert TMR path to target_submit_tmrNicholas Bellinger1-19/+18
2012-11-28ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->krefNicholas Bellinger2-71/+52
2012-11-26Merge branches 'cxgb4', 'misc', 'mlx4', 'nes' and 'uapi' into for-nextRoland Dreier10-61/+93
2012-11-26RDMA/cxgb3: use WARNJulia Lawall1-4/+2
2012-11-26RDMA/cxgb4: use WARNJulia Lawall1-4/+2
2012-11-26mlx4: 64-byte CQE/EQE supportOr Gerlitz4-14/+60
2012-11-26Merge branch 'merge' into nextBenjamin Herrenschmidt4-55/+52
2012-11-22RDMA/amsol1100: Fix missing breakAlan Cox1-0/+1
2012-11-22IB/ipath: Remove unreachable codeAlan Cox1-10/+0
2012-11-22RDMA/nes: Use WARN()Julia Lawall2-9/+5
2012-11-22RDMA/nes: Fix for incorrect multicast address in the perfect filter tableTatyana Nikolova1-6/+7
2012-11-22RDMA/nes: Fix for sending fpdus in order to hardwareTatyana Nikolova1-13/+10
2012-11-22RDMA/nes: Fix for unlinking skbs from empty listTatyana Nikolova1-4/+7
2012-11-22RDMA/nes: Fix incorrect address of IP headerTatyana Nikolova1-1/+1
2012-11-15powerpc: Move get_longbusy_msecs into hvcall.h and remove duplicate functionIan Munsie1-20/+0
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-25/+18
2012-10-23Merge branches 'cxgb4' and 'mlx4' into for-nextRoland Dreier3-54/+51
2012-10-22RDMA/cxgb4: Don't free chunk that we have failed to allocateThadeu Lima de Souza Cascardo1-1/+1
2012-10-18IB/mlx4: Synchronize cleanup of MCGs in MCG paravirtualizationEli Cohen1-7/+8
2012-10-18IB/mlx4: Fix QP1 P_Key processing in the Primary Physical Function (PPF)Jack Morgenstein2-46/+42
2012-10-18IB/mlx4: Fix build error on platforms where UL is not 64 bitsDoug Ledford1-1/+1
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-12/+0
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller12-103/+148
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov3-4/+4
2012-10-07Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds9-99/+144
2012-10-07infiniband: pass rdma_cm module to netlink_dump_startGao feng2-1/+3
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds8-39/+33
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2-2/+2
2012-10-04Merge branches 'cma', 'ipoib', 'iser', 'mlx4' and 'nes' into for-nextRoland Dreier8-96/+141
2012-10-04RDMA/cma: Check that retry count values are in rangeSean Hefty1-3/+3
2012-10-03IB/iser: Add more RX CQs to scale out processing of SCSI responsesAlex Tabachnik2-44/+103
2012-10-03RDMA/nes: Bump the version number of nes driverTatyana Nikolova1-1/+1
2012-10-03RDMA/nes: Remove unused module parameter "send_first"Tatyana Nikolova2-6/+0
2012-10-03RDMA/nes: Remove unnecessary if-else statementTatyana Nikolova1-12/+3
2012-10-03RDMA/nes: Add missing break to switch.Tatyana Nikolova1-0/+1
2012-10-02IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=nRoland Dreier3-33/+33
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-24/+18
2012-10-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds29-249/+6089
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-77/+317
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds4-20/+11
2012-10-02Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an...Roland Dreier26-246/+6085
2012-10-01IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz5-26/+111
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-29/+21
2012-10-01IB/qib: Fix local access validation for user MRsMike Marciniszyn1-2/+3
2012-09-30IB/srp: Avoid having aborted requests hangBart Van Assche1-0/+1
2012-09-30IB/srp: Fix use-after-free in srp_reset_req()Bart Van Assche1-1/+1
2012-09-30IB/qib: Add a qib driver versionDean Luick3-3/+16
2012-09-30RDMA/nes: Fix compilation error when nes_debug is enabledTatyana Nikolova1-2/+2
2012-09-30RDMA/nes: Print hardware resource typeTatyana Nikolova3-11/+20
2012-09-30RDMA/nes: Fix for crash when TX checksum offload is offTatyana Nikolova1-0/+2
2012-09-30RDMA/nes: Cosmetic changesTatyana Nikolova1-19/+13
2012-09-30RDMA/nes: Fix for incorrect MSS when TSO is onTatyana Nikolova1-7/+7
2012-09-30RDMA/nes: Fix incorrect resolving of the loopback MAC addressTatyana Nikolova1-25/+7
2012-09-30IB/mlx4: Create paravirt contexts for VFs when master IB driver initializesJack Morgenstein2-0/+14
2012-09-30mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculationsJack Morgenstein2-41/+75
2012-09-30mlx4: Paravirtualize Node Guids for slavesJack Morgenstein2-0/+17
2012-09-30mlx4: Activate SR-IOV mode for IBJack Morgenstein1-2/+6
2012-09-30IB/mlx4: Miscellaneous adjustments for SR-IOV IB supportJack Morgenstein2-9/+23
2012-09-30IB/mlx4: Add iov directory in sysfs under the ib deviceJack Morgenstein6-4/+917
2012-09-30IB/mlx4: Propagate P_Key and guid change port management events to slavesJack Morgenstein1-7/+155
2012-09-30mlx4: Add alias_guid mechanismJack Morgenstein5-8/+812
2012-09-30IB/mlx4: Add CM paravirtualizationAmir Vadai4-2/+468
2012-09-30IB/mlx4: Add multicast group (MCG) paravirtualization for SR-IOVOren Duer5-12/+1285
2012-09-30mlx4: MAD_IFC paravirtualizationJack Morgenstein3-26/+72
2012-09-30IB/mlx4: SR-IOV multiplex and demultiplex MADsJack Morgenstein1-2/+565
2012-09-30mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoopJack Morgenstein2-2/+66
2012-09-30IB/mlx4: Initialize SR-IOV IB support for slaves in master contextJack Morgenstein3-7/+791
2012-09-30IB/mlx4: SR-IOV IB context objects and proxy/tunnel SQP supportJack Morgenstein3-76/+699
2012-09-30IB/core: Add ib_find_exact_cached_pkey()Jack Morgenstein1-0/+32
2012-09-30IB/core: Handle table with full and partial membership for the same P_KeyJack Morgenstein2-6/+25
2012-09-30IB/mlx4: Fill in sq_sig_type in query QPDotan Barak1-0/+4
2012-09-30IPoIB: Fix use-after-free of multicast objectPatrick McHardy2-10/+11
2012-09-30RDMA/cxgb4: Fix error handling in create_qp()Emil Goode1-24/+38
2012-09-30RDMA/cma: Use consistent component mask for IPoIB port space multicast joinsDotan Barak1-1/+4
2012-09-30IB/core: Remove unused variables in ucm/ucmaDotan Barak2-2/+0
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-58/+55
2012-09-26switch simple cases of fget_light to fdgetAl Viro3-22/+20
2012-09-26switch infinibarf users of fget() to fget_light()Al Viro3-14/+10
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney6-58/+55
2012-09-25Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25bPaul E. McKenney2-164/+92
2012-09-21userns: Convert ipathfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GIDEric W. Biederman1-2/+2
2012-09-20IB/ipoib: Add rtnl_link_ops supportOr Gerlitz5-51/+206
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier1-6/+0
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier1-6/+0
2012-09-17Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into nextBenjamin Herrenschmidt2-27/+19
2012-09-14Merge branches 'cxgb4', 'ipoib', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier5-57/+54
2012-09-14IB/qib: Fix failure of compliance test C14-024#06_LocalPortNumMike Marciniszyn1-1/+2
2012-09-14RDMA/ocrdma: Fix CQE expansion of unsignaled WQEParav Pandit1-4/+4
2012-09-13Merge commit 'v3.6-rc5' into pci/gavin-window-alignmentBjorn Helgaas13-48/+101
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas13-48/+101
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas2-2/+2
2012-09-12IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz3-46/+27
2012-09-12IPoIB: Fix memory leak in the neigh table deletion flowShlomo Pongratz2-6/+21
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-1/+1
2012-09-07RDMA/cxgb4: Move dereference below NULL testWei Yongjun1-1/+1
2012-09-07make drivers with pci error handlers constStephen Hemminger2-2/+2
2012-09-07Merge branch 'merge' into nextBenjamin Herrenschmidt13-48/+101
2012-09-05RDMA/cxgb4: Update RDMA/cxgb4 due to macro definition removal in cxgb4 driverVipul Pandya1-1/+1
2012-09-05IB/ehca: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman8-22/+21
2012-09-05IB/ehca: Don't use phys_to_abs(), it's a nopMichael Ellerman1-19/+14
2012-08-23IB/qib: Use PCI Express Capability accessorsJiang Liu1-23/+15
2012-08-23IB/mthca: Use PCI Express Capability accessorsJiang Liu1-4/+4
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo1-1/+1
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo1-9/+5
2012-08-20infiniband: ehca: Fix compiler warningsPaul E. McKenney1-4/+4
2012-08-20infiniband: ehca: Fix while->do-while conversion typoPaul E. McKenney1-1/+1