summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-04-307-8/+32
|\
| * RDMA/nes: don't leak skb if carrier downFlorian Westphal2016-04-291-3/+0
| * IB/security: Restrict use of the write() interfaceJason Gunthorpe2016-04-281-0/+5
| * IB/mlx5: Expose correct max_sge_rd limitSagi Grimberg2016-04-281-1/+1
| * RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chipsHariprasad S2016-04-262-2/+6
| * iw_cxgb4: handle draining an idle qpSteve Wise2016-04-261-2/+16
| * iw_cxgb3: initialize ibdev.iwcm->ifname for port mappingSteve Wise2016-04-261-0/+2
| * iw_cxgb4: initialize ibdev.iwcm->ifname for port mappingSteve Wise2016-04-261-0/+2
* | net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed2016-04-241-2/+2
|/
* i40iw: avoid potential uninitialized variable useArnd Bergmann2016-04-061-7/+3
* IB/mlx5: fix VFs callback function prototypesArnd Bergmann2016-04-061-9/+9
* Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-231-99/+0
|\
| * cxgb4, iw_cxgb4: move delayed ack macro definitionsVarun Prakash2016-03-221-9/+0
| * cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitionsVarun Prakash2016-03-221-9/+0
| * cxgb4, iw_cxgb4: move definitions to common header fileVarun Prakash2016-03-221-81/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-2261-5452/+28687
|\ \
| | \
| | \
| *-. \ Merge branches 'i40iw', 'sriov' and 'hfi1' into k.o/for-4.6Doug Ledford2016-03-2166-6451/+3814
| |\ \ \
| | | * | IB/qib, staging/rdma/hfi1, IB/rdmavt: progress selection changesMike Marciniszyn2016-03-111-2/+5
| | | * | IB/qib: Destroy SMI AH before de-allocating the protection domainHarish Chegondi2016-03-112-2/+3
| | | * | IB/qib,rdmavt: Move smi_ah to qibDennis Dalessandro2016-03-112-5/+6
| | | * | IB/qib: Setup notify free/create mad agent callbacks for rdmavtDennis Dalessandro2016-03-111-0/+4
| | | * | IB/qib, staging/rdma/hfi1: add s_hlock for use in post sendMike Marciniszyn2016-03-117-75/+103
| | | * | IB/qib: Rename several functions by adding a "qib_" prefixHarish Chegondi2016-03-114-39/+39
| | | * | IB/qib,staging/rdma/hfi1: use setup_timer apiHari Prasath Gujulan Elango2016-03-111-3/+1
| | | * | IB/qib: Insure last cursor is updated prior to completeMike Marciniszyn2016-03-112-9/+23
| | | * | staging/rdma/hfi1: use new RNR timerMike Marciniszyn2016-03-111-0/+1
| | | * | IB/qib: Remove modify_port and port_immutable functionsHarish Chegondi2016-03-113-49/+21
| | | * | IB/qib: Support query gid in rdmavtDennis Dalessandro2016-03-111-20/+12
| | | * | IB/qib: Remove destroy queue pair codeHarish Chegondi2016-03-113-108/+0
| | | * | IB/qib: Remove modify queue pair codeHarish Chegondi2016-03-1111-493/+113
| | | * | IB/qib: Remove qib_lookup_qpn and use rvt_lookup_qpn insteadHarish Chegondi2016-03-117-87/+34
| | | * | IB/qib: Clean up register_ib_deviceDennis Dalessandro2016-03-111-68/+0
| | | * | IB/qib: Remove srq functionalityJubin John2016-03-114-404/+1
| | | * | IB/qib: Remove qib_query_qp functionHarish Chegondi2016-03-113-54/+2
| | | * | IB/qib: Remove qib multicast verbs functionsHarish Chegondi2016-03-115-402/+7
| | | * | IB/qib: Remove qib_post_receive and use rdmavt versionHarish Chegondi2016-03-111-63/+1
| | | * | IB/qib: Use rdmavt version of post_sendHarish Chegondi2016-03-1110-291/+81
| | | * | IB/qib: Remove completion queue data structures and functions from qibHarish Chegondi2016-03-1111-631/+24
| | | * | IB/qib: Remove create and free mad agentsDennis Dalessandro2016-03-114-95/+34
| | | * | IB/qib: Use rdmavt device allocation functionDennis Dalessandro2016-03-111-2/+5
| | | * | IB/qib: Remove create qp and create qp table functionalityHarish Chegondi2016-03-114-374/+57
| | | * | IB/qib: Use rdmavt send and receive flagsHarish Chegondi2016-03-119-225/+153
| | | * | IB/qib: Remove qib_query_device functionHarish Chegondi2016-03-111-52/+50
| | | * | IB/qib: Delete QIB user context allocation and de-alloction functionsHarish Chegondi2016-03-111-42/+2
| | | * | IB/qib: Remove qpn, qp tables and related variables from qibHarish Chegondi2016-03-113-98/+84
| | | * | IB/qib: Use rdmavt pkey verbs functionHarish Chegondi2016-03-111-20/+13
| | | * | IB/qib: Remove mmap from qibHarish Chegondi2016-03-118-246/+53
| | | * | IB/qib: Implement qib support for AH notificationHarish Chegondi2016-03-111-0/+19
| | | * | IB/qib: Remove ibport and use rdmavt versionHarish Chegondi2016-03-1115-258/+281
| | | * | IB/qib: Remove srq from qibDennis Dalessandro2016-03-114-21/+8