summaryrefslogtreecommitdiff
path: root/net/rds (follow)
Commit message (Expand)AuthorAge
* RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam2018-01-17
* RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam2018-01-17
* rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge2017-12-16
* RDS: RDMA: return appropriate error on rdma map failuresSantosh Shilimkar2017-11-30
* rds: ib: add error handleZhu Yanjun2017-10-08
* RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar2017-10-08
* rds: tcp: use sock_create_lite() to create the accept socketSowmini Varadhan2017-07-21
* RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com2017-05-02
* rds: fix an infoleak in rds_inc_info_copyKangjie Lu2016-09-15
* RDS: fix rds_tcp_init() error pathVegard Nossum2016-08-10
* RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2015-11-24
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-07
|\
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-07
|\ \ | |/ |/|
| * RDS/IW: Convert to new memory registration APISagi Grimberg2015-10-28
| * Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-28
| |\
| | * IB: split struct ib_send_wrChristoph Hellwig2015-10-08
| * | IB/cma: Add support for network namespacesGuy Shapiro2015-10-28
| |/
* | RDS: convert bind hash table to re-sizable hashtablesantosh.shilimkar@oracle.com2015-11-02
* | net: rds: changing the return type from int to voidSaurabh Sengar2015-11-02
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-01
|\ \
| * | RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan2015-10-27
| |/
* | RDS: fix rds-ping deadlock over TCP transportsantosh.shilimkar@oracle.com2015-10-18
* | RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept...Sowmini Varadhan2015-10-13
* | RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.Sowmini Varadhan2015-10-13
* | Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2015-10-08
|\ \
| * | RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar2015-10-05
| * | RDS: IB: use max_mr from HCA caps than max_fmrSantosh Shilimkar2015-10-05
| * | RDS: IB: mark rds_ib_fmr_wq staticSantosh Shilimkar2015-10-05
| * | RDS: IB: use already available pool handle from ibmrSantosh Shilimkar2015-10-05
| * | RDS: IB: fix the rds_ib_fmr_wq kick callSantosh Shilimkar2015-10-05
| * | RDS: IB: handle rds_ibdev release case instead of crashing the kernelSantosh Shilimkar2015-10-05
| * | RDS: IB: split send completion handling and do batch ackSantosh Shilimkar2015-10-05
| * | RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar2015-10-05
| * | RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULLSantosh Shilimkar2015-10-05
| * | RDS: defer the over_batch work to send workerSantosh Shilimkar2015-10-05
| * | RDS: Use per-bucket rw lock for bind hash-tableSantosh Shilimkar2015-09-30
| * | RDS: fix rds_sock reference bug while doing bindSantosh Shilimkar2015-09-30
| * | RDS: make socket bind/release locking scheme simple and more efficientSantosh Shilimkar2015-09-30
| * | RDS: use kfree_rcu in rds_ib_remove_ipaddrSantosh Shilimkar2015-09-30
| |/
* | RDS-TCP: Set up MSG_MORE and MSG_SENDPAGE_NOTLAST as appropriate in rds_tcp_xmitSowmini Varadhan2015-10-05
* | RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tuneSowmini Varadhan2015-10-05
* | RDS: Use a single TCP socket for both send and receive.Sowmini Varadhan2015-10-05
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-10
|\
| * RDS: verify the underlying transport exists before creating a connectionSasha Levin2015-09-09
| * RDS: rds_conn_lookup() should factor in the struct net for a matchSowmini Varadhan2015-09-05
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-09
|\ \ | |/ |/|
| * IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2015-08-30
| * rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-30
| * RDS: Convert to ib_alloc_mrSagi Grimberg2015-08-30