aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-19IB/core: Use hop-limit from IP stack for RoCEMatan Barak5-18/+23
2016-01-19IB/core: Rename rdma_addr_find_dmac_by_grhMatan Barak3-15/+16
2016-01-19IB/cm: Fix a recently introduced deadlockBart Van Assche1-2/+2
2016-01-19IB/srpt: Fix the RDMA completion handlersBart 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/mlx5: Fix passing casted pointer in mlx5_query_port_roceLeon Romanovsky1-2/+3
2016-01-19IB/mad: use CQ abstractionChristoph Hellwig2-105/+59
2016-01-19IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig5-11/+17
2016-01-19infiniband: Replace memset with eth_zero_addrLucas Tanure2-2/+2
2016-01-19IB/mlx5: Delete locally redefined variableLeon Romanovsky1-4/+0
2016-01-19IB/mlx4: Take source mac from AH instead from the portMoni Shoua1-22/+2
2016-01-19IB/mlx4: Initialize hop_limit when creating address handleMatan Barak1-0/+1
2016-01-19IB/mlx5: Expose correct maximum number of CQE capacityLeon Romanovsky1-1/+1
2016-01-19iw_cxgb4: Take clip reference before starting IPv6 listenHariprasad S1-4/+10
2016-01-19iw_cxgb4: Fixes GW-Basic labels to meaningful error namesHariprasad S1-28/+17
2016-01-19iw_cxgb4: Fixes static checker warning in c4iw_rdev_open()Hariprasad S1-4/+4
2016-01-19IB/cma: allocating too much memory in make_cma_ports()Dan Carpenter1-8/+7
2016-01-19RDMA/nes: checking for NULL instead of IS_ERRDan Carpenter1-2/+2
2016-01-19IB/qib: Support creating qps with GFP_NOIO flagVinit Agnihotri1-14/+32
2016-01-19IB/sysfs: Fix sparse warning on attr_idIra Weiny1-2/+2
2016-01-19RDMA/be2net: Remove open and close entry pointsDevesh Sharma4-45/+1
2016-01-19RDMA/ocrdma: Depend on async link events from CNADevesh Sharma6-22/+119
2016-01-19RDMA/ocrdma: Dispatch only port event when port state changesDevesh Sharma1-23/+0
2016-01-19RDMA/ocrdma: Fix vlan-id assignment in qp parametersDevesh Sharma1-3/+4
2016-01-19IB/cma: Fix RDMA port validation for iWarpMatan Barak1-1/+1
2016-01-19IB/qib: fix mcast detach when qp not attachedMike Marciniszyn1-20/+15
2016-01-19IB/IPoIB: Fix kernel panic on multicast flowErez Shitrit3-7/+6
2015-12-26IB/iser: Support the remote invalidation exceptionJenny Derzhavetz4-3/+76
2015-12-24IB/iser: Change the increment rkey flow logicSagi Grimberg1-10/+10
2015-12-24IB/isert: Support the remote invalidation exceptionJenny Derzhavetz2-7/+41
2015-12-24IB/isert: Declare correct flags when accepting a connectionJenny Derzhavetz1-0/+6
2015-12-24IB/isert: Remove unused file iser_proto.hSagi Grimberg3-32/+32
2015-12-24IB/iser,isert: Create and use new shared headerSagi Grimberg6-74/+28
2015-12-24IB/iser: set intuitive values for mr_validJenny Derzhavetz2-6/+6
2015-12-24IB/iser: Don't register memory for all immediate data writesJenny Derzhavetz3-7/+14
2015-12-24IB/iser: Reuse ib_sg_to_pagesSagi Grimberg2-85/+25
2015-12-24IB/iser: Fix module init not cleaning up on error flowRoi Dayan1-3/+6
2015-12-24IB/core: constify mmu_notifier_ops structuresJulia Lawall1-1/+1
2015-12-24IB/iser: constify iser_reg_ops structureJulia Lawall2-3/+3
2015-12-24RDMA/nes: constify nes_cm_ops structureJulia Lawall2-2/+2
2015-12-24IB/mlx5: report tx/rx checksum cap in query resultsBodong Wang1-0/+4
2015-12-24IB/mlx4: Convert kmalloc to kmalloc_array for checkpatchLeon Romanovsky2-3/+3
2015-12-24IB/mlx4: Suppress non-fatal memory allocationsLeon Romanovsky2-3/+6
2015-12-24IB/mlx5: Advertise atomic capabilities in query deviceEran Ben Elisha1-1/+27
2015-12-24net/mlx5_core: Add setting ATOMIC endian modeEran Ben Elisha1-2/+55
2015-12-24iw_cxgb3: Fix incorrectly returning error on successHariprasad S1-2/+2
2015-12-24iw_cxgb4: Pass qid range to user space driverHariprasad S3-1/+12