summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Fix reading capability mask of the port info classEran Ben Elisha2016-02-111-3/+2Star
* IB/sysfs: remove unused va_list argsColin Ian King2016-02-041-2/+0Star
* IB/core: Set correct payload length for RoCEv2 over IPv6Moni Shoua2016-02-021-3/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-2424-533/+2150
|\
| * IB/sa: Fix netlink local service GFP crashKaike Wan2016-01-211-2/+6
| * IB/mlx4: Enable send of RoCE QP1 packets with IP/UDP headersMoni Shoua2016-01-191-1/+1
| * IB/core: Use hop-limit from IP stack for RoCEMatan Barak2016-01-194-17/+21
| * IB/core: Rename rdma_addr_find_dmac_by_grhMatan Barak2016-01-192-12/+13
| * IB/cm: Fix a recently introduced deadlockBart Van Assche2016-01-191-2/+2
| * IB/core: Fix dereference before checkMatan Barak2016-01-191-4/+5
| * IB/core: Eliminate sparse false context imbalance warningMatan Barak2016-01-191-0/+1
| * IB/core: sysfs.c: Fix PerfMgt ClassPortInfo handlingHal Rosenstock2016-01-191-4/+6
| * IB/core: Remove set-but-not-used variable from ib_sg_to_pages()Bart Van Assche2016-01-191-2/+1Star
| * IB/mad: use CQ abstractionChristoph Hellwig2016-01-192-105/+59Star
| * IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig2016-01-194-11/+16
| * IB/cma: allocating too much memory in make_cma_ports()Dan Carpenter2016-01-191-8/+7Star
| * IB/sysfs: Fix sparse warning on attr_idIra Weiny2016-01-191-2/+2
| * IB/cma: Fix RDMA port validation for iWarpMatan Barak2016-01-191-1/+1
| * IB/core: constify mmu_notifier_ops structuresJulia Lawall2015-12-241-1/+1
| * IB/mad: Ensure fairness in ib_mad_completion_handlerDean Luick2015-12-241-0/+18
| * IB/core: Add cross-channel supportLeon Romanovsky2015-12-241-1/+4
| * IB/core: Display extended counter set if availableChristoph Lameter2015-12-231-3/+107
| * IB/core: Specify attribute_id in port_table_attributeChristoph Lameter2015-12-231-2/+5
| * IB/core: Create get_perf_mad function in sysfs.cChristoph Lameter2015-12-231-22/+40
| * IB: remove the write-only usecnt field from struct ib_mrChristoph Hellwig2015-12-232-13/+1Star
| * IB: remove in-kernel support for memory windowsChristoph Hellwig2015-12-234-39/+16Star
| * IB: remove ib_query_mrChristoph Hellwig2015-12-231-7/+0Star
| * IB/cma: Join and leave multicast groups with IGMPMoni Shoua2015-12-232-9/+104
| * IB/core: Initialize UD header structure with IP and UDP headersMoni Shoua2015-12-231-11/+144
| * IB/cma: Add configfs for rdma_cmMatan Barak2015-12-235-7/+473
| * IB/rdma_cm: Add wrapper for cma reference countMatan Barak2015-12-232-2/+13
| * IB/core: Validate route when we init ahMatan Barak2015-12-235-76/+262
| * IB/core: Move rdma_is_upper_dev_rcu to header fileMatan Barak2015-12-232-16/+17
| * IB/core: Add rdma_network_type to wcSomnath Kotur2015-12-233-6/+142
| * IB/core: Add ROCE_UDP_ENCAP (RoCE V2) typeMatan Barak2015-12-232-1/+3
| * IB/core: Add gid attributes to sysfsMatan Barak2015-12-231-2/+182
| * IB/cm: Use the source GID index typeMatan Barak2015-12-232-5/+22
| * IB/core: Add gid_type to gid attributeMatan Barak2015-12-2310-61/+170
| * IB/core: don't search the GID table twiceMatan Barak2015-12-231-18/+35
| * IB/core: Change per-entry lock in RoCE GID table to one lockMatan Barak2015-12-231-54/+89
| * IB/core: Refactor GID cache's ib_dispatch_eventMatan Barak2015-12-231-8/+15
| * Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2015-12-223-3/+223
| |\
| | * Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford2015-12-153-3/+223
| | |\
| | | * IB: add a proper completion queue abstractionChristoph Hellwig2015-12-113-3/+223
| * | | IB/core: Remove ib_query_deviceOr Gerlitz2015-12-221-19/+0Star
| * | | IB/core: Avoid calling ib_query_deviceOr Gerlitz2015-12-226-73/+12Star
| * | | IB/core: Save the device attributes on the device structureIra Weiny2015-12-221-0/+8
| |/ /
* / / IB/cma: cma_match_net_dev needs to take into account port_numMatan Barak2015-12-231-7/+9
|/ /
* | IB/mad: Require CM send method for everything except ClassPortInfoHal Rosenstock2015-12-081-0/+5
* | IB/cma: Add a missing rcu_read_unlock()Bart Van Assche2015-12-081-4/+1Star