Age | Commit message (Expand) | Author | Files | Lines |
2020-07-25 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -3/+3 |
2020-07-02 | 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-24 | 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-10 | rds: fix reordering with composite message notification | Santosh Shilimkar | 1 | -1/+0 |
2019-02-05 | rds: add transport specific tos_map hook | Santosh Shilimkar | 1 | -0/+1 |
2019-02-05 | rds: add type of service(tos) infrastructure | Santosh Shilimkar | 1 | -2/+7 |
2019-02-05 | 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-02 | 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-27 | RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr | Avinash Repaka | 1 | -1/+4 |
2018-07-24 | rds: Enable RDS IPv6 support | Ka-Cheong Poon | 1 | -8/+14 |
2018-07-24 | rds: Changing IP address internal representation to struct in6_addr | Ka-Cheong Poon | 1 | -23/+47 |
2018-06-15 | 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-08 | 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-17 | rds: zerocopy Tx support. | Sowmini Varadhan | 1 | -1/+2 |
2018-02-17 | 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-17 | rds: cancel send/recv work before queuing connection shutdown | Sowmini Varadhan | 1 | -1/+1 |
2017-07-05 | net, rds: convert rds_message.m_refcount from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-07-05 | net, rds: convert rds_mr.r_refcount from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
2017-07-05 | 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-08 | rds: tcp: Take explicit refcounts on struct net | Sowmini Varadhan | 1 | -3/+3 |
2017-03-05 | 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-03 | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -7/+0 |
2017-01-03 | RDS: add receive message trace used by application | Santosh Shilimkar | 1 | -0/+10 |
2017-01-03 | RDS: make message size limit compliant with spec | Avinash Repaka | 1 | -0/+3 |
2017-01-03 | RDS: add stat for socket recv memory usage | Venkat Venkatsubra | 1 | -0/+3 |
2017-01-03 | RDS: RDMA: Fix the composite message user notification | Santosh Shilimkar | 1 | -0/+1 |
2016-12-27 | 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 |