summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
2018-07-22rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar3-0/+11
2018-07-03rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes1-1/+2
2018-01-17RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam1-0/+1
2018-01-17RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam1-0/+3
2017-12-16rds: Fix NULL pointer dereference in __rds_rdma_mapHåkon Bugge1-1/+1
2017-11-30RDS: RDMA: return appropriate error on rdma map failuresSantosh Shilimkar1-1/+10
2017-10-08rds: ib: add error handleZhu Yanjun1-11/+36
2017-10-08RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar4-11/+29
2017-05-08RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com1-2/+2
2016-01-22RDS: verify the underlying transport exists before creating a connectionSasha Levin1-0/+6
2016-01-21RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2-7/+3
2015-12-14RDS: verify the underlying transport exists before creating a connectionSasha Levin1-0/+6
2015-12-03RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan1-2/+9
2015-09-29rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter1-1/+1
2015-08-27rds: rds_ib_device.refcount overflowWengang Wang1-1/+3
2015-03-24rds: avoid potential stack overflowArnd Bergmann1-18/+22
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+4
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-10-15rds: avoid calling sock_kfree_s() on allocation failureCong Wang1-3/+4
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-7/+12
2014-10-03net/rds: fix possible double free on sock tear downHerton R. Krzesinski1-4/+7
2014-10-03net/rds: do proper house keeping if connection fails in rds_tcp_conn_connectHerton R. Krzesinski1-1/+4
2014-10-03net/rds: call rds_conn_drop instead of open code it at rds_connect_completeHerton R. Krzesinski1-2/+1
2014-08-28treewide: fix synchronize_rcu() in commentsJesper Dangaard Brouer1-1/+1
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter1-1/+1
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-10/+8
2014-05-31rds/tcp_listen: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-31RDS/RDMA: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-19net: rds: Use time_after() for time comparisonManuel Schölling2-4/+4
2014-05-09rds: remove the unneed NULL checkingwangweidong2-4/+2
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra4-8/+8
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller3-9/+9
2014-04-01rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin1-1/+2
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle2-3/+2
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2014-01-18net: rds: fix per-cpu helper usageGerald Schaefer1-4/+3
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2013-12-27rds: prevent dereference of a NULL deviceSasha Levin1-1/+2
2013-12-03rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra1-3/+2
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-10-20inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa1-3/+9
2013-10-20ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa1-3/+3
2013-10-20net: misc: Remove extern from function prototypesJoe Perches1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches3-3/+3
2013-03-08net/rds: zero last byte for strncpyChen Gang1-0/+1
2013-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+4
2013-03-04rds: simplify a warning messageCong Wang1-4/+1
2013-03-04rds: limit the size allocated by rds_message_alloc()Cong Wang1-0/+3
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin2-8/+4
2013-01-11net/rds: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2