summaryrefslogtreecommitdiff
path: root/net/rds/ib.h
AgeCommit message (Expand)Author
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-10-08IB: split struct ib_send_wrChristoph Hellwig
2015-10-05RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar
2015-10-05RDS: IB: split send completion handling and do batch ackSantosh Shilimkar
2015-10-05RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar
2015-09-30RDS: use kfree_rcu in rds_ib_remove_ipaddrSantosh Shilimkar
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-08-30rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-25RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com
2015-08-25RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-21net: rds: use for_each_sg() for scatterlist parsingFabian Frederick
2015-05-18RDS: Switch to generic logging helpersSagi Grimberg
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro
2012-11-19net: rds: use this_cpu_* per-cpu helperShan Wei
2012-05-29rds_rdma: don't assume infiniband device is PCIThadeu Lima de Souza Cascardo
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-02-01rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo
2010-10-21rds: make local functions/variables staticstephen hemminger
2010-09-08RDS/IB: print string constants in more placesZach Brown
2010-09-08RDS/IB: protect the list of IB devicesZach Brown
2010-09-08RDS/IB: track signaled sendsZach Brown
2010-09-08RDS: remove __init and __exit annotationZach Brown
2010-09-08RDS/IB: create a work queue for FMR flushingZach Brown
2010-09-08RDS/IB: destroy connections on rmmodZach Brown
2010-09-08RDS/IB: Make ib_recv_refill return voidAndy Grover
2010-09-08rds: more FMRs are fasterChris Mason
2010-09-08RDS/IB: Add caching of frags and incsChris Mason
2010-09-08RDS: Use page_remainder_alloc() for recv bufsAndy Grover
2010-09-08RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown
2010-09-08RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover
2010-09-08RDS: Move atomic stats from general to ib-specific areaAndy Grover
2010-09-08RDS: Refill recv ring directly from taskletAndy Grover
2010-09-08RDS: Perform unmapping ops in stagesAndy Grover
2010-09-08RDS: Remove struct rds_rdma_opAndy Grover
2010-09-08RDS: Implement silent atomicsAndy Grover
2010-09-08RDS: Remove unsignaled_bytes sysctlAndy Grover
2010-09-08RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover
2010-09-08RDS: Base init_depth and responder_resources on hw valuesAndy Grover
2010-09-08RDS: Implement atomic operationsAndy Grover
2009-10-30RDS/IB+IW: Move recv processing to a taskletAndy Grover
2009-07-20RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover
2009-07-20RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover
2009-07-20RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover
2009-04-09RDS/IW+IB: Allow max credit advertise window.Steve Wise
2009-04-02RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover
2009-02-26RDS/IB: Infiniband transportAndy Grover