summaryrefslogtreecommitdiffstats
path: root/net/rds/ib.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-251-8/+14
|\
| * net: rds: use for_each_sg() for scatterlist parsingFabian Frederick2015-06-211-8/+14
* | RDS: Switch to generic logging helpersSagi Grimberg2015-05-181-1/+0Star
|/
* rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro2014-11-241-2/+1Star
* net: rds: use this_cpu_* per-cpu helperShan Wei2012-11-201-1/+1
* rds_rdma: don't assume infiniband device is PCIThadeu Lima de Souza Cascardo2012-05-291-2/+1Star
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo2011-02-011-2/+0Star
* rds: make local functions/variables staticstephen hemminger2010-10-211-4/+0Star
* RDS/IB: print string constants in more placesZach Brown2010-09-091-0/+1
* RDS/IB: protect the list of IB devicesZach Brown2010-09-091-0/+1
* RDS/IB: track signaled sendsZach Brown2010-09-091-0/+1
* RDS: remove __init and __exit annotationZach Brown2010-09-091-5/+5
* RDS/IB: create a work queue for FMR flushingZach Brown2010-09-091-0/+2
* RDS/IB: destroy connections on rmmodZach Brown2010-09-091-9/+1Star
* RDS/IB: Make ib_recv_refill return voidAndy Grover2010-09-091-1/+1
* rds: more FMRs are fasterChris Mason2010-09-091-1/+1
* RDS/IB: Add caching of frags and incsChris Mason2010-09-091-0/+19
* RDS: Use page_remainder_alloc() for recv bufsAndy Grover2010-09-091-6/+1Star
* RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown2010-09-091-0/+4
* RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover2010-09-091-0/+6
* RDS: Move atomic stats from general to ib-specific areaAndy Grover2010-09-091-0/+2
* RDS: Refill recv ring directly from taskletAndy Grover2010-09-091-2/+1Star
* RDS: Perform unmapping ops in stagesAndy Grover2010-09-091-4/+3Star
* RDS: Remove struct rds_rdma_opAndy Grover2010-09-091-2/+2
* RDS: Implement silent atomicsAndy Grover2010-09-091-1/+1
* RDS: Remove unsignaled_bytes sysctlAndy Grover2010-09-091-1/+0Star
* RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover2010-09-091-24/+0Star
* RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-091-1/+0Star
* RDS: Base init_depth and responder_resources on hw valuesAndy Grover2010-09-091-0/+2
* RDS: Implement atomic operationsAndy Grover2010-09-091-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/+0Star
* 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-101-1/+1
* RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover2009-04-021-9/+5Star
* RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover2009-04-021-3/+11
* RDS/IB: Infiniband transportAndy Grover2009-02-271-0/+367