summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorLines
2014-09-23Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-140/+247
2014-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4/+10
2014-09-22ipoib: validate struct ipoib_cb sizeEric Dumazet-2/+8
2014-09-22Merge branches 'core', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier-134/+234
2014-09-22IB/mlx4: Fix VF mac handling in RoCEJack Morgenstein-11/+20
2014-09-22IB/mlx4: Do not allow APM under RoCEJack Morgenstein-1/+21
2014-09-22IB/mlx4: Don't update QP1 in native modeJack Morgenstein-0/+4
2014-09-22IB/mlx4: Avoid accessing netdevice when building RoCE qp1 headerJack Morgenstein-16/+28
2014-09-22IB/core: When marshaling uverbs path, clear unused fieldsMatan Barak-0/+4
2014-09-22IB/mlx4: Avoid executing gid task when device is being removedMoni Shoua-0/+9
2014-09-22IB/mlx4: Fix lockdep splat for the iboe lockJack Morgenstein-12/+12
2014-09-22IB/mlx4: Get upper dev addresses as RoCE GIDs when port comes upMoni Shoua-8/+17
2014-09-22IB/mlx4: Reorder steps in RoCE GID table initializationMoni Shoua-12/+17
2014-09-22IB/mlx4: Don't duplicate the default RoCE GIDMoni Shoua-0/+4
2014-09-22IB/mlx4: Avoid null pointer dereference in mlx4_ib_scan_netdevs()Moni Shoua-23/+26
2014-09-22IB/iser: Bump version to 1.4.1Or Gerlitz-1/+1
2014-09-22IB/iser: Allow bind only when connection state is UPSagi Grimberg-5/+14
2014-09-22IB/iser: Fix RX/TX CQ resource leak on error flowRoi Dayan-10/+14
2014-09-22RDMA/ocrdma: Use right macro in query AHdevesh.sharma@emulex.com-1/+1
2014-09-22RDMA/ocrdma: Resolve L2 address when creating user AHdevesh.sharma@emulex.com-11/+30
2014-09-22mlx4: Correct error flows in rereg_mrMatan Barak-2/+5
2014-09-19IB/qib: Correct reference counting in debugfs qp_statsMike Marciniszyn-9/+2
2014-09-19IPoIB: Remove unnecessary port queryAlex Estrin-9/+1
2014-09-19IB/mlx4: Disable TSO for Connect-X rev. A0 HCAsMarkus Stockhausen-1/+4
2014-09-19IB/qib: Change get_user_pages() usage to always NULL vmasMike Marciniszyn-3/+3
2014-09-19IB/ipath: Change get_user_pages() usage to always NULL vmasMike Marciniszyn-3/+3
2014-09-19IB: ib_umem_release() should decrement mm->pinned_vm from ib_umem_getShawn Bohrer-6/+13
2014-09-19RDMA/ocrdma: Do not skip setting deferred_armDevesh Sharma-3/+1
2014-09-19RDMA/ocrdma: Report correct value of max_fast_reg_page_list_lenDevesh Sharma-1/+1
2014-09-15Target/iser: Fix initiator_depth and responder_resourcesSagi Grimberg-5/+6
2014-09-15Target/iser: Avoid calling rdma_disconnect twiceSagi Grimberg-1/+1
2014-09-15Target/iser: Don't put isert_conn inside disconnected handlerSagi Grimberg-1/+1
2014-09-15Target/iser: Get isert_conn reference once got to connected_handlerSagi Grimberg-2/+3
2014-09-10mlx4: Fix wrong endianess access with QP context flagsOr Gerlitz-1/+1
2014-09-10net/mlx4: Set vlan stripping policy by the right commandMatan Barak-1/+1
2014-08-29mlx4: Set user-space raw Ethernet QPs to properly handle VXLAN trafficOr Gerlitz-1/+37
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-442/+1420
2014-08-14Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4...Roland Dreier-441/+1232
2014-08-14IB/srp: Fix return value check in srp_init_module()Wei Yongjun-2/+2
2014-08-12RDMA/ocrdma: report asic-id in query deviceMitesh Ahuja-1/+1
2014-08-12RDMA/ocrdma: Update sli data structure for endiannessDevesh Sharma-50/+129
2014-08-12RDMA/ocrdma: Obtain SL from device structureDevesh Sharma-4/+4
2014-08-12IB/srpt: Handle GID change eventsDoug Ledford-0/+1
2014-08-12IB/mlx5: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick-1/+1
2014-08-12IB/mlx4: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick-4/+2
2014-08-12RDMA/amso1100: Check for integer overflow in c2_alloc_cq_buf()Dan Carpenter-2/+5
2014-08-12IPoIB: Remove unnecessary test for NULL before debugfs_remove()Fabian Frederick-4/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-2/+2
2014-08-10IB/mad: Add user space RMPP supportIra Weiny-35/+73