summaryrefslogtreecommitdiffstats
path: root/net/rds/rds.h
AgeCommit message (Expand)Author
2015-08-25RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-02Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford
2015-06-02rds: re-entry of rds_ib_xmit/rds_iw_xmitWengang Wang
2015-05-31net/rds: Add setsockopt support for SO_RDS_TRANSPORTSowmini Varadhan
2015-05-31net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.hSowmini Varadhan
2015-05-18RDS: Switch to generic logging helpersSagi Grimberg
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-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
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
2013-10-19net: misc: Remove extern from function prototypesJoe Perches
2012-03-20rds: remove the second argument of k[un]map_atomic()Cong Wang
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-01-19net: cleanup unused macros in net directoryShan Wei
2010-10-21rds: make local functions/variables staticstephen hemminger
2010-09-08RDS: Implement masked atomic operationsAndy Grover
2010-09-08RDS/IB: print string constants in more placesZach Brown
2010-09-08RDS: have sockets get transport module referencesZach Brown
2010-09-08RDS: remove old rs_transport commentZach Brown
2010-09-08RDS: remove __init and __exit annotationZach Brown
2010-09-08rds: fix rds_send_xmit() serializationZach Brown
2010-09-08rds: remove unused rds_send_acked_before()Zach Brown
2010-09-08RDS: introduce rds_conn_connect_if_down()Zach Brown
2010-09-08rds: don't let RDS shutdown a connection while senders are presentChris Mason
2010-09-08rds: Use RCU for the bind lookup searchesChris Mason
2010-09-08rds: per-rm flush_wait waitqChris Mason
2010-09-08RDS: Use a generation counter to avoid rds_send_xmit loopChris Mason
2010-09-08RDS: Move atomic stats from general to ib-specific areaAndy Grover
2010-09-08RDS: Change send lock from a mutex to a spinlockAndy Grover
2010-09-08RDS: Stop supporting old cong map sending methodAndy Grover
2010-09-08RDS: Perform unmapping ops in stagesAndy Grover
2010-09-08RDS: Add flag for silent ops. Do atomic op before RDMAAndy Grover
2010-09-08RDS: Move some variables around for consistencyAndy Grover
2010-09-08RDS: Rewrite rds_send_xmitAndy Grover
2010-09-08RDS: Rename data op members prefix from m_ to op_Andy Grover
2010-09-08RDS: Remove struct rds_rdma_opAndy Grover
2010-09-08RDS: purge atomic resources too in rds_message_purge()Andy Grover
2010-09-08RDS: Implement silent atomicsAndy Grover
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover
2010-09-08RDS: Implement atomic operationsAndy Grover
2010-09-08RDS: make m_rdma_op a member of rds_messageAndy Grover
2010-09-08RDS: fold rdma.h into rds.hAndy Grover
2010-09-08RDS: Explicitly allocate rm in sendmsg()Andy Grover
2010-09-08RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover
2010-09-08RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover
2010-04-20net: sk_sleep() helperEric Dumazet
2010-03-16RDS: only put sockets that have seen congestion on the poll_waitqAndy Grover