aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 13-81/+121
2016-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+5
2016-02-17RDMA/nes: Replace LRO with GROGravatar Ben Hutchings 4-58/+1
2016-02-17net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeGravatar Huy Nguyen 1-2/+5
2016-02-17IB/mlx4: Add support for the port info class for RoCE portsGravatar Eran Ben Elisha 1-1/+14
2016-02-17IB/mlx4: Add support for extended counters over RoCE portsGravatar Eran Ben Elisha 1-13/+37
2016-02-17RDMA/ocrdma: Fix arm logic to align with new cq APIGravatar Devesh Sharma 2-17/+4
2016-02-12IB/mlx5: Fix RC transport send queue overhead computationGravatar Leon Romanovsky 1-5/+7
2016-02-12IB/ipoib: fix for rare multicast join race conditionGravatar Alex Estrin 1-7/+17
2016-02-11IB/core: Fix reading capability mask of the port info classGravatar Eran Ben Elisha 1-3/+2
2016-02-11cxgb4/iw_cxgb4: TOS supportGravatar Hariprasad Shenai 1-17/+34
2016-02-11iw_cxgb4: remove false error log entryGravatar Hariprasad Shenai 1-2/+1
2016-02-11iw_cxgb4: make queue allocation code more readableGravatar Hariprasad Shenai 1-39/+42
2016-02-05RDMA/ocrdma: Fixing ocrdma debugfs directory removeGravatar Selvin Xavier 1-1/+1
2016-02-05RDMA/ocrdma: Fix pkey_index returned by driver in rq work completionGravatar Selvin Xavier 1-2/+1
2016-02-05RDMA/ocrdma: populate max_sge_rd in device attributesGravatar Selvin Xavier 1-2/+2
2016-02-05RDMA/ocrdma: Initialize stats resources in the driver before ib device regist...Gravatar Selvin Xavier 3-10/+12
2016-02-04IB/sysfs: remove unused va_list argsGravatar Colin Ian King 1-2/+0
2016-02-04IB/IPoIB: Do not set skb truesize since using one linearskbGravatar Carol L Soto 1-2/+0
2016-02-02IB/core: Set correct payload length for RoCEv2 over IPv6Gravatar Moni Shoua 1-3/+4
2016-02-02IB/mlx5: Use MLX5_GET to correctly get end of padding modeGravatar Maor Gottlieb 1-1/+1
2016-02-02IB/mlx5: Fix use of null pointer PDGravatar Majd Dibbiny 1-9/+9
2016-02-02IB/mlx5: Fix reqlen validation in mlx5_ib_alloc_ucontextGravatar Majd Dibbiny 1-1/+3
2016-02-02IB/mlx5: Add CREATE_CQ and CREATE_QP to uverbs_ex_cmd_maskGravatar Matan Barak 1-1/+3
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 94-3284/+5145
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-6/+6
2016-01-21IB/mlx5: Unify CQ create flags checkGravatar Leon Romanovsky 2-9/+3
2016-01-21IB/mlx5: Expose Raw Packet QP to user space consumersGravatar majd@mellanox.com 1-12/+127
2016-01-21{IB, net}/mlx5: Move the modify QP operation table to mlx5_ibGravatar majd@mellanox.com 1-6/+47
2016-01-21IB/mlx5: Support setting Ethernet priority for Raw Packet QPsGravatar majd@mellanox.com 1-3/+35
2016-01-21IB/mlx5: Add Raw Packet QP query functionalityGravatar majd@mellanox.com 1-22/+169
2016-01-21IB/mlx5: Add create and destroy functionality for Raw Packet QPGravatar majd@mellanox.com 3-18/+365
2016-01-21IB/mlx5: Refactor mlx5_ib_qp to accommodate other QP typesGravatar majd@mellanox.com 3-95/+147
2016-01-21IB/mlx5: Allocate a Transport Domain for each ucontextGravatar majd@mellanox.com 2-1/+18
2016-01-21IB/mlx5: Expose CQE version to user-spaceGravatar Haggai Abramovsky 2-5/+18
2016-01-21IB/mlx5: Add CQE version 1 support to user QPs and SRQsGravatar Haggai Abramovsky 4-8/+114
2016-01-21IB/mlx5: Fix data validation in mlx5_ib_alloc_ucontextGravatar Haggai Abramovsky 1-1/+4
2016-01-21IB/sa: Fix netlink local service GFP crashGravatar Kaike Wan 1-2/+6
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 3-83/+35
2016-01-19IB/srpt: Remove redundant wc arrayGravatar Sagi Grimberg 1-2/+0
2016-01-19IB/qib: Improve ipoib UD performanceGravatar Mike Marciniszyn 1-3/+8
2016-01-19IB/mlx4: Advertise RoCE v2 supportGravatar Matan Barak 1-3/+9
2016-01-19IB/mlx4: Create and use another QP1 for RoCEv2Gravatar Moni Shoua 2-19/+147
2016-01-19IB/mlx4: Enable send of RoCE QP1 packets with IP/UDP headersGravatar Moni Shoua 2-10/+52
2016-01-19IB/mlx4: Enable RoCE v2 when the IB device is addedGravatar Moni Shoua 1-1/+8
2016-01-19IB/mlx4: Support modify_qp for RoCE v2Gravatar Moni Shoua 1-3/+34
2016-01-19IB/mlx4: Add support for setting RoCEv2 gids in hardwareGravatar Moni Shoua 1-3/+60
2016-01-19IB/mlx4: Add gid_type to GID propertiesGravatar Moni Shoua 2-4/+14
2016-01-19IB/core: Use hop-limit from IP stack for RoCEGravatar Matan Barak 5-18/+23
2016-01-19IB/core: Rename rdma_addr_find_dmac_by_grhGravatar Matan Barak 3-15/+16