aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29rds_rdma: don't assume infiniband device is PCIThadeu Lima de Souza Cascardo1-2/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-02-01rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo1-2/+0
2010-10-21rds: make local functions/variables staticstephen hemminger1-4/+0
2010-09-08RDS/IB: print string constants in more placesZach Brown1-0/+1
2010-09-08RDS/IB: protect the list of IB devicesZach Brown1-0/+1
2010-09-08RDS/IB: track signaled sendsZach Brown1-0/+1
2010-09-08RDS: remove __init and __exit annotationZach Brown1-5/+5
2010-09-08RDS/IB: create a work queue for FMR flushingZach Brown1-0/+2
2010-09-08RDS/IB: destroy connections on rmmodZach Brown1-9/+1
2010-09-08RDS/IB: Make ib_recv_refill return voidAndy Grover1-1/+1
2010-09-08rds: more FMRs are fasterChris Mason1-1/+1
2010-09-08RDS/IB: Add caching of frags and incsChris Mason1-0/+19
2010-09-08RDS: Use page_remainder_alloc() for recv bufsAndy Grover1-6/+1
2010-09-08RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown1-0/+4
2010-09-08RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover1-0/+6
2010-09-08RDS: Move atomic stats from general to ib-specific areaAndy Grover1-0/+2
2010-09-08RDS: Refill recv ring directly from taskletAndy Grover1-2/+1
2010-09-08RDS: Perform unmapping ops in stagesAndy Grover1-4/+3
2010-09-08RDS: Remove struct rds_rdma_opAndy Grover1-2/+2
2010-09-08RDS: Implement silent atomicsAndy Grover1-1/+1
2010-09-08RDS: Remove unsignaled_bytes sysctlAndy Grover1-1/+0
2010-09-08RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover1-24/+0
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover1-1/+0
2010-09-08RDS: Base init_depth and responder_resources on hw valuesAndy Grover1-0/+2
2010-09-08RDS: Implement atomic operationsAndy Grover1-0/+1
2009-10-30RDS/IB+IW: Move recv processing to a taskletAndy Grover1-0/+2
2009-07-20RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover1-3/+0
2009-07-20RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover1-2/+10
2009-07-20RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover1-0/+3
2009-04-09RDS/IW+IB: Allow max credit advertise window.Steve Wise1-1/+1
2009-04-02RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover1-9/+5
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover1-3/+11
2009-02-26RDS/IB: Infiniband transportAndy Grover1-0/+367