aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-23IB: remove support for phys MRsChristoph Hellwig3-167/+0
2015-12-23IB/core: Validate route when we init ahMatan Barak1-1/+1
2015-10-28RDMA/ocrdma: Remove old FRWR APISagi Grimberg3-109/+1
2015-10-28RDMA/ocrdma: Support the new memory registration APISagi Grimberg4-0/+96
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-26/+27
2015-10-21IB/core: Use GID table in AH creation and dmac resolutionMatan Barak2-20/+32
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-1/+1
2015-10-21RDMA/ocrdma: Bump up ocrdma version number to 11.0.0.0Selvin Xavier1-1/+1
2015-10-21RDMA/ocrdma: Prevent CQ-Doorbell floodsDevesh Sharma1-8/+3
2015-10-21RDMA/ocrdma: Check resource ids received in Async CQENaga Irrinki1-4/+26
2015-10-21RDMA/ocrdma: Avoid a possible crash in ocrdma_rem_port_statsSelvin Xavier1-1/+1
2015-10-21RDMA/ocrdma: Cleanup unused device list and rcu variablesSelvin Xavier2-15/+2
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-26/+27
2015-08-30RDMA/ocrdma: Incorporate the moving of GID Table mgmt to IB/CoreSomnath Kotur5-233/+60
2015-08-30ocrdma: Support ib_alloc_mr verbSagi Grimberg3-5/+12
2015-07-24RDMA/ocrdma: update ocrdma module license stringDevesh Sharma1-1/+1
2015-07-24RDMA/ocrdma: update ocrdma license to dual-licenseDevesh Sharma12-228/+408
2015-07-14IB/core: Destroy ocrdma_dev_id IDR on module exitJohannes Thumshirn1-0/+1
2015-07-14IB/mad: Remove improper use of BUG_ONIra Weiny1-2/+3
2015-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-13/+61
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny2-2/+11
2015-06-12IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny1-0/+2
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak2-2/+7
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak2-3/+10
2015-06-11Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford1-1/+0
2015-06-11RDMA/ocrdma: fix double free on pdColin Ian King1-1/+0
2015-06-02Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford1-1/+6
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny2-6/+6
2015-06-02RDMA/ocrdma: Fix memory leak in _ocrdma_alloc_pd()Roland Dreier1-1/+6
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny2-7/+1
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny1-0/+17
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang3-0/+10
2015-05-18RDMA/ocrdma: Update ocrdma version numberSelvin Xavier1-1/+1
2015-05-18RDMA/ocrdma: Fail connection for MTU lesser than 512Naga Irrinki1-1/+3
2015-05-18RDMA/ocrdma: Fix dmac resolution for link local addressMitesh Ahuja2-1/+5
2015-05-18RDMA/ocrdma: Prevent allocation of DPP PDs if FW doesnt support itMitesh Ahuja2-28/+27
2015-05-18RDMA/ocrdma: Fix the request length for RDMA_QUERY_QP mailbox command to FW.Mitesh Ahuja2-1/+3
2015-05-18RDMA/ocrdma: Use VID 0 if PFC is enabled and vlan is not configuredDevesh Sharma2-2/+18
2015-05-18RDMA/ocrdma: Fix QP state transition in destroy_qpDevesh Sharma1-4/+6
2015-05-18RDMA/ocrdma: Report EQ full fatal errorDevesh Sharma2-0/+13
2015-05-18RDMA/ocrdma: Fix EQ destroy failure during driver unloadSelvin Xavier1-3/+3
2015-02-18RDMA/ocrdma: Fix off by one in ocrdma_query_gid()Dan Carpenter1-1/+1
2015-02-18RDMA/ocrdma: Use unsigned for bit indexRasmus Villemoes1-3/+3
2015-02-18RDMA/ocrdma: Help gcc generate better code for ocrdma_srq_toggle_bitRasmus Villemoes1-4/+1
2015-02-18RDMA/ocrdma: Update the ocrdma module version stringMitesh Ahuja1-1/+1
2015-02-18RDMA/ocrdma: set vlan present bit for user AHDevesh Sharma4-6/+22
2015-02-18RDMA/ocrdma: remove reference of ocrdma_dev out of ocrdma_qp structureMitesh Ahuja3-29/+34
2015-02-18RDMA/ocrdma: Add support for interrupt moderationMitesh Ahuja4-0/+119
2015-02-18RDMA/ocrdma: Honor return value of ocrdma_resolve_dmacDevesh Sharma1-1/+3
2015-02-18RDMA/ocrdma: Allow expansion of the SQ CQEs via buddy CQ expansion of the QPSelvin Xavier1-22/+44