summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma
Commit message (Expand)AuthorAgeFilesLines
* RDMA/ocrdma: Remove old FRWR APISagi Grimberg2015-10-283-109/+1
* RDMA/ocrdma: Support the new memory registration APISagi Grimberg2015-10-284-0/+96
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-281-26/+27
|\
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-26/+27
* | IB/core: Use GID table in AH creation and dmac resolutionMatan Barak2015-10-212-20/+32
* | IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2015-10-211-1/+1
* | RDMA/ocrdma: Bump up ocrdma version number to 11.0.0.0Selvin Xavier2015-10-211-1/+1
* | RDMA/ocrdma: Prevent CQ-Doorbell floodsDevesh Sharma2015-10-211-8/+3
* | RDMA/ocrdma: Check resource ids received in Async CQENaga Irrinki2015-10-211-4/+26
* | RDMA/ocrdma: Avoid a possible crash in ocrdma_rem_port_statsSelvin Xavier2015-10-211-1/+1
* | RDMA/ocrdma: Cleanup unused device list and rcu variablesSelvin Xavier2015-10-212-15/+2
|/
* RDMA/ocrdma: Incorporate the moving of GID Table mgmt to IB/CoreSomnath Kotur2015-08-305-233/+60
* ocrdma: Support ib_alloc_mr verbSagi Grimberg2015-08-303-5/+12
* RDMA/ocrdma: update ocrdma module license stringDevesh Sharma2015-07-241-1/+1
* RDMA/ocrdma: update ocrdma license to dual-licenseDevesh Sharma2015-07-2412-228/+408
* IB/core: Destroy ocrdma_dev_id IDR on module exitJohannes Thumshirn2015-07-141-0/+1
* IB/mad: Remove improper use of BUG_ONIra Weiny2015-07-141-2/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-06-235-13/+61
|\
| * IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-122-2/+11
| * IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny2015-06-121-0/+2
| * IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-122-2/+7
| * IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-122-3/+10
| * Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford2015-06-111-1/+0
| |\
| | * RDMA/ocrdma: fix double free on pdColin Ian King2015-06-111-1/+0
| * | Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford2015-06-021-1/+6
| |\|
| | * RDMA/ocrdma: Fix memory leak in _ocrdma_alloc_pd()Roland Dreier2015-06-021-1/+6
| * | IB/core cleanup: Add const on args - device->process_madIra Weiny2015-06-022-6/+6
| * | IB/core: Convert core to use bitfield for capsIra Weiny2015-05-202-7/+1
| * | IB/core: Add per port immutable struct to ib_deviceIra Weiny2015-05-201-0/+17
| * | IB/Verbs: Implement new callback query_protocol()Michael Wang2015-05-183-0/+10
| |/
* | RDMA/ocrdma: Update ocrdma version numberSelvin Xavier2015-05-181-1/+1
* | RDMA/ocrdma: Fail connection for MTU lesser than 512Naga Irrinki2015-05-181-1/+3
* | RDMA/ocrdma: Fix dmac resolution for link local addressMitesh Ahuja2015-05-182-1/+5
* | RDMA/ocrdma: Prevent allocation of DPP PDs if FW doesnt support itMitesh Ahuja2015-05-182-28/+27
* | RDMA/ocrdma: Fix the request length for RDMA_QUERY_QP mailbox command to FW.Mitesh Ahuja2015-05-182-1/+3
* | RDMA/ocrdma: Use VID 0 if PFC is enabled and vlan is not configuredDevesh Sharma2015-05-182-2/+18
* | RDMA/ocrdma: Fix QP state transition in destroy_qpDevesh Sharma2015-05-181-4/+6
* | RDMA/ocrdma: Report EQ full fatal errorDevesh Sharma2015-05-182-0/+13
* | RDMA/ocrdma: Fix EQ destroy failure during driver unloadSelvin Xavier2015-05-181-3/+3
|/
* RDMA/ocrdma: Fix off by one in ocrdma_query_gid()Dan Carpenter2015-02-181-1/+1
* RDMA/ocrdma: Use unsigned for bit indexRasmus Villemoes2015-02-181-3/+3
* RDMA/ocrdma: Help gcc generate better code for ocrdma_srq_toggle_bitRasmus Villemoes2015-02-181-4/+1
* RDMA/ocrdma: Update the ocrdma module version stringMitesh Ahuja2015-02-181-1/+1
* RDMA/ocrdma: set vlan present bit for user AHDevesh Sharma2015-02-184-6/+22
* RDMA/ocrdma: remove reference of ocrdma_dev out of ocrdma_qp structureMitesh Ahuja2015-02-183-29/+34
* RDMA/ocrdma: Add support for interrupt moderationMitesh Ahuja2015-02-184-0/+119
* RDMA/ocrdma: Honor return value of ocrdma_resolve_dmacDevesh Sharma2015-02-181-1/+3
* RDMA/ocrdma: Allow expansion of the SQ CQEs via buddy CQ expansion of the QPSelvin Xavier2015-02-181-22/+44
* RDMA/ocrdma: Discontinue support of RDMA-READ-WITH-INVALIDATEDevesh Sharma2015-02-181-2/+0
* RDMA/ocrdma: Host crash on destroying device resourcesMitesh Ahuja2015-02-182-15/+10