aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds
AgeCommit message (Expand)Author
2018-01-25Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-01-17rds: Fix NULL pointer dereference in __rds_rdma_mapHåkon Bugge
2017-12-25Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-12-25Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-12-08RDS: RDMA: return appropriate error on rdma map failuresSantosh Shilimkar
2017-11-05rds: ib: add error handleZhu Yanjun
2017-11-05RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar
2017-07-10Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-06-13RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com
2015-12-18Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2015-12-18Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2015-12-14RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas
2015-12-09RDS: verify the underlying transport exists before creating a connectionSasha Levin
2015-12-09RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan
2015-11-19Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2015-09-29rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter
2015-09-24net: Use cpu_chill() instead of cpu_relax()Thomas Gleixner
2015-08-10rds: rds_ib_device.refcount overflowWengang Wang
2015-05-09net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket.Sowmini Varadhan
2015-05-09net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.Sowmini Varadhan
2015-05-04net/rds: Fix new sparse warningDavid Ahern
2015-05-03net/rds: fix unaligned memory accessshamir rabinovitch
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-08RDS: make sure not to loop forever inside rds_send_xmitSowmini Varadhan
2015-04-08RDS: only use passive connections when addresses matchSowmini Varadhan
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-12rds: avoid potential stack overflowArnd Bergmann
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-11rds: rds_cong_queue_updates needs to defer the congestion update transmissionSowmini Varadhan
2015-02-07rds: Make rds_message_copy_from_user() return 0 on success.Sowmini Varadhan
2015-02-07net: rds: Remove repeated function names from debug outputRasmus Villemoes
2015-02-04net: rds: use correct size for max unacked packets and bytesSasha Levin
2014-12-15rds: Fix min() warning in rds_message_inc_copy_to_user()Geert Uytterhoeven
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2014-12-09put iov_iter into msghdrAl Viro
2014-11-24rds: switch rds_message_copy_from_user() to iov_iterAl Viro
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14rds: avoid calling sock_kfree_s() on allocation failureCong Wang
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-03net/rds: fix possible double free on sock tear downHerton R. Krzesinski
2014-10-03net/rds: do proper house keeping if connection fails in rds_tcp_conn_connectHerton R. Krzesinski
2014-10-03net/rds: call rds_conn_drop instead of open code it at rds_connect_completeHerton R. Krzesinski
2014-08-28treewide: fix synchronize_rcu() in commentsJesper Dangaard Brouer
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-05-30rds/tcp_listen: Replace comma with semicolonHimangi Saraogi
2014-05-30RDS/RDMA: Replace comma with semicolonHimangi Saraogi
2014-05-18net: rds: Use time_after() for time comparisonManuel Schölling