summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-127-18/+124
|\
| * iw_cxgb4: don't truncate the recv window sizeHariprasad Shenai2014-06-102-4/+52
| * iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connectionsHariprasad Shenai2014-06-102-11/+63
| * iw_cxgb4: Allocate and use IQs specifically for indirect interruptsHariprasad Shenai2014-06-103-2/+8
| * Revert "net/mlx4_en: Use affinity hint"David S. Miller2014-06-021-1/+1
| * net/mlx4_en: Use affinity hintYuval Atias2014-06-011-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-245-25/+93
| |\
| * | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-06-1054-637/+3316
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------------------. \ \ Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...Roland Dreier2014-06-1052-566/+3227
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | | IB/usnic: Fix source file missing copyright and licenseUpinder Malhi2014-05-271-0/+18
| | | | | | | | | | | | | |/ /
| | | | | | | | | | | | * | | IB/srp: Avoid problems if a header uses pr_fmtJoe Perches2014-05-291-1/+1
| | | | | | | | | | | | * | | IB/srp: Add fast registration supportBart Van Assche2014-05-202-77/+419
| | | | | | | | | | | | * | | IB/srp: Rename FMR-related variablesBart Van Assche2014-05-202-38/+38
| | | | | | | | | | | | * | | IB/srp: One FMR pool per SRP connectionBart Van Assche2014-05-202-52/+84
| | | | | | | | | | | | * | | IB/srp: Introduce the 'register_always' kernel module parameterBart Van Assche2014-05-201-2/+7
| | | | | | | | | | | | * | | IB/srp: Introduce srp_finish_mapping()Bart Van Assche2014-05-201-15/+27
| | | | | | | | | | | | * | | IB/srp: Introduce srp_map_fmr()Bart Van Assche2014-05-201-32/+45
| | | | | | | | | | | | * | | IB/srp: Introduce an additional local variableBart Van Assche2014-05-201-5/+4
| | | | | | | | | | | | * | | IB/srp: Fix kernel-doc warningsBart Van Assche2014-05-201-0/+7
| | | | | | | | | | | | * | | IB/srp: Fix a sporadic crash triggered by cable pullingBart Van Assche2014-05-201-0/+6
| | | | | | | | | | | | |/ /
| | | | | | | | | | | * | | IB/qib: Additional Intel branding changesVinit Agnihotri2014-05-291-4/+4
| | | | | | | | | | | * | | IB/ipath: Use time_before()/_after()Manuel Schölling2014-05-282-4/+4
| | | | | | | | | | | * | | IB/ipath: Translate legacy diagpkt into newer extended diagpktDennis Dalessandro2014-05-271-0/+4
| | | | | | | | | | | * | | IB/qib: Fix port in pkey change eventMike Marciniszyn2014-05-271-1/+1
| | | | | | | | | | | |/ /
| | | | | | | | | | * | | RDMA/ocrdma: Convert to use simple_open()Duan Jiong2014-05-191-8/+1
| | | | | | | | | | |/ /
| | | | | | | | | * | | IB/mlx4: Fix gfp passing in create_qp_common()Jiri Kosina2014-06-091-2/+2
| | | | | | | | | * | | IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina2014-06-024-19/+25
| | | | | | | | | * | | IB: Add a QP creation flag to use GFP_NOIO allocationsOr Gerlitz2014-06-021-3/+15
| | | | | | | | | * | | IB: Return error for unsupported QP creation flagsOr Gerlitz2014-06-022-1/+5
| | | | | | | | | |/ /
| | | | | | | | * | | IB/mlx5: Fix warning about cast of wr_id back to pointer on 32 bitsRoland Dreier2014-05-281-1/+1
| | | | | | | | * | | IB/mlx5: add missing padding at end of struct mlx5_ib_create_srqYann Droneaud2014-05-272-1/+14
| | | | | | | | * | | IB/mlx5: add missing padding at end of struct mlx5_ib_create_cqYann Droneaud2014-05-272-1/+13
| | | | | | | | * | | IB/mlx5: Refactor UMR to have its own context structShachar Raindel2014-05-272-22/+31
| | | | | | | | * | | IB/mlx5: Set QP offsets and parameters for user QPs and not just for kernel QPsHaggai Eran2014-05-271-0/+4
| | | | | | | | * | | mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMRHaggai Eran2014-05-271-0/+4
| | | | | | | | * | | IB/mlx5: Add MR to radix tree in reg_mr_callbackHaggai Eran2014-05-271-0/+9
| | | | | | | | * | | IB/mlx5: Fix error handling in reg_umrHaggai Eran2014-05-271-15/+16
| | | | | | | | * | | mlx5_core: Copy DIF fields only when input and output space values matchSagi Grimberg2014-05-271-3/+6
| | | | | | | | * | | mlx5_core: Simplify signature handover wqe for interleaved buffersSagi Grimberg2014-05-271-15/+9
| | | | | | | | * | | mlx5_core: Fix signature handover operation for interleaved buffersSagi Grimberg2014-05-271-1/+4
| | | | | | | | |/ /
| | | | | | | * | | IB/mlx4: Add interface for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein2014-05-291-1/+104
| | | | | | | * | | mlx4: Add infrastructure for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein2014-05-291-12/+40
| | | | | | | * | | IB/mlx4: Preparation for VFs to issue/receive SMI (QP0) requests/responsesJack Morgenstein2014-05-292-24/+32
| | | | | | | * | | IB/mlx4: SET_PORT called by mlx4_ib_modify_port should be wrappedJack Morgenstein2014-05-291-9/+17
| | | | | | | * | | IB/mlx4: fix unitialised variable is_mcastColin Ian King2014-05-281-1/+1
| | | | | | | |/ /
| | | | | | * | | IB/core: Fix sparse warnings about redeclared functionsRoland Dreier2014-06-041-4/+4
| | | | | | * | | IB/mad: Fix sparse warning about gfp_t useRoland Dreier2014-06-031-1/+1
| | | | | | * | | IB: Allow build of hw/ and ulp/ subdirectories independentlyYann Droneaud2014-06-023-17/+19
| | | | | | |/ /
| | | | | * | | RDMA/cxgb4: Add support for iWARP Port Mapper user space serviceSteve Wise2014-06-103-43/+262
OpenPOWER on IntegriCloud