aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09IB/iser: Re-introduce ib_connSagi Grimberg5-204/+245
2014-10-09IB/iser: Rename ib_conn -> iser_connSagi Grimberg5-392/+403
2014-10-09[infiniband] remove pointless assignmentsAl Viro2-2/+0
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-69/+104
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-10-03net/mlx5_core: Update device capabilities handlingEli Cohen5-68/+103
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-1/+1
2014-09-25IB/usnic: Convert to use new iommu_capable() API functionJoerg Roedel1-1/+1
2014-09-23Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds16-140/+247
2014-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-4/+10
2014-09-22ipoib: validate struct ipoib_cb sizeEric Dumazet2-2/+8
2014-09-22Merge branches 'core', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier15-134/+234
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/core: When marshaling uverbs path, clear unused fieldsMatan Barak1-0/+4
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-22IB/iser: Bump version to 1.4.1Or Gerlitz1-1/+1
2014-09-22IB/iser: Allow bind only when connection state is UPSagi Grimberg1-5/+14
2014-09-22IB/iser: Fix RX/TX CQ resource leak on error flowRoi Dayan1-10/+14
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-19IPoIB: Remove unnecessary port queryAlex Estrin1-9/+1
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-19IB: ib_umem_release() should decrement mm->pinned_vm from ib_umem_getShawn Bohrer1-6/+13
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-15Target/iser: Fix initiator_depth and responder_resourcesSagi Grimberg1-5/+6
2014-09-15Target/iser: Avoid calling rdma_disconnect twiceSagi Grimberg1-1/+1
2014-09-15Target/iser: Don't put isert_conn inside disconnected handlerSagi Grimberg1-1/+1
2014-09-15Target/iser: Get isert_conn reference once got to connected_handlerSagi Grimberg1-2/+3
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-09-01treewide: fix errors in printkMasanari Iida1-1/+1
2014-08-29mlx4: Set user-space raw Ethernet QPs to properly handle VXLAN trafficOr Gerlitz2-1/+37
2014-08-26treewide: Fix typo in printkMasanari Iida1-1/+1
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 Torvalds38-442/+1420
2014-08-14Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4', 'mlx5', 'ocrdma' and 'srp' into for-nextRoland Dreier33-441/+1232