summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2017-03-03rds: remove unnecessary returned value checkZhu Yanjun
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-03-01rds: ib: add the static type to the variablesZhu Yanjun
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-24rds: fix memory leak errorZhu Yanjun
2017-02-24RDS: IB: fix ifnullfree.cocci warningsWu Fengguang
2017-02-17rds:Remove unnecessary ib_ring unallocZhu Yanjun
2017-01-24RDS: net: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/core: Change the type of an ib_dma_alloc_coherent() argumentBart Van Assche
2017-01-24RDS: IB: Remove an unused structure memberBart Van Assche
2017-01-06RDS: validate the requested traces user input against max supportedsantosh.shilimkar@oracle.com
2017-01-02RDS: add receive message trace used by applicationSantosh Shilimkar
2017-01-02RDS: make message size limit compliant with specAvinash Repaka
2017-01-02RDS: add stat for socket recv memory usageVenkat Venkatsubra
2017-01-02RDS: IB: fix panic due to handlers running post teardownSantosh Shilimkar
2017-01-02RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar
2017-01-02RDS: IB: Add vector spreading for cqsSantosh Shilimkar
2017-01-02RDS: IB: add few useful cache stastsSantosh Shilimkar
2017-01-02RDS: IB: track and log active side endpoint in connectionSantosh Shilimkar
2017-01-02RDS: RDMA: silence the use_once mr log floodSantosh Shilimkar
2017-01-02RDS: IB: split the mr registration and invalidation pathSantosh Shilimkar
2017-01-02RDS: RDMA: return appropriate error on rdma map failuresSantosh Shilimkar
2017-01-02RDS: RDMA: start rdma listening after initQing Huang
2017-01-02RDS: RDMA: fix the ib_map_mr_sg_zbva() argumentSantosh Shilimkar
2017-01-02RDS: IB: make the transport retry count smallestSantosh Shilimkar
2017-01-02RDS: IB: include faddr in connection logSantosh Shilimkar
2017-01-02RDS: mark few internal functions static to make sparse build happySantosh Shilimkar
2017-01-02RDS: log the address on bind failureSantosh Shilimkar
2016-12-26rds: remove dead codeAl Viro
2016-12-20RDS: use rb_entry()Geliang Tang
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-14rds_rdma: log the connection reject messageSteve Wise
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_netSowmini Varadhan
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-17RDS: TCP: Force every connection to be initiated by numerically smaller IP ad...Sowmini Varadhan
2016-11-17RDS: TCP: Track peer's connection generation numberSowmini Varadhan
2016-11-17RDS: TCP: set RDS_FLAG_RETRANSMITTED in cp_retrans listSowmini Varadhan
2016-11-09RDS: TCP: start multipath acceptor loop at 0Sowmini Varadhan
2016-11-09RDS: TCP: report addr/port info based on TCP socket in rds-infoSowmini Varadhan
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29rds: debug messages are enabled by defaultshamir rabinovitch
2016-10-17rds: Remove duplicate prefix from rds_conn_path_error useJoe Perches
2016-10-17rds: Remove unused rds_conn_errorJoe Perches
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig
2016-08-08RDS: add __printf format attribute to error reporting functionsNicolas Iooss
2016-07-15RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan
2016-07-15RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks()Sowmini Varadhan
2016-07-15RDS: TCP: avoid bad page reference in rds_tcp_listen_data_readySowmini Varadhan