aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-02rds: tcp: canonical connection order for all paths with index > 0Sowmini Varadhan1-1/+1
2017-04-02rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked ERROR by an intervening FINSowmini Varadhan1-1/+9
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-35/+70
2017-03-13rds: ib: unmap the scatter/gather list when errorZhu Yanjun1-7/+19
2017-03-13rds: ib: add the static type to the functionZhu Yanjun2-4/+3
2017-03-13rds: ib: remove redundant ib_dealloc_fmrZhu Yanjun1-5/+2
2017-03-13rds: ib: drop unnecessary rdma_rejectZhu Yanjun1-3/+2
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2017-03-09rds: ib: add error handleZhu Yanjun1-11/+36
2017-03-07rds: tcp: Sequence teardown of listen and acceptor sockets to avoid racesSowmini Varadhan3-8/+18
2017-03-07rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid racesSowmini Varadhan1-10/+9
2017-03-07rds: tcp: Take explicit refcounts on struct netSowmini Varadhan3-5/+6
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-18/+6
2017-03-03rds: remove unnecessary returned value checkZhu Yanjun4-14/+4
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-36/+0
2017-03-01rds: ib: add the static type to the variablesZhu Yanjun2-4/+2
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-5/+5
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-5/+4
2017-02-24rds: fix memory leak errorZhu Yanjun1-3/+4
2017-02-24RDS: IB: fix ifnullfree.cocci warningsWu Fengguang1-2/+1
2017-02-17rds:Remove unnecessary ib_ring unallocZhu Yanjun1-1/+0
2017-01-24RDS: net: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2017-01-24IB/core: Change the type of an ib_dma_alloc_coherent() argumentBart Van Assche1-3/+3
2017-01-24RDS: IB: Remove an unused structure memberBart Van Assche1-1/+0
2017-01-06RDS: validate the requested traces user input against max supportedsantosh.shilimkar@oracle.com1-0/+3
2017-01-02RDS: add receive message trace used by applicationSantosh Shilimkar5-3/+76
2017-01-02RDS: make message size limit compliant with specAvinash Repaka3-1/+42
2017-01-02RDS: add stat for socket recv memory usageVenkat Venkatsubra2-0/+7
2017-01-02RDS: IB: fix panic due to handlers running post teardownSantosh Shilimkar2-0/+13
2017-01-02RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar4-11/+29
2017-01-02RDS: IB: Add vector spreading for cqsSantosh Shilimkar3-3/+53
2017-01-02RDS: IB: add few useful cache stastsSantosh Shilimkar3-0/+15
2017-01-02RDS: IB: track and log active side endpoint in connectionSantosh Shilimkar2-4/+10
2017-01-02RDS: RDMA: silence the use_once mr log floodSantosh Shilimkar1-1/+2
2017-01-02RDS: IB: split the mr registration and invalidation pathSantosh Shilimkar3-8/+16
2017-01-02RDS: RDMA: return appropriate error on rdma map failuresSantosh Shilimkar1-1/+10
2017-01-02RDS: RDMA: start rdma listening after initQing Huang1-8/+3
2017-01-02RDS: RDMA: fix the ib_map_mr_sg_zbva() argumentSantosh Shilimkar1-2/+3
2017-01-02RDS: IB: make the transport retry count smallestSantosh Shilimkar1-1/+1
2017-01-02RDS: IB: include faddr in connection logSantosh Shilimkar3-14/+13
2017-01-02RDS: mark few internal functions static to make sparse build happySantosh Shilimkar3-7/+8
2017-01-02RDS: log the address on bind failureSantosh Shilimkar1-2/+2
2016-12-26rds: remove dead codeAl Viro2-36/+0
2016-12-20RDS: use rb_entry()Geliang Tang1-1/+1
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+4
2016-12-14rds_rdma: log the connection reject messageSteve Wise1-1/+4
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-12-02RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_netSowmini Varadhan1-0/+2
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-17RDS: TCP: Force every connection to be initiated by numerically smaller IP addressSowmini Varadhan3-18/+26