summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds20-669/+1015
2015-02-10IB/mlx4: Reset flow support for IB kernel ULPsYishai Hadas5-6/+191
2015-02-10IB/mlx4: Always use the correct port for mirrored multicast attachmentsMoni Shoua1-1/+5
2015-02-06Revert "IB/core: Add support for extended query device caps"Yann Droneaud3-99/+41
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-241/+134
2015-02-05IB/mlx4: Load balance ports in port aggregation modeMoni Shoua4-0/+29
2015-02-05IB/mlx4: Create mirror flows in port aggregation modeMoni Shoua2-13/+80
2015-02-05IB/mlx4: Add port aggregation supportMoni Shoua1-6/+70
2015-02-05IB/mlx4: Reuse mlx4_mac_to_u64()Moni Shoua1-11/+1
2015-02-04Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds7-241/+134
2015-02-03Merge branches 'ipoib' and 'odp' into for-nextRoland Dreier1-1/+0
2015-02-03IB/core: Temporarily disable ex_query_device uverbHaggai Eran1-1/+0
2015-01-31Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue"Roland Dreier1-2/+6
2015-01-31Revert "IPoIB: Make the carrier_on_task race aware"Roland Dreier1-15/+6
2015-01-31Revert "IPoIB: fix MCAST_FLAG_BUSY usage"Roland Dreier2-101/+57
2015-01-31Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race"Roland Dreier1-32/+5
2015-01-31Revert "IPoIB: change init sequence ordering"Roland Dreier1-17/+7
2015-01-31Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier6-58/+34
2015-01-31Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"Roland Dreier3-12/+15
2015-01-31Revert "IPoIB: No longer use flush as a parameter"Roland Dreier3-16/+17
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-01-26net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas5-14/+20
2015-01-16iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.hHariprasad Shenai7-483/+483
2015-01-16iw_cxgb4: Cleanup register defines/MACROS defined in t4.hHariprasad Shenai3-70/+70
2015-01-16net/mlx4: Don't disable vxlan offloads under DMFS-A0 optimized steeringOr Gerlitz1-1/+2
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-6/+7
2015-01-14infiniband: mlx5: avoid a compile-time warningArnd Bergmann1-1/+1
2015-01-13iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Hariprasad Shenai2-12/+12
2015-01-13iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL mess...Hariprasad Shenai1-39/+39
2015-01-06RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai1-13/+13
2014-12-21Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-6/+5
2014-12-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-793/+886
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2-6/+5
2014-12-16Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and ...Roland Dreier39-439/+2905
2014-12-16IB/mlx5: Implement on demand paging by adding support for MMU notifiersHaggai Eran4-16/+198
2014-12-16IB/mlx5: Add support for RDMA read/write responder page faultsHaggai Eran1-0/+79
2014-12-16IB/mlx5: Handle page faultsHaggai Eran1-0/+408
2014-12-16IB/mlx5: Page faults handling infrastructureHaggai Eran5-21/+293
2014-12-16IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creationHaggai Eran3-8/+148
2014-12-16IB/mlx5: Changes in memory region creation to support on-demand pagingHaggai Eran3-18/+85
2014-12-16IB/mlx5: Implement the ODP capability query verbHaggai Eran4-0/+83
2014-12-16IB/srp: Allow newline separator for connection stringSagi Grimberg1-1/+1
2014-12-16IB/core: Implement support for MMU notifiers regarding on demand paging regionsHaggai Eran6-12/+483
2014-12-16IB/core: Add support for on demand paging regionsShachar Raindel5-0/+341
2014-12-16IB/core: Add flags for on demand paging supportSagi Grimberg3-3/+40
2014-12-16IB/core: Add support for extended query device capsEli Cohen3-42/+86
2014-12-16IB/mlx5: Add function to read WQE from user-spaceHaggai Eran2-0/+73
2014-12-16IB/core: Add umem function to read data from user-spaceHaggai Eran1-0/+34
2014-12-16IB/core: Replace ib_umem's offset field with a full addressHaggai Eran7-11/+11
2014-12-16IB/mlx5: Enhance UMR support to allow partial page table updateHaggai Eran3-48/+96