aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2014-11-13net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for ...Gravatar Matan Barak 1-2/+1
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsGravatar Anish Bhatt 2-62/+62
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Gravatar Hariprasad Shenai 4-52/+52
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+8
2014-10-30mlx4: Avoid leaking steering rules on flow creation error flowGravatar Or Gerlitz 1-2/+8
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-3/+3
2014-10-19Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 18-927/+1330
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2014-10-14Merge branches 'core', 'cxgb4', 'iser', 'mlx5' and 'ocrdma' into for-nextGravatar Roland Dreier 17-927/+1324
2014-10-14RDMA/cxgb4: Fix ntuple calculation for ipv6 and remove duplicate lineGravatar Hariprasad S 1-4/+3
2014-10-14RDMA/cxgb4: Add missing neigh_release in find_routeGravatar Hariprasad S 1-0/+1
2014-10-14RDMA/cxgb4: Take IPv6 into account for best_mtu and set_emssGravatar Hariprasad S 1-8/+16
2014-10-14RDMA/cxgb4: Make c4iw_wr_log_size_order staticGravatar Steve Wise 1-1/+1
2014-10-14IB/core: Fix XRC race condition in ib_uverbs_open_qpGravatar Jack Morgenstein 1-0/+4
2014-10-14IB/core: Clear AH attr variable to prevent garbage dataGravatar Devesh Sharma 1-0/+2
2014-10-14ib_srpt: replace strnicmp with strncasecmpGravatar Rasmus Villemoes 1-1/+1
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+0
2014-10-10RDMA/ocrdma: Save the bit environment, spare unncessary parenthesisGravatar Jes Sorensen 1-19/+19
2014-10-10RDMA/ocrdma: The kernel has a perfectly good BIT() macro - use itGravatar Jes Sorensen 2-103/+101
2014-10-10RDMA/ocrdma: Don't memset() buffers we just allocated with kzalloc()Gravatar Jes Sorensen 1-9/+3
2014-10-10RDMA/ocrdma: Remove a unused-label warningGravatar Li RongQing 1-0/+2
2014-10-10RDMA/ocrdma: Convert kernel VA to PA for mmap in userGravatar Devesh Sharma 1-5/+5
2014-10-10RDMA/ocrdma: Get vlan tag from ib_qp_attrsGravatar Selvin Xavier 1-4/+5
2014-10-10RDMA/ocrdma: Add default GID at index 0Gravatar Devesh Sharma 1-0/+10
2014-10-09IB/mlx5, iser, isert: Add Signature API additionsGravatar Sagi Grimberg 3-111/+83
2014-10-09Target/iser: Centralize ib_sig_domain settingGravatar Sagi Grimberg 1-17/+16
2014-10-09IB/iser: Centralize ib_sig_domain settingsGravatar Sagi Grimberg 1-18/+18
2014-10-09IB/mlx5: Use extended internal signature layoutGravatar Sagi Grimberg 1-43/+37
2014-10-09IB/iser: Set IP_CSUM as default guard typeGravatar Sagi Grimberg 1-2/+2
2014-10-09IB/iser: Remove redundant assignmentGravatar Sagi Grimberg 1-1/+0
2014-10-09IB/mlx5: Use enumerations for PI copy maskGravatar Sagi Grimberg 1-3/+3
2014-10-09IB/mlx5: Modify to work with arbitrary page sizeGravatar Yishai Hadas 1-8/+10
2014-10-09IB/mlx5: Remove duplicate code from mlx5_set_pathGravatar Eli Cohen 1-16/+5
2014-10-09IB/mlx5: Fix possible array overflowGravatar Eli Cohen 1-3/+3
2014-10-09IB/core: Avoid leakage from kernel to user spaceGravatar Eli Cohen 1-0/+1
2014-10-09IB/mlx5: Improve debug prints in mlx5_ib_reg_user_mrGravatar Eli Cohen 1-3/+3
2014-10-09IB/mlx5: Clear umr resources after ib_unregister_deviceGravatar Eli Cohen 1-1/+1
2014-10-09IB/iser: Bump version, add maintainerGravatar Or Gerlitz 1-1/+1
2014-10-09IB/iser: Fix/add kernel-doc style description in iscsi_iser.cGravatar Sagi Grimberg 1-9/+160
2014-10-09IB/iser: Add/Fix kernel doc style descriptions in iscsi_iser.hGravatar Sagi Grimberg 1-46/+189
2014-10-09IB/iser: Nit - add space after __func__ in iser loggingGravatar Sagi Grimberg 1-8/+8
2014-10-09IB/iser: Change iscsi_conn_stop log level to infoGravatar Ariel Nahum 1-1/+1
2014-10-09IB/iser: Suppress scsi command send completionsGravatar Sagi Grimberg 3-7/+16
2014-10-09IB/iser: Optimize completion pollingGravatar Sagi Grimberg 2-5/+11
2014-10-09IB/iser: Use beacon to indicate all completions were consumedGravatar Sagi Grimberg 3-22/+23
2014-10-09IB/iser: Use single CQ for RX and TXGravatar Sagi Grimberg 3-125/+114
2014-10-09IB/iser: Use internal polling budget to avoid possible live-lockGravatar Sagi Grimberg 1-0/+4
2014-10-09IB/iser: Centralize iser completion contextsGravatar Sagi Grimberg 2-87/+84
2014-10-09IB/iser: Use iser_warn instead of BUG_ON in iser_conn_releaseGravatar Ariel Nahum 1-1/+3
2014-10-09IB/iser: Signal iSCSI layer that transport is broken in error completionsGravatar Sagi Grimberg 1-4/+25