aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-02IB/core: Set correct payload length for RoCEv2 over IPv6Moni Shoua1-3/+4
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds24-533/+2150
2016-01-21IB/sa: Fix netlink local service GFP crashKaike Wan1-2/+6
2016-01-19IB/mlx4: Enable send of RoCE QP1 packets with IP/UDP headersMoni Shoua1-1/+1
2016-01-19IB/core: Use hop-limit from IP stack for RoCEMatan Barak4-17/+21
2016-01-19IB/core: Rename rdma_addr_find_dmac_by_grhMatan Barak2-12/+13
2016-01-19IB/cm: Fix a recently introduced deadlockBart Van Assche1-2/+2
2016-01-19IB/core: Fix dereference before checkMatan Barak1-4/+5
2016-01-19IB/core: Eliminate sparse false context imbalance warningMatan Barak1-0/+1
2016-01-19IB/core: sysfs.c: Fix PerfMgt ClassPortInfo handlingHal Rosenstock1-4/+6
2016-01-19IB/core: Remove set-but-not-used variable from ib_sg_to_pages()Bart Van Assche1-2/+1
2016-01-19IB/mad: use CQ abstractionChristoph Hellwig2-105/+59
2016-01-19IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig4-11/+16
2016-01-19IB/cma: allocating too much memory in make_cma_ports()Dan Carpenter1-8/+7
2016-01-19IB/sysfs: Fix sparse warning on attr_idIra Weiny1-2/+2
2016-01-19IB/cma: Fix RDMA port validation for iWarpMatan Barak1-1/+1
2015-12-24IB/core: constify mmu_notifier_ops structuresJulia Lawall1-1/+1
2015-12-24IB/mad: Ensure fairness in ib_mad_completion_handlerDean Luick1-0/+18
2015-12-23IB/core: Add cross-channel supportLeon Romanovsky1-1/+4
2015-12-23IB/core: Display extended counter set if availableChristoph Lameter1-3/+107
2015-12-23IB/core: Specify attribute_id in port_table_attributeChristoph Lameter1-2/+5
2015-12-23IB/core: Create get_perf_mad function in sysfs.cChristoph Lameter1-22/+40
2015-12-23IB: remove the write-only usecnt field from struct ib_mrChristoph Hellwig2-13/+1
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig4-39/+16
2015-12-23IB: remove ib_query_mrChristoph Hellwig1-7/+0
2015-12-23IB/cma: Join and leave multicast groups with IGMPMoni Shoua2-9/+104
2015-12-23IB/core: Initialize UD header structure with IP and UDP headersMoni Shoua1-11/+144
2015-12-23IB/cma: Add configfs for rdma_cmMatan Barak5-7/+473
2015-12-23IB/rdma_cm: Add wrapper for cma reference countMatan Barak2-2/+13
2015-12-23IB/core: Validate route when we init ahMatan Barak5-76/+262
2015-12-23IB/core: Move rdma_is_upper_dev_rcu to header fileMatan Barak2-16/+17
2015-12-23IB/core: Add rdma_network_type to wcSomnath Kotur3-6/+142
2015-12-23IB/core: Add ROCE_UDP_ENCAP (RoCE V2) typeMatan Barak2-1/+3
2015-12-23IB/core: Add gid attributes to sysfsMatan Barak1-2/+182
2015-12-23IB/cm: Use the source GID index typeMatan Barak2-5/+22
2015-12-23IB/core: Add gid_type to gid attributeMatan Barak10-61/+170
2015-12-23IB/core: don't search the GID table twiceMatan Barak1-18/+35
2015-12-23IB/core: Change per-entry lock in RoCE GID table to one lockMatan Barak1-54/+89
2015-12-23IB/core: Refactor GID cache's ib_dispatch_eventMatan Barak1-8/+15
2015-12-22IB/cma: cma_match_net_dev needs to take into account port_numMatan Barak1-7/+9
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford3-3/+223
2015-12-22IB/core: Remove ib_query_deviceOr Gerlitz1-19/+0
2015-12-22IB/core: Avoid calling ib_query_deviceOr Gerlitz6-73/+12
2015-12-22IB/core: Save the device attributes on the device structureIra Weiny1-0/+8
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/rdma-cqDoug Ledford3-3/+223
2015-12-11IB: add a proper completion queue abstractionChristoph Hellwig3-3/+223
2015-12-08IB/mad: Require CM send method for everything except ClassPortInfoHal Rosenstock1-0/+5
2015-12-08IB/cma: Add a missing rcu_read_unlock()Bart Van Assche1-4/+1
2015-12-07IB core: Fix ib_sg_to_pages()Bart Van Assche1-21/+22
2015-12-07IB/sa: Put netlink request into the request list before sendingKaike Wan1-15/+17