Age | Commit message (Expand) | Author | Files | Lines |
2023-08-13 | net/rds: Remove unused function declarations | Yue Haibing | 1 | -3/+0 |
2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -3/+3 |
2020-07-01 | rds: If one path needs re-connection, check all and re-connect | Rao Shoaib | 1 | -0/+7 |
2020-04-15 | net/rds: Use ERR_PTR for rds_message_alloc_sgs() | Jason Gunthorpe | 1 | -2/+1 |
2020-04-09 | net/rds: Fix MR reference counting problem | Ka-Cheong Poon | 1 | -8/+0 |
2020-04-09 | net/rds: Replace struct rds_mr's r_refcount with struct kref | Ka-Cheong Poon | 1 | -7/+2 |
2020-01-18 | net/rds: Handle ODP mr registration/unregistration | Hans Westgaard Ry | 1 | -2/+11 |
2019-08-23 | net/rds: Whitelist rdma_cookie and rx_tstamp for usercopy | Dag Moxnes | 1 | -2/+7 |
2019-08-15 | rds: check for excessive looping in rds_send_xmit | Andy Grover | 1 | -1/+1 |
2019-07-09 | rds: fix reordering with composite message notification | Santosh Shilimkar | 1 | -1/+0 |
2019-02-04 | rds: add transport specific tos_map hook | Santosh Shilimkar | 1 | -0/+1 |
2019-02-04 | rds: add type of service(tos) infrastructure | Santosh Shilimkar | 1 | -2/+7 |
2019-02-04 | rds: make v3.1 as compat version | Santosh Shilimkar | 1 | -0/+4 |
2019-01-07 | rds: use DIV_ROUND_UP instead of ceil | Jacob Wen | 1 | -4/+0 |
2018-12-19 | net/rds: remove user triggered WARN_ON in rds_sendmsg | shamir rabinovitch | 1 | -1/+2 |
2018-12-19 | net/rds: fix warn in rds_message_alloc_sgs | shamir rabinovitch | 1 | -4/+16 |
2018-09-01 | rds: store socket timestamps as ktime_t | Arnd Bergmann | 1 | -1/+1 |
2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+4 |
2018-07-26 | RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr | Avinash Repaka | 1 | -1/+4 |
2018-07-23 | rds: Enable RDS IPv6 support | Ka-Cheong Poon | 1 | -8/+14 |
2018-07-23 | rds: Changing IP address internal representation to struct in6_addr | Ka-Cheong Poon | 1 | -23/+47 |
2018-06-14 | rds: avoid unenecessary cong_update in loop transport | Santosh Shilimkar | 1 | -0/+5 |
2018-03-12 | net: rds: drop VLA in rds_for_each_conn_info() | Salvatore Mesoraca | 1 | -0/+1 |
2018-03-07 | rds: use list structure to track information for zerocopy completion notifica... | Sowmini Varadhan | 1 | -6/+17 |
2018-02-27 | rds: deliver zerocopy completion notification with data | Sowmini Varadhan | 1 | -0/+2 |
2018-02-16 | rds: zerocopy Tx support. | Sowmini Varadhan | 1 | -1/+2 |
2018-02-16 | rds: support for zcopy completion notification | Sowmini Varadhan | 1 | -0/+14 |
2018-02-08 | rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ... | Sowmini Varadhan | 1 | -0/+7 |
2018-01-05 | rds: Use atomic flag to track connections being destroyed | Sowmini Varadhan | 1 | -2/+2 |
2017-12-01 | rds: tcp: correctly sequence cleanup on netns deletion. | Sowmini Varadhan | 1 | -3/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-03 | rds: reduce memory footprint for RDS when transport is RDMA | Sowmini Varadhan | 1 | -1/+1 |
2017-07-16 | rds: cancel send/recv work before queuing connection shutdown | Sowmini Varadhan | 1 | -1/+1 |
2017-07-04 | net, rds: convert rds_message.m_refcount from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-07-04 | net, rds: convert rds_mr.r_refcount from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
2017-07-04 | net, rds: convert rds_incoming.i_refcount from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+2 |
2017-06-22 | rds: tcp: set linger to 1 when unloading a rds-tcp | Sowmini Varadhan | 1 | -1/+2 |
2017-06-22 | rds: tcp: send handshake ping-probe from passive endpoint | Sowmini Varadhan | 1 | -0/+1 |
2017-06-16 | rds: tcp: various endian-ness fixes | Sowmini Varadhan | 1 | -0/+2 |
2017-06-16 | rds: tcp: remove cp_outgoing | Sowmini Varadhan | 1 | -2/+0 |
2017-03-07 | rds: tcp: Take explicit refcounts on struct net | Sowmini Varadhan | 1 | -3/+3 |
2017-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
2017-03-03 | rds: remove unnecessary returned value check | Zhu Yanjun | 1 | -1/+1 |
2017-03-02 | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -7/+0 |
2017-01-02 | RDS: add receive message trace used by application | Santosh Shilimkar | 1 | -0/+10 |
2017-01-02 | RDS: make message size limit compliant with spec | Avinash Repaka | 1 | -0/+3 |
2017-01-02 | RDS: add stat for socket recv memory usage | Venkat Venkatsubra | 1 | -0/+3 |
2017-01-02 | RDS: RDMA: Fix the composite message user notification | Santosh Shilimkar | 1 | -0/+1 |
2016-12-26 | rds: remove dead code | Al Viro | 1 | -7/+0 |
2016-11-17 | RDS: TCP: Track peer's connection generation number | Sowmini Varadhan | 1 | -1/+7 |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2016-10-29 | rds: debug messages are enabled by default | shamir rabinovitch | 1 | -1/+1 |
2016-10-17 | rds: Remove unused rds_conn_error | Joe Perches | 1 | -4/+0 |
2016-08-08 | RDS: add __printf format attribute to error reporting functions | Nicolas Iooss | 1 | -0/+1 |
2016-07-15 | RDS: TCP: Enable multipath RDS for TCP | Sowmini Varadhan | 1 | -2/+23 |
2016-07-01 | RDS: TCP: Hooks to set up a single connection path | Sowmini Varadhan | 1 | -1/+1 |
2016-07-01 | RDS: TCP: make receive path use the rds_conn_path | Sowmini Varadhan | 1 | -1/+1 |
2016-07-01 | RDS: Rework path specific indirections | Sowmini Varadhan | 1 | -3/+0 |
2016-06-14 | RDS: Update rds_conn_shutdown to work with rds_conn_path | Sowmini Varadhan | 1 | -2/+3 |
2016-06-14 | RDS: Add rds_conn_path_error() | Sowmini Varadhan | 1 | -0/+4 |
2016-06-14 | RDS: Add rds_conn_path_connect_if_down() for MP-aware callers | Sowmini Varadhan | 1 | -0/+1 |
2016-06-14 | RDS: Make rds_send_pong() take a rds_conn_path argument | Sowmini Varadhan | 1 | -1/+1 |
2016-06-14 | RDS: Pass rds_conn_path to rds_send_xmit() | Sowmini Varadhan | 1 | -1/+3 |
2016-06-14 | RDS: Remove stale function rds_send_get_message() | Sowmini Varadhan | 1 | -2/+0 |
2016-06-14 | RDS: Add rds_send_path_drop_acked() | Sowmini Varadhan | 1 | -0/+2 |
2016-06-14 | RDS: rds_inc_path_init() helper function for MP capable transports | Sowmini Varadhan | 1 | -0/+2 |
2016-06-14 | RDS: recv path gets the conn_path from rds_incoming for MP capable transports | Sowmini Varadhan | 1 | -0/+1 |
2016-06-14 | RDS: add t_mp_capable bit to be set by MP capable transports | Sowmini Varadhan | 1 | -1/+6 |
2016-06-14 | RDS: split out connection specific state from rds_connection to rds_conn_path | Sowmini Varadhan | 1 | -42/+80 |
2016-06-07 | RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one() | Sowmini Varadhan | 1 | -0/+2 |
2016-03-02 | RDS: Add support for SO_TIMESTAMP for incoming messages | santosh.shilimkar@oracle.com | 1 | -0/+1 |
2015-11-02 | RDS: convert bind hash table to re-sizable hashtable | santosh.shilimkar@oracle.com | 1 | -2/+5 |
2015-10-08 | Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 1 | -0/+1 |
2015-10-05 | RDS: Use a single TCP socket for both send and receive. | Sowmini Varadhan | 1 | -1/+3 |
2015-09-30 | RDS: Use per-bucket rw lock for bind hash-table | Santosh Shilimkar | 1 | -0/+1 |
2015-08-25 | RDS: make sure we post recv buffers | santosh.shilimkar@oracle.com | 1 | -0/+1 |
2015-08-07 | RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ... | Sowmini Varadhan | 1 | -4/+19 |
2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -5/+1 |
2015-06-02 | Merge branch 'for-4.2-misc' into k.o/for-4.2 | Doug Ledford | 1 | -0/+2 |
2015-06-02 | rds: re-entry of rds_ib_xmit/rds_iw_xmit | Wengang Wang | 1 | -0/+2 |
2015-05-31 | net/rds: Add setsockopt support for SO_RDS_TRANSPORT | Sowmini Varadhan | 1 | -0/+1 |
2015-05-31 | net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.h | Sowmini Varadhan | 1 | -5/+0 |
2015-05-18 | RDS: Switch to generic logging helpers | Sagi Grimberg | 1 | -1/+0 |
2015-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2015-04-08 | RDS: make sure not to loop forever inside rds_send_xmit | Sowmini Varadhan | 1 | -0/+1 |
2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -4/+3 |
2014-11-24 | rds: switch rds_message_copy_from_user() to iov_iter | Al Viro | 1 | -2/+1 |
2014-11-24 | rds: switch ->inc_copy_to_user() to passing iov_iter | Al Viro | 1 | -4/+2 |
2013-10-19 | net: misc: Remove extern from function prototypes | Joe Perches | 1 | -1/+1 |
2012-03-20 | rds: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -1/+1 |
2011-10-31 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -4/+4 |
2011-01-19 | net: cleanup unused macros in net directory | Shan Wei | 1 | -1/+0 |
2010-10-21 | rds: make local functions/variables static | stephen hemminger | 1 | -5/+0 |
2010-09-08 | RDS: Implement masked atomic operations | Andy Grover | 1 | -2/+12 |
2010-09-08 | RDS/IB: print string constants in more places | Zach Brown | 1 | -0/+1 |
2010-09-08 | RDS: have sockets get transport module references | Zach Brown | 1 | -0/+1 |
2010-09-08 | RDS: remove old rs_transport comment | Zach Brown | 1 | -6/+0 |
2010-09-08 | RDS: remove __init and __exit annotation | Zach Brown | 1 | -5/+5 |
2010-09-08 | rds: fix rds_send_xmit() serialization | Zach Brown | 1 | -3/+2 |
2010-09-08 | rds: remove unused rds_send_acked_before() | Zach Brown | 1 | -1/+0 |
2010-09-08 | RDS: introduce rds_conn_connect_if_down() | Zach Brown | 1 | -0/+1 |
2010-09-08 | rds: don't let RDS shutdown a connection while senders are present | Chris Mason | 1 | -0/+1 |
2010-09-08 | rds: Use RCU for the bind lookup searches | Chris Mason | 1 | -1/+1 |
2010-09-08 | rds: per-rm flush_wait waitq | Chris Mason | 1 | -0/+2 |
2010-09-08 | RDS: Use a generation counter to avoid rds_send_xmit loop | Chris Mason | 1 | -0/+1 |
2010-09-08 | RDS: Move atomic stats from general to ib-specific area | Andy Grover | 1 | -2/+0 |
2010-09-08 | RDS: Change send lock from a mutex to a spinlock | Andy Grover | 1 | -3/+3 |
2010-09-08 | RDS: Stop supporting old cong map sending method | Andy Grover | 1 | -6/+0 |
2010-09-08 | RDS: Perform unmapping ops in stages | Andy Grover | 1 | -1/+3 |
2010-09-08 | RDS: Add flag for silent ops. Do atomic op before RDMA | Andy Grover | 1 | -0/+2 |
2010-09-08 | RDS: Move some variables around for consistency | Andy Grover | 1 | -2/+6 |
2010-09-08 | RDS: Rewrite rds_send_xmit | Andy Grover | 1 | -3/+2 |
2010-09-08 | RDS: Rename data op members prefix from m_ to op_ | Andy Grover | 1 | -3/+3 |
2010-09-08 | RDS: Remove struct rds_rdma_op | Andy Grover | 1 | -22/+19 |
2010-09-08 | RDS: purge atomic resources too in rds_message_purge() | Andy Grover | 1 | -0/+1 |
2010-09-08 | RDS: Implement silent atomics | Andy Grover | 1 | -1/+2 |
2010-09-08 | RDS: inc_purge() transport function unused - remove it | Andy Grover | 1 | -2/+0 |
2010-09-08 | RDS: Implement atomic operations | Andy Grover | 1 | -3/+30 |
2010-09-08 | RDS: make m_rdma_op a member of rds_message | Andy Grover | 1 | -1/+1 |
2010-09-08 | RDS: fold rdma.h into rds.h | Andy Grover | 1 | -0/+76 |
2010-09-08 | RDS: Explicitly allocate rm in sendmsg() | Andy Grover | 1 | -2/+5 |
2010-09-08 | RDS: break out rdma and data ops into nested structs in rds_message | Andy Grover | 1 | -5/+11 |
2010-09-08 | RDS: move rds_shutdown_worker impl. to rds_conn_shutdown | Andy Grover | 1 | -0/+2 |
2010-04-20 | net: sk_sleep() helper | Eric Dumazet | 1 | -1/+1 |
2010-03-16 | RDS: only put sockets that have seen congestion on the poll_waitq | Andy Grover | 1 | -0/+2 |
2009-08-23 | RDS: Track transports via an array, not a list | Andy Grover | 1 | -0/+6 |
2009-08-05 | net: mark read-only arrays as const | Jan Engelhardt | 1 | -1/+2 |
2009-05-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2009-04-21 | FRV: Fix the section attribute on UP DECLARE_PER_CPU() | David Howells | 1 | -1/+1 |
2009-04-09 | RDS/IW+IB: Allow max credit advertise window. | Steve Wise | 1 | -1/+1 |
2009-04-02 | RDS: Use spinlock to protect 64b value update on 32b archs | Andy Grover | 1 | -0/+4 |
2009-02-26 | RDS: Main header file | Andy Grover | 1 | -0/+686 |