aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-09RDMA/nes: In nes_post_send() always set bad_wr on errorFrank Zago1-2/+8
2009-09-05RDMA/nes: Map MTU to IB_MTU_* and correctly report link stateChien Tung1-3/+20
2009-09-05RDMA/nes: Use the flush code to fill in cqe errorDon Wood1-1/+10
2009-09-05RDMA/nes: Make poll_cq return correct number of wqes during flushDon Wood1-21/+40
2009-09-05RDMA/nes: Implement Terminate PacketDon Wood1-2/+24
2009-09-05RDMA/nes: Clean out CQ completions when QP is destroyedDon Wood1-39/+80
2009-06-22RDMA/nes: Fix max_qp_init_rd_atom returned from query deviceFaisal Latif1-1/+1
2009-04-27RDMA/nes: Fix fw_ver in /sysChien Tung1-4/+3
2009-04-21RDMA/nes: Fix resource issues in nes_create_cq() and nes_destroy_cq()Miroslaw Walukiewicz1-1/+25
2009-04-21RDMA/nes: Remove root_256()'s unused pbl_count_256 parameterMatt Kraai1-3/+2
2009-04-20RDMA/nes: Fix bugs in nes_reg_phys_mr()Don Wood1-14/+13
2009-04-20RDMA/nes: Fix compiler warning at nes_verbs.c:1955Chien Tung1-1/+1
2009-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-79/+170
2009-03-12RDMA/nes: Don't allow userspace QPs to use STag zeroFaisal Latif1-0/+2
2009-03-06RDMA/nes: Improve use of PBLsDon Wood1-57/+134
2009-03-06RDMA/nes: Update copyright to new legal entity and yearChien Tung1-1/+1
2009-03-06RDMA/nes: Account for freed PBL after HW operationDon Wood1-28/+42
2008-12-05RDMA/nes: Cleanup cqp_request list usageFaisal Latif1-35/+10
2008-11-02RDMA/nes: Fix CQ allocation scheme for multicast receive queue appsVadim Makhervaks1-1/+1
2008-11-02RDMA/nes: Correct handling of PBL resourcesChien Tung1-11/+33
2008-11-02RDMA/nes: Reindent mis-indented spinlocksIlpo Järvinen1-9/+9
2008-09-20IB: Drop code after return statementJulia Lawall1-3/+0
2008-07-24RDMA/nes: CM connection setup/teardown reworkFaisal Latif1-15/+0
2008-07-14RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request()Roland Dreier1-9/+9
2008-07-14RDMA/nes: Encapsulate logic nes_put_cqp_request()Roland Dreier1-159/+30
2008-06-10RDMA/nes: Fix off-by-one in nes_reg_user_mr() error pathRoland Dreier1-3/+1
2008-04-29RDMA/nes: Formatting cleanupGlenn Streiff1-1/+1
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-1/+1
2008-04-23RDMA/nes: Remove volatile qualifier from struct nes_hw_cq.cq_vbaseRoland Dreier1-1/+7