aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-251-1/+1
* rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo2011-02-011-8/+1
* rds: make local functions/variables staticstephen hemminger2010-10-211-5/+5
* RDS/IB: protect the list of IB devicesZach Brown2010-09-081-7/+20
* RDS: remove __init and __exit annotationZach Brown2010-09-081-1/+1
* RDS/IB: create a work queue for FMR flushingZach Brown2010-09-081-1/+8
* RDS/IB: destroy connections on rmmodZach Brown2010-09-081-1/+1
* RDS/IB: wait for IB dev freeing work to finish during rmmodZach Brown2010-09-081-2/+9
* RDS/IB: disconnect when IB devices are removedZach Brown2010-09-081-1/+24
* RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown2010-09-081-34/+95
* RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover2010-09-081-1/+1
* rds: rcu-ize rds_ib_get_device()Chris Mason2010-09-081-0/+1
* RDS: Stop supporting old cong map sending methodAndy Grover2010-09-081-1/+0
* RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-081-1/+0
* RDS: Base init_depth and responder_resources on hw valuesAndy Grover2010-09-081-0/+3
* RDS: Implement atomic operationsAndy Grover2010-09-081-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* RDMA/cm: fix loopback address supportSean Hefty2009-11-191-2/+2
* RDS: Track transports via an array, not a listAndy Grover2009-08-231-0/+1
* RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover2009-07-201-3/+0
* RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover2009-07-201-0/+3
* ERR_PTR() dereference in net/rds/ib.cDan Carpenter2009-04-091-2/+2
* RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover2009-04-021-2/+3
* RDS/IB: Infiniband transportAndy Grover2009-02-261-0/+323