aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib.h
Commit message (Expand)AuthorAgeFilesLines
* rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo2011-02-011-2/+0
* rds: make local functions/variables staticstephen hemminger2010-10-211-4/+0
* RDS/IB: print string constants in more placesZach Brown2010-09-081-0/+1
* RDS/IB: protect the list of IB devicesZach Brown2010-09-081-0/+1
* RDS/IB: track signaled sendsZach Brown2010-09-081-0/+1
* RDS: remove __init and __exit annotationZach Brown2010-09-081-5/+5
* RDS/IB: create a work queue for FMR flushingZach Brown2010-09-081-0/+2
* RDS/IB: destroy connections on rmmodZach Brown2010-09-081-9/+1
* RDS/IB: Make ib_recv_refill return voidAndy Grover2010-09-081-1/+1
* rds: more FMRs are fasterChris Mason2010-09-081-1/+1
* RDS/IB: Add caching of frags and incsChris Mason2010-09-081-0/+19
* RDS: Use page_remainder_alloc() for recv bufsAndy Grover2010-09-081-6/+1
* RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown2010-09-081-0/+4
* RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover2010-09-081-0/+6
* RDS: Move atomic stats from general to ib-specific areaAndy Grover2010-09-081-0/+2
* RDS: Refill recv ring directly from taskletAndy Grover2010-09-081-2/+1
* RDS: Perform unmapping ops in stagesAndy Grover2010-09-081-4/+3
* RDS: Remove struct rds_rdma_opAndy Grover2010-09-081-2/+2
* RDS: Implement silent atomicsAndy Grover2010-09-081-1/+1
* RDS: Remove unsignaled_bytes sysctlAndy Grover2010-09-081-1/+0
* RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover2010-09-081-24/+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/+2
* RDS: Implement atomic operationsAndy Grover2010-09-081-0/+1
* RDS/IB+IW: Move recv processing to a taskletAndy Grover2009-10-301-0/+2
* RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover2009-07-201-3/+0
* RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover2009-07-201-2/+10
* RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover2009-07-201-0/+3
* RDS/IW+IB: Allow max credit advertise window.Steve Wise2009-04-091-1/+1
* RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover2009-04-021-9/+5
* RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover2009-04-021-3/+11
* RDS/IB: Infiniband transportAndy Grover2009-02-261-0/+367