summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
...
| * | RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULLSantosh Shilimkar2015-10-052-4/+8
| * | RDS: defer the over_batch work to send workerSantosh Shilimkar2015-10-051-3/+6
| * | RDS: Use per-bucket rw lock for bind hash-tableSantosh Shilimkar2015-09-303-15/+35
| * | RDS: fix rds_sock reference bug while doing bindSantosh Shilimkar2015-09-301-5/+11
| * | RDS: make socket bind/release locking scheme simple and more efficientSantosh Shilimkar2015-09-302-26/+15Star
| * | RDS: use kfree_rcu in rds_ib_remove_ipaddrSantosh Shilimkar2015-09-302-4/+3Star
| |/
* | RDS-TCP: Set up MSG_MORE and MSG_SENDPAGE_NOTLAST as appropriate in rds_tcp_xmitSowmini Varadhan2015-10-051-1/+7
* | RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tuneSowmini Varadhan2015-10-051-12/+4Star
* | RDS: Use a single TCP socket for both send and receive.Sowmini Varadhan2015-10-053-30/+18Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-101-4/+11
|\
| * RDS: verify the underlying transport exists before creating a connectionSasha Levin2015-09-091-0/+6
| * RDS: rds_conn_lookup() should factor in the struct net for a matchSowmini Varadhan2015-09-061-4/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-098-34/+19Star
|\ \ | |/ |/|
| * IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2015-08-311-4/+1Star
| * rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-315-20/+8Star
| * RDS: Convert to ib_alloc_mrSagi Grimberg2015-08-312-4/+6
| * IB/core: lock client data with lists_rwsemHaggai Eran2015-08-302-6/+4Star
* | RDS: remove superfluous from rds_ib_alloc_fmr()santosh.shilimkar@oracle.com2015-08-261-2/+0Star
* | RDS: flush the FMR pool less oftensantosh.shilimkar@oracle.com2015-08-261-1/+1
* | RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com2015-08-263-4/+34
* | RDS: fix fmr pool dirty_countWengang Wang2015-08-261-6/+9
* | RDS: Fix rds MR reference count in rds_rdma_unuse()santosh.shilimkar@oracle.com2015-08-261-2/+3
* | RDS: fix the dangling reference to rds_ib_incoming_slabsantosh.shilimkar@oracle.com2015-08-261-2/+3
* | rds: Fix improper gfp_t usage.David S. Miller2015-08-261-1/+1
* | RDS: check for valid cm_id before initiating connectionsantosh.shilimkar@oracle.com2015-08-251-2/+13
* | RDS: return EMSGSIZE for oversize requests before processing/queueingMukesh Kacker2015-08-251-5/+6
* | RDS: make sure rds_send_drop_to properly takes the m_rs_locksantosh.shilimkar@oracle.com2015-08-251-1/+15
* | RDS: Don't destroy the rdma id until after we're done using itSantosh Shilimkar2015-08-251-1/+2
* | RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com2015-08-252-2/+2
* | RDS: Make sure we do a signaled send for large-sendsantosh.shilimkar@oracle.com2015-08-251-0/+5
* | RDS: Mark message mapped before transmitsantosh.shilimkar@oracle.com2015-08-251-8/+16
* | RDS: add a sock_destruct callback debug aidsantosh.shilimkar@oracle.com2015-08-251-0/+9
* | RDS: check for congestion updates during rds_send_xmitsantosh.shilimkar@oracle.com2015-08-251-1/+2
* | RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com2015-08-255-8/+57
* | RDS: don't update ip address tables if the address hasn't changedsantosh.shilimkar@oracle.com2015-08-251-2/+7
* | RDS: destroy the ib state earlier during shutdownsantosh.shilimkar@oracle.com2015-08-251-8/+10
* | RDS: always free recv frag as we free its ring entrysantosh.shilimkar@oracle.com2015-08-251-3/+10
* | RDS: restore return value in rds_cmsg_rdma_args()santosh.shilimkar@oracle.com2015-08-251-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-141-1/+1
|\|
| * rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter2015-08-041-1/+1
* | RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.Sowmini Varadhan2015-08-074-50/+162
* | RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan2015-08-0712-27/+59
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-07-161-1/+3
|\
| * rds: rds_ib_device.refcount overflowWengang Wang2015-07-141-1/+3
* | net-RDS: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-031-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-255-14/+82
|\
| * net: rds: use for_each_sg() for scatterlist parsingFabian Frederick2015-06-211-8/+14
| * net/rds Add getsockopt support for SO_RDS_TRANSPORTSowmini Varadhan2015-06-011-0/+14
| * net/rds: Add setsockopt support for SO_RDS_TRANSPORTSowmini Varadhan2015-06-014-0/+53
| * net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.hSowmini Varadhan2015-06-011-5/+0Star