aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-19IB: convert struct class_device to struct deviceTony Jones1-22/+26
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+3
2008-04-16IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison1-2/+2
2008-04-16RDMA/nes: Make symbols used only in a single source file staticRoland Dreier1-1/+2
2008-04-16RDMA/nes: Use proper format and cast to print dma_addr_tRoland Dreier1-8/+8
2008-04-16RDMA/nes: Remove redundant NULL check in nes_unregister_ofa_device()Roland Dreier1-3/+0
2008-02-26RDMA/nes: Fix use-after-free in nes_create_cq()Glenn Streiff1-3/+0
2008-02-25RDMA/nes: Fix off-by-oneAdrian Bunk1-1/+1
2008-02-25RDMA/nes: Resurrect error path dead codeChien Tung1-2/+3
2008-02-18RDMA/nes: Fix possible array overrunRoland Dreier1-1/+1
2008-02-04RDMA/nes: Add a driver for NetEffect RNICsGlenn Streiff1-0/+3917