summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* RDS: fix rds_tcp_init() error pathVegard Nossum2016-07-041-2/+3
* net: rds: fix coding style issuesJoshua Houghton2016-06-188-28/+29
* RDS: TCP: rds_tcp_accept_one() should transition socket from RESETTING to UPSowmini Varadhan2016-06-171-1/+1
* RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()Sowmini Varadhan2016-06-075-8/+27
* RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...Sowmini Varadhan2016-06-072-0/+2
* RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safelySowmini Varadhan2016-06-073-12/+67
* rds: fix an infoleak in rds_inc_info_copyKangjie Lu2016-06-021-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-204-12/+17
|\
| * RDS: TCP: Avoid rds connection churn from rogue SYNsSowmini Varadhan2016-05-201-4/+6
| * RDS: TCP: rds_tcp_accept_worker() must exit gracefully when terminating rds-tcpSowmini Varadhan2016-05-201-0/+3
| * rds: tcp: block BH in TCP callbacksEric Dumazet2016-05-194-8/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-201-1/+1
|\ \ | |/ |/|
| * IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-044-19/+50
|\ \
| * | RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.Sowmini Varadhan2016-05-034-10/+33
| * | RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sockSowmini Varadhan2016-05-032-17/+25
| |/
* | RDS: TCP: Call pskb_extract() helper functionSowmini Varadhan2016-04-251-11/+3
|/
* RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com2016-04-161-2/+2
* RDS: fix endianness for dp_ack_seqQing Huang2016-04-161-1/+1
* RDS: fix congestion map corruption for PAGE_SIZE > 4kshamir rabinovitch2016-04-071-1/+1
* RDS: memory allocated must be align to 8shamir rabinovitch2016-04-071-2/+2
* 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
OpenPOWER on IntegriCloud