aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/rds/ib.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-01RDS: IB: Remove unused declarationsYue Haibing1-4/+0
2020-11-17rds: stop using dmapoolChristoph Hellwig1-6/+0
2020-11-12RDMA: Lift ibdev_to_node from rds to common codeChristoph Hellwig1-7/+0
2020-06-15net/rds: NULL pointer de-reference in rds_ib_add_one()Ka-Cheong Poon1-1/+7
2020-06-02RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy1-2/+0
2020-01-18net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry1-1/+2
2019-10-03net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon1-5/+10
2019-08-24net: rds: add service level support in rds-infoZhu Yanjun1-0/+1
2019-07-17net/rds: Keep track of and wait for FRWR segments in use upon shutdownGerd Rausch1-0/+1
2019-07-09Revert "RDS: IB: split the mr registration and invalidation path"Gerd Rausch1-3/+1
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-8/+4
2019-02-04rds: rdma: update rdma transport for tosSantosh Shilimkar1-1/+3
2019-02-04IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche1-8/+4
2018-09-23rds: Fix build regression.David S. Miller1-1/+1
2018-09-21RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor1-1/+1
2018-08-01rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon1-1/+1
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon1-11/+40
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-05RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka1-2/+0
2017-07-04net, rds: convert rds_ib_device.refcount from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2017-01-24RDS: net: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2017-01-24IB/core: Change the type of an ib_dma_alloc_coherent() argumentBart Van Assche1-3/+3
2017-01-02RDS: IB: fix panic due to handlers running post teardownSantosh Shilimkar1-0/+1
2017-01-02RDS: IB: Add vector spreading for cqsSantosh Shilimkar1-0/+5
2017-01-02RDS: IB: add few useful cache stastsSantosh Shilimkar1-0/+7
2017-01-02RDS: IB: track and log active side endpoint in connectionSantosh Shilimkar1-0/+3
2017-01-02RDS: IB: split the mr registration and invalidation pathSantosh Shilimkar1-1/+3
2017-01-02RDS: IB: make the transport retry count smallestSantosh Shilimkar1-1/+1
2016-08-08RDS: add __printf format attribute to error reporting functionsNicolas Iooss1-0/+1
2016-07-01RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan1-1/+1
2016-07-01RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan1-1/+1
2016-07-01RDS: Rework path specific indirectionsSowmini Varadhan1-2/+2
2016-03-02RDS: IB: Support Fastreg MR (FRMR) memory registration modeAvinash Repaka1-0/+1
2016-03-02RDS: IB: allocate extra space on queues for FRMR supportsantosh.shilimkar@oracle.com1-0/+4
2016-03-02RDS: IB: add Fastreg MR (FRMR) detection supportsantosh.shilimkar@oracle.com1-0/+4
2016-03-02RDS: IB: add mr reused statssantosh.shilimkar@oracle.com1-0/+2
2016-03-02RDS: IB: Re-organise ibmr codesantosh.shilimkar@oracle.com1-22/+3
2016-03-02RDS: IB: Remove the RDS_IB_SEND_OP dependencysantosh.shilimkar@oracle.com1-1/+0
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+5
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-1/+5
2015-10-05RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar1-12/+31
2015-10-05RDS: IB: split send completion handling and do batch ackSantosh Shilimkar1-2/+4
2015-10-05RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar1-3/+25
2015-09-30RDS: use kfree_rcu in rds_ib_remove_ipaddrSantosh Shilimkar1-0/+1
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-2/+0
2015-08-30rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe1-2/+0
2015-08-25RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com1-0/+2
2015-08-25RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com1-1/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+14
2015-06-21net: rds: use for_each_sg() for scatterlist parsingFabian Frederick1-8/+14
2015-05-18RDS: Switch to generic logging helpersSagi Grimberg1-1/+0
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro1-2/+1
2012-11-19net: rds: use this_cpu_* per-cpu helperShan Wei1-1/+1
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