summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2016-01-29RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas
2015-12-06RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan
2015-12-06RDS: verify the underlying transport exists before creating a connectionSasha Levin
2015-12-06rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter
2015-05-24rds: avoid potential stack overflowArnd Bergmann
2015-05-24net: rds: use correct size for max unacked packets and bytesSasha Levin
2014-05-19rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin
2014-05-19rds: prevent dereference of a NULL deviceSasha Levin
2014-05-19net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-06-10rds: set correct msg_namelenWeiping Pan
2011-04-22net: fix rds_iovec page count overflowLinus Torvalds
2011-04-15Revert "net: fix rds_iovec page count overflow"Greg Kroah-Hartman
2011-04-14net: fix rds_iovec page count overflowLinus Torvalds
2010-12-09rds: Integer overflow in RDS cmsg handlingDan Rosenberg
2010-10-28De-pessimize rds_page_copy_userLinus Torvalds
2010-09-26rds: fix a leak of kernel memoryEric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-14net: constify remaining proto_opsAlexey Dobriyan
2009-08-23RDS: Add a debug message suggesting to load transport modulesAndy Grover
2009-08-23RDS: Track transports via an array, not a listAndy Grover
2009-08-23RDS: Modularize RDMA and TCP transportsAndy Grover
2009-08-23RDS: Export symbols from core RDSAndy Grover
2009-08-23RDS: Add TCP transport to RDSAndy Grover
2009-08-05net/rds: Use AF_INET for sin_family fieldJulia Lawall
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-07-20RDS: Refactor end of __conn_create for readabilityAndy Grover
2009-07-20RDS/IW: Remove dead codeAndy Grover
2009-07-20RDS/IW: Remove page_shift variable from iwarp transportAndy Grover
2009-07-20RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover
2009-07-20RDS: Fix completion notifications on blocking socketsAndy Grover
2009-07-20RDS/IB: Drop connection when a fatal QP event is receivedAndy Grover
2009-07-20RDS/IB: Disable flow control in sysctl and explain whyAndy Grover
2009-07-20RDS/IB: Move tx/rx ring init and refill to laterAndy Grover
2009-07-20RDS: Don't set c_version in __rds_conn_create()Andy Grover
2009-07-20RDS/IB: Rename byte_len to data_len to enhance readabilityAndy Grover
2009-07-20RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.cAndy Grover
2009-07-20RDS/IB: Fix printk to indicate remote IP, not localAndy Grover
2009-07-20RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover
2009-07-20RDS/IB: Improve RDS protocol version checkingAndy Grover
2009-07-20RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover
2009-06-24percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-21FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells
2009-04-09ERR_PTR() dereference in net/rds/ib.cDan Carpenter
2009-04-09ERR_PTR() dereference in net/rds/iw.cDan Carpenter
2009-04-09rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun
2009-04-09RDS: remove unused #include <version.h>Huang Weiyi
2009-04-09RDS: use get_user_pages_fast()Andy Grover