aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_send.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-27rds: Remove redundant assignment to nr_sigJiapeng Chong1-1/+0
2020-11-17rds: stop using dmapoolChristoph Hellwig1-0/+8
2020-01-18net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry1-13/+31
2019-10-03net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon1-6/+9
2019-10-02net/rds: Log vendor error if send/recv Work requests failSudhakar Dindukurti1-2/+2
2019-07-09rds: fix reordering with composite message notificationSantosh Shilimkar1-16/+13
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-8/+7
2019-02-04rds: rdma: update rdma transport for tosSantosh Shilimkar1-2/+3
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-2/+2
2019-02-04IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche1-8/+7
2019-01-07rds: use DIV_ROUND_UP instead of ceilJacob Wen1-2/+2
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-8/+5
2018-08-01rds: remove redundant variable 'rds_ibdev'YueHaibing1-3/+0
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-3/+3
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon1-5/+5
2017-10-26rds: Fix inaccurate accounting of unsignaled wrsHåkon Bugge1-8/+7
2017-10-26rds: ib: Fix uninitialized variableHåkon Bugge1-0/+1
2017-02-17rds:Remove unnecessary ib_ring unallocZhu Yanjun1-1/+0
2017-01-02RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar1-10/+15
2017-01-02RDS: IB: include faddr in connection logSantosh Shilimkar1-2/+2
2016-07-01RDS: Rework path specific indirectionsSowmini Varadhan1-1/+2
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan1-0/+1
2016-03-02RDS: IB: Remove the RDS_IB_SEND_OP dependencysantosh.shilimkar@oracle.com1-4/+2
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-34/+37
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-34/+37
2015-10-05RDS: IB: split send completion handling and do batch ackSantosh Shilimkar1-59/+51
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+4
2015-08-30rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe1-4/+4
2015-08-25RDS: Make sure we do a signaled send for large-sendsantosh.shilimkar@oracle.com1-0/+5
2015-06-02Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford1-6/+11
2015-06-02rds: re-entry of rds_ib_xmit/rds_iw_xmitWengang Wang1-6/+11
2015-05-18RDS: Switch to generic logging helpersSagi Grimberg1-36/+2
2015-02-07net: rds: Remove repeated function names from debug outputRasmus Villemoes1-2/+2
2014-05-18net: rds: Use time_after() for time comparisonManuel Schölling1-2/+2
2013-12-03rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra1-3/+2
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-08rds: prevent BUG_ON triggering on congestion map updatesNeil Horman1-1/+4
2010-09-08RDS: Implement masked atomic operationsAndy Grover1-5/+9
2010-09-08RDS/IB: print string constants in more placesZach Brown1-6/+41
2010-09-08RDS/IB: track signaled sendsZach Brown1-5/+42
2010-09-08rds: fix rds_send_xmit() serializationZach Brown1-1/+1
2010-09-08RDS/IB: get the xmit max_sge from the RDS IB device on the connectionZach Brown1-7/+5
2010-09-08rds: Fix reference counting on the for xmit_atomic and xmit_rdmaChris Mason1-1/+9
2010-09-08rds: Fix RDMA message reference countingChris Mason1-5/+6
2010-09-08RDS: Move atomic stats from general to ib-specific areaAndy Grover1-2/+2
2010-09-08RDS: Perform unmapping ops in stagesAndy Grover1-117/+125
2010-09-08RDS: Rename data op members prefix from m_ to op_Andy Grover1-13/+13
2010-09-08RDS: Remove struct rds_rdma_opAndy Grover1-30/+30
2010-09-08RDS: Implement silent atomicsAndy Grover1-30/+32