aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-10RDMA/ocrdma: Get vlan tag from ib_qp_attrsSelvin Xavier1-4/+5
2014-10-10RDMA/ocrdma: Add default GID at index 0Devesh Sharma1-0/+10
2014-09-23Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds10-109/+200
2014-09-22Merge branches 'core', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier10-109/+200
2014-09-22IB/mlx4: Fix VF mac handling in RoCEJack Morgenstein2-11/+20
2014-09-22IB/mlx4: Do not allow APM under RoCEJack Morgenstein2-1/+21
2014-09-22IB/mlx4: Don't update QP1 in native modeJack Morgenstein1-0/+4
2014-09-22IB/mlx4: Avoid accessing netdevice when building RoCE qp1 headerJack Morgenstein3-16/+28
2014-09-22IB/mlx4: Avoid executing gid task when device is being removedMoni Shoua1-0/+9
2014-09-22IB/mlx4: Fix lockdep splat for the iboe lockJack Morgenstein1-12/+12
2014-09-22IB/mlx4: Get upper dev addresses as RoCE GIDs when port comes upMoni Shoua1-8/+17
2014-09-22IB/mlx4: Reorder steps in RoCE GID table initializationMoni Shoua1-12/+17
2014-09-22IB/mlx4: Don't duplicate the default RoCE GIDMoni Shoua1-0/+4
2014-09-22IB/mlx4: Avoid null pointer dereference in mlx4_ib_scan_netdevs()Moni Shoua1-23/+26
2014-09-22RDMA/ocrdma: Use right macro in query AHdevesh.sharma@emulex.com1-1/+1
2014-09-22RDMA/ocrdma: Resolve L2 address when creating user AHdevesh.sharma@emulex.com1-11/+30
2014-09-22mlx4: Correct error flows in rereg_mrMatan Barak1-2/+5
2014-09-19IB/qib: Correct reference counting in debugfs qp_statsMike Marciniszyn2-9/+2
2014-09-19IB/mlx4: Disable TSO for Connect-X rev. A0 HCAsMarkus Stockhausen1-1/+4
2014-09-19IB/qib: Change get_user_pages() usage to always NULL vmasMike Marciniszyn1-3/+3
2014-09-19IB/ipath: Change get_user_pages() usage to always NULL vmasMike Marciniszyn1-3/+3
2014-09-19RDMA/ocrdma: Do not skip setting deferred_armDevesh Sharma1-3/+1
2014-09-19RDMA/ocrdma: Report correct value of max_fast_reg_page_list_lenDevesh Sharma1-1/+1
2014-09-10mlx4: Fix wrong endianess access with QP context flagsOr Gerlitz1-1/+1
2014-09-10net/mlx4: Set vlan stripping policy by the right commandMatan Barak1-1/+1
2014-08-29mlx4: Set user-space raw Ethernet QPs to properly handle VXLAN trafficOr Gerlitz2-1/+37
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-2/+2
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds19-125/+728
2014-08-14Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4', 'mlx5', 'ocrdma' and 'srp' into for-nextRoland Dreier17-124/+635
2014-08-12RDMA/ocrdma: report asic-id in query deviceMitesh Ahuja1-1/+1
2014-08-12RDMA/ocrdma: Update sli data structure for endiannessDevesh Sharma2-50/+129
2014-08-12RDMA/ocrdma: Obtain SL from device structureDevesh Sharma2-4/+4
2014-08-12IB/mlx5: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-08-12IB/mlx4: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-4/+2
2014-08-12RDMA/amso1100: Check for integer overflow in c2_alloc_cq_buf()Dan Carpenter1-2/+5
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2-2/+2
2014-08-10IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny3-3/+3
2014-08-08infiniband: use pci_zalloc_consistentJoe Perches3-13/+10
2014-08-05IB/ipath: Add P_Key change event supportOr Gerlitz1-4/+10
2014-08-01IB/mlx4_ib: Add support for user MR re-registrationMatan Barak3-1/+93
2014-08-01RDMA/ocrdma: Update the ocrdma module version stringSelvin Xavier1-1/+1
2014-08-01RDMA/ocrdma: Fix a sparse warningSelvin Xavier1-1/+3
2014-08-01RDMA/ocrdma: Initialize the GID table while registering the deviceSelvin Xavier1-0/+53
2014-08-01RDMA/ocrdma: Increase the size of STAG array in dev structure to 16KSelvin Xavier3-2/+8
2014-08-01RDMA/ocrdma: Add missing adapter mailbox opcodesSelvin Xavier1-29/+33
2014-08-01RDMA/ocrdma: Return proper value for max_mr_sizeMitesh Ahuja3-3/+4
2014-08-01RDMA/ocrdma: Do proper cleanup even if FW is in error stateMitesh Ahuja3-2/+19
2014-08-01RDMA/ocrdma: Allow only SEND opcode in case of UD QPsMitesh Ahuja1-0/+7
2014-08-01RDMA/ocrdma: Avoid reporting wrong completions in case of error CQEsSelvin Xavier1-0/+10
2014-08-01RDMA/ocrdma: Delete AH table if ocrdma_init_hw fails after AH table creationDevesh Sharma1-2/+5