aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-08Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linuxDavid S. Miller12-282/+448
2015-10-05RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar4-62/+147
2015-10-05RDS: IB: use max_mr from HCA caps than max_fmrSantosh Shilimkar1-2/+2
2015-10-05RDS: IB: mark rds_ib_fmr_wq staticSantosh Shilimkar1-1/+1
2015-10-05RDS: IB: use already available pool handle from ibmrSantosh Shilimkar1-3/+2
2015-10-05RDS: IB: fix the rds_ib_fmr_wq kick callSantosh Shilimkar1-1/+1
2015-10-05RDS: IB: handle rds_ibdev release case instead of crashing the kernelSantosh Shilimkar1-1/+2
2015-10-05RDS: IB: split send completion handling and do batch ackSantosh Shilimkar5-65/+98
2015-10-05RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar4-105/+132
2015-10-05RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULLSantosh Shilimkar2-4/+8
2015-10-05RDS: defer the over_batch work to send workerSantosh Shilimkar1-3/+6
2015-10-05RDS-TCP: Set up MSG_MORE and MSG_SENDPAGE_NOTLAST as appropriate in rds_tcp_xmitSowmini Varadhan1-1/+7
2015-10-05RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tuneSowmini Varadhan1-12/+4
2015-10-05RDS: Use a single TCP socket for both send and receive.Sowmini Varadhan3-30/+18
2015-09-30RDS: Use per-bucket rw lock for bind hash-tableSantosh Shilimkar3-15/+35
2015-09-30RDS: fix rds_sock reference bug while doing bindSantosh Shilimkar1-5/+11
2015-09-30RDS: make socket bind/release locking scheme simple and more efficientSantosh Shilimkar2-26/+15
2015-09-30RDS: use kfree_rcu in rds_ib_remove_ipaddrSantosh Shilimkar2-4/+3
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+11
2015-09-09RDS: verify the underlying transport exists before creating a connectionSasha Levin1-0/+6
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds8-34/+19
2015-09-05RDS: rds_conn_lookup() should factor in the struct net for a matchSowmini Varadhan1-4/+5
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-4/+1
2015-08-30rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe5-20/+8
2015-08-30RDS: Convert to ib_alloc_mrSagi Grimberg2-4/+6
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran2-6/+4
2015-08-25RDS: remove superfluous from rds_ib_alloc_fmr()santosh.shilimkar@oracle.com1-2/+0
2015-08-25RDS: flush the FMR pool less oftensantosh.shilimkar@oracle.com1-1/+1
2015-08-25RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com3-4/+34
2015-08-25RDS: fix fmr pool dirty_countWengang Wang1-6/+9
2015-08-25RDS: Fix rds MR reference count in rds_rdma_unuse()santosh.shilimkar@oracle.com1-2/+3
2015-08-25RDS: fix the dangling reference to rds_ib_incoming_slabsantosh.shilimkar@oracle.com1-2/+3
2015-08-25rds: Fix improper gfp_t usage.David S. Miller1-1/+1
2015-08-25RDS: check for valid cm_id before initiating connectionsantosh.shilimkar@oracle.com1-2/+13
2015-08-25RDS: return EMSGSIZE for oversize requests before processing/queueingMukesh Kacker1-5/+6
2015-08-25RDS: make sure rds_send_drop_to properly takes the m_rs_locksantosh.shilimkar@oracle.com1-1/+15
2015-08-25RDS: Don't destroy the rdma id until after we're done using itSantosh Shilimkar1-1/+2
2015-08-25RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com2-2/+2
2015-08-25RDS: Make sure we do a signaled send for large-sendsantosh.shilimkar@oracle.com1-0/+5
2015-08-25RDS: Mark message mapped before transmitsantosh.shilimkar@oracle.com1-8/+16
2015-08-25RDS: add a sock_destruct callback debug aidsantosh.shilimkar@oracle.com1-0/+9
2015-08-25RDS: check for congestion updates during rds_send_xmitsantosh.shilimkar@oracle.com1-1/+2
2015-08-25RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com5-8/+57
2015-08-25RDS: don't update ip address tables if the address hasn't changedsantosh.shilimkar@oracle.com1-2/+7
2015-08-25RDS: destroy the ib state earlier during shutdownsantosh.shilimkar@oracle.com1-8/+10
2015-08-25RDS: always free recv frag as we free its ring entrysantosh.shilimkar@oracle.com1-3/+10
2015-08-25RDS: restore return value in rds_cmsg_rdma_args()santosh.shilimkar@oracle.com1-0/+2
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-07RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.Sowmini Varadhan4-50/+162
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_netSowmini Varadhan12-27/+59