aboutsummaryrefslogtreecommitdiff
path: root/net/rds/ib.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-27rds: prevent dereference of a NULL deviceGravatar Sasha Levin 1-1/+2
2011-10-31net: Fix files explicitly needing to include module.hGravatar Paul Gortmaker 1-0/+1
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Gravatar Sean Hefty 1-1/+1
2011-02-01rds/ib: use system_wq instead of rds_ib_fmr_wqGravatar Tejun Heo 1-8/+1
2010-10-21rds: make local functions/variables staticGravatar stephen hemminger 1-5/+5
2010-09-08RDS/IB: protect the list of IB devicesGravatar Zach Brown 1-7/+20
2010-09-08RDS: remove __init and __exit annotationGravatar Zach Brown 1-1/+1
2010-09-08RDS/IB: create a work queue for FMR flushingGravatar Zach Brown 1-1/+8
2010-09-08RDS/IB: destroy connections on rmmodGravatar Zach Brown 1-1/+1
2010-09-08RDS/IB: wait for IB dev freeing work to finish during rmmodGravatar Zach Brown 1-2/+9
2010-09-08RDS/IB: disconnect when IB devices are removedGravatar Zach Brown 1-1/+24
2010-09-08RDS/IB: add refcount tracking to struct rds_ib_deviceGravatar Zach Brown 1-34/+95
2010-09-08RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Gravatar Andy Grover 1-1/+1
2010-09-08rds: rcu-ize rds_ib_get_device()Gravatar Chris Mason 1-0/+1
2010-09-08RDS: Stop supporting old cong map sending methodGravatar Andy Grover 1-1/+0
2010-09-08RDS: inc_purge() transport function unused - remove itGravatar Andy Grover 1-1/+0
2010-09-08RDS: Base init_depth and responder_resources on hw valuesGravatar Andy Grover 1-0/+3
2010-09-08RDS: Implement atomic operationsGravatar Andy Grover 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-19RDMA/cm: fix loopback address supportGravatar Sean Hefty 1-2/+2
2009-08-23RDS: Track transports via an array, not a listGravatar Andy Grover 1-0/+1
2009-07-20RDS/IB: Always use PAGE_SIZE for FMR page sizeGravatar Andy Grover 1-3/+0
2009-07-20RDS: Set retry_count to 2 and make modifiable via modparamGravatar Andy Grover 1-0/+3
2009-04-09ERR_PTR() dereference in net/rds/ib.cGravatar Dan Carpenter 1-2/+2
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodGravatar Andy Grover 1-2/+3
2009-02-26RDS/IB: Infiniband transportGravatar Andy Grover 1-0/+323