aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds
AgeCommit message (Expand)Author
2017-07-21rds: tcp: use sock_create_lite() to create the accept socketSowmini Varadhan
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro
2017-04-21rds: make use of iov_iter_revert()Al Viro
2017-04-06don't open-code kernel_setsockopt()Al Viro
2017-04-02rds: tcp: canonical connection order for all paths with index > 0Sowmini Varadhan
2017-04-02rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked...Sowmini Varadhan
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-13rds: ib: unmap the scatter/gather list when errorZhu Yanjun
2017-03-13rds: ib: add the static type to the functionZhu Yanjun
2017-03-13rds: ib: remove redundant ib_dealloc_fmrZhu Yanjun
2017-03-13rds: ib: drop unnecessary rdma_rejectZhu Yanjun
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-09rds: ib: add error handleZhu Yanjun
2017-03-07rds: tcp: Sequence teardown of listen and acceptor sockets to avoid racesSowmini Varadhan
2017-03-07rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid racesSowmini Varadhan
2017-03-07rds: tcp: Take explicit refcounts on struct netSowmini Varadhan
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
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