summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1926-5043/+1193
|\
| * RDS: TCP: Remove unused constantSowmini Varadhan2016-03-181-2/+0
| * RDS: TCP: Add sysctl tunables for sndbuf/rcvbuf on rds-tcp socketSowmini Varadhan2016-03-181-10/+135
| * RDS: IB: Support Fastreg MR (FRMR) memory registration modeAvinash Repaka2016-03-026-5/+422
| * RDS: IB: allocate extra space on queues for FRMR supportsantosh.shilimkar@oracle.com2016-03-022-4/+16
| * RDS: IB: add Fastreg MR (FRMR) detection supportsantosh.shilimkar@oracle.com2016-03-023-0/+15
| * RDS: IB: add mr reused statssantosh.shilimkar@oracle.com2016-03-023-1/+10
| * RDS: IB: handle the RDMA CM time wait eventsantosh.shilimkar@oracle.com2016-03-021-0/+8
| * RDS: IB: add connection info to ibmrsantosh.shilimkar@oracle.com2016-03-021-8/+9
| * RDS: IB: move FMR code to its own filesantosh.shilimkar@oracle.com2016-03-023-106/+134
| * RDS: IB: create struct rds_ib_fmrsantosh.shilimkar@oracle.com2016-03-023-13/+29
| * RDS: IB: Re-organise ibmr codesantosh.shilimkar@oracle.com2016-03-026-347/+422
| * RDS: IB: Remove the RDS_IB_SEND_OP dependencysantosh.shilimkar@oracle.com2016-03-023-20/+29
| * RDS: Add support for SO_TIMESTAMP for incoming messagessantosh.shilimkar@oracle.com2016-03-023-2/+45
| * RDS: Drop stale iWARP RDMA transportsantosh.shilimkar@oracle.com2016-03-0213-4611/+6
| * rds: duplicate include net/tcp.hstephen hemminger2016-02-111-1/+0
* | tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-151-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-232-41/+16
|\
| * net/rds: Avoid calling ib_query_deviceOr Gerlitz2015-12-222-41/+16
* | RDS: don't pretend to use cpu notifiersSebastian Andrzej Siewior2015-12-221-25/+6
|/
* RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2015-11-242-7/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-2/+2
|\
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-0710-203/+178
|\ \ | |/ |/|
| * RDS/IW: Convert to new memory registration APISagi Grimberg2015-10-283-115/+75
| * Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-285-105/+120
| |\
| | * IB: split struct ib_send_wrChristoph Hellwig2015-10-085-105/+120
| * | IB/cma: Add support for network namespacesGuy Shapiro2015-10-285-6/+6
| |/
* | RDS: convert bind hash table to re-sizable hashtablesantosh.shilimkar@oracle.com2015-11-023-86/+56
* | net: rds: changing the return type from int to voidSaurabh Sengar2015-11-021-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-2/+9
|\ \
| * | RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan2015-10-271-2/+9
| |/
* | RDS: fix rds-ping deadlock over TCP transportsantosh.shilimkar@oracle.com2015-10-181-3/+2
* | RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept...Sowmini Varadhan2015-10-131-0/+3
* | RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.Sowmini Varadhan2015-10-131-1/+8
* | Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2015-10-0812-282/+448
|\ \
| * | RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar2015-10-054-62/+147
| * | RDS: IB: use max_mr from HCA caps than max_fmrSantosh Shilimkar2015-10-051-2/+2
| * | RDS: IB: mark rds_ib_fmr_wq staticSantosh Shilimkar2015-10-051-1/+1
| * | RDS: IB: use already available pool handle from ibmrSantosh Shilimkar2015-10-051-3/+2
| * | RDS: IB: fix the rds_ib_fmr_wq kick callSantosh Shilimkar2015-10-051-1/+1
| * | RDS: IB: handle rds_ibdev release case instead of crashing the kernelSantosh Shilimkar2015-10-051-1/+2
| * | RDS: IB: split send completion handling and do batch ackSantosh Shilimkar2015-10-055-65/+98
| * | RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar2015-10-054-105/+132
| * | 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/+15
| * | RDS: use kfree_rcu in rds_ib_remove_ipaddrSantosh Shilimkar2015-09-302-4/+3
| |/