aboutsummaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2016-09-15rds: fix an infoleak in rds_inc_info_copyKangjie Lu
2016-08-10RDS: fix rds_tcp_init() error pathVegard Nossum
2015-11-24RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-02RDS: convert bind hash table to re-sizable hashtablesantosh.shilimkar@oracle.com
2015-11-02net: rds: changing the return type from int to voidSaurabh Sengar
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-28RDS/IW: Convert to new memory registration APISagi Grimberg
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro
2015-10-27RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan
2015-10-18RDS: fix rds-ping deadlock over TCP transportsantosh.shilimkar@oracle.com
2015-10-13RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept...Sowmini Varadhan
2015-10-13RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.Sowmini Varadhan
2015-10-08Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2015-10-08IB: split struct ib_send_wrChristoph Hellwig
2015-10-05RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar
2015-10-05RDS: IB: use max_mr from HCA caps than max_fmrSantosh Shilimkar
2015-10-05RDS: IB: mark rds_ib_fmr_wq staticSantosh Shilimkar
2015-10-05RDS: IB: use already available pool handle from ibmrSantosh Shilimkar
2015-10-05RDS: IB: fix the rds_ib_fmr_wq kick callSantosh Shilimkar
2015-10-05RDS: IB: handle rds_ibdev release case instead of crashing the kernelSantosh Shilimkar
2015-10-05RDS: IB: split send completion handling and do batch ackSantosh Shilimkar
2015-10-05RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar
2015-10-05RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULLSantosh Shilimkar
2015-10-05RDS: defer the over_batch work to send workerSantosh Shilimkar
2015-10-05RDS-TCP: Set up MSG_MORE and MSG_SENDPAGE_NOTLAST as appropriate in rds_tcp_xmitSowmini Varadhan
2015-10-05RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tuneSowmini Varadhan
2015-10-05RDS: Use a single TCP socket for both send and receive.Sowmini Varadhan
2015-09-30RDS: Use per-bucket rw lock for bind hash-tableSantosh Shilimkar
2015-09-30RDS: fix rds_sock reference bug while doing bindSantosh Shilimkar
2015-09-30RDS: make socket bind/release locking scheme simple and more efficientSantosh Shilimkar
2015-09-30RDS: use kfree_rcu in rds_ib_remove_ipaddrSantosh Shilimkar
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-09-09RDS: verify the underlying transport exists before creating a connectionSasha Levin
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-09-05RDS: rds_conn_lookup() should factor in the struct net for a matchSowmini Varadhan
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe
2015-08-30rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-30RDS: Convert to ib_alloc_mrSagi Grimberg
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran
2015-08-25RDS: remove superfluous from rds_ib_alloc_fmr()santosh.shilimkar@oracle.com
2015-08-25RDS: flush the FMR pool less oftensantosh.shilimkar@oracle.com
2015-08-25RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com
2015-08-25RDS: fix fmr pool dirty_countWengang Wang
2015-08-25RDS: Fix rds MR reference count in rds_rdma_unuse()santosh.shilimkar@oracle.com
2015-08-25RDS: fix the dangling reference to rds_ib_incoming_slabsantosh.shilimkar@oracle.com
2015-08-25rds: Fix improper gfp_t usage.David S. Miller