aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang1-0/+6
2014-12-15IB/core: Replace ib_umem's offset field with a full addressHaggai Eran1-3/+3
2014-08-08infiniband: use pci_zalloc_consistentJoe Perches1-3/+2
2014-04-03Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-nextRoland Dreier1-4/+4
2014-03-17RDMA/nes: Clean up a conditionDan Carpenter1-3/+1
2014-03-17IB/nes: Return an error on ib_copy_from_udata() failure instead of NULLYann Droneaud1-1/+1
2014-03-17RDMA/nes: Fix for passing a valid QP pointer to the user space libraryTatyana Nikolova1-0/+2
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-126/+127
2013-11-09RDMA/nes: Remove self-assignment from nes_query_qp()Dave Jones1-1/+1
2013-07-30RDMA/nes: Fix info leaks in nes_create_qp() and nes_create_cq()Dan Carpenter1-1/+2
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli1-8/+11
2012-12-08RDMA/nes: Fix for crash when registering zero length MR for CQTatyana Nikolova1-0/+5
2012-12-08RDMA/nes: Fix for terminate timer crashTatyana Nikolova1-1/+3
2012-10-03RDMA/nes: Remove unnecessary if-else statementTatyana Nikolova1-12/+3
2012-10-03RDMA/nes: Add missing break to switch.Tatyana Nikolova1-0/+1
2012-09-30RDMA/nes: Print hardware resource typeTatyana Nikolova1-7/+7
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz1-1/+1
2012-01-30RDMA/nes: Copyright updateTatyana Nikolova1-1/+1
2012-01-27RDMA/nes: Fix fast memory registration opcodeTatyana Nikolova1-1/+1
2012-01-27RDMA/nes: Fix fast memory registration lengthTatyana Nikolova1-0/+2
2011-10-10RDMA/nes: Support for Packed And Unaligned fpdusFaisal Latif1-2/+1
2011-10-06RDMA/nes: Add missing calls to ib_umem_release()Julia Lawall1-1/+4
2011-07-18RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche1-11/+0
2011-05-09RDMA/iwcm: Get rid of enum iw_cm_event_statusRoland Dreier1-1/+1
2011-01-16RDMA/nes: Generate IB_EVENT_PORT_ERR/PORT_ACTIVE eventsMaciej Sosnowski1-1/+36
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-7/+9
2010-10-12net: percpu net_device refcountEric Dumazet1-2/+2
2010-10-06RDMA/nes: Report correct port state if interface is downChien Tung1-1/+3
2010-09-27RDMA/nes: Fix cast-to-pointer warnings on 32-bitRoland Dreier1-6/+6
2010-08-04RDMA/nes: Get rid of "set but not used" variablesRoland Dreier1-4/+1
2010-08-04RDMA/nes: Read firmware version from correct placeMiroslaw Walukiewicz1-1/+1
2010-08-04RDMA/nes: Fix two sparse warningsOr Gerlitz1-1/+1
2010-07-28RDMA/nes: Fix hangs on ifdownFaisal Latif1-0/+12
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-1/+1
2010-04-21RDMA/nes: Make unnecessarily global functions staticRoland Dreier1-1/+1
2010-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-5/+4
2010-04-07RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp()Chien Tung1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-11RDMA/nes: Set assume_aligned_header bitFaisal Latif1-0/+1
2010-02-19RDMA/nes: Change WQ overflow return codeOr Gerlitz1-3/+3
2009-12-09RDMA/nes: Free kmap() resourcesFaisal Latif1-2/+8
2009-12-09RDMA/nes: Check for zero STagFaisal Latif1-3/+0
2009-12-09RDMA/nes: Fix query of ORD valuesFaisal Latif1-4/+4
2009-12-09RDMA/nes: Update copyright and branding stringChien Tung1-1/+1
2009-12-09RDMA/nes: Add max_cqe check to nes_create_cq()Chien Tung1-1/+4
2009-12-09RDMA/nes: Clean up struct nes_qpChien Tung1-6/+0
2009-12-09RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extensionChien Tung1-2/+4
2009-12-09RDMA/nes: Correct fast memory registration implementationChien Tung1-288/+269
2009-12-09RDMA/nes: Add support for IB_WR_*INVChien Tung1-90/+113
2009-12-09RDMA/nes: In nes_post_recv() always set bad_wr on errorFrank Zago1-2/+5