summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2015-03-12rds: avoid potential stack overflowArnd Bergmann
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
2014-05-09rds: remove the unneed NULL checkingwangweidong
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-31rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-17net: rds: fix per-cpu helper usageGerald Schaefer
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-12-27rds: prevent dereference of a NULL deviceSasha Levin
2013-12-03rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa
2013-10-19net: misc: Remove extern from function prototypesJoe Perches
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-03-08net/rds: zero last byte for strncpyChen Gang
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-04rds: simplify a warning messageCong Wang
2013-03-04rds: limit the size allocated by rds_message_alloc()Cong Wang
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-11net/rds: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-26IB/rds: suppress incompatible protocol when version is knownMarciniszyn, Mike
2012-12-26IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenMarciniszyn, Mike
2012-11-19net: rds: use this_cpu_* per-cpu helperShan Wei
2012-10-09RDS: fix rds-ping spinlock recursionjeff.liu
2012-08-22rds: Don't disable BH on BH contextYing Xue
2012-07-23rds: set correct msg_namelenWeiping Pan