| Commit message (Expand) | Author | Age | Files | Lines |
* | net/rds: Handle ODP mr registration/unregistration | Hans Westgaard Ry | 2020-01-18 | 1 | -2/+11 |
* | net/rds: Whitelist rdma_cookie and rx_tstamp for usercopy | Dag Moxnes | 2019-08-23 | 1 | -2/+7 |
* | rds: check for excessive looping in rds_send_xmit | Andy Grover | 2019-08-15 | 1 | -1/+1 |
* | rds: fix reordering with composite message notification | Santosh Shilimkar | 2019-07-09 | 1 | -1/+0 |
* | rds: add transport specific tos_map hook | Santosh Shilimkar | 2019-02-04 | 1 | -0/+1 |
* | rds: add type of service(tos) infrastructure | Santosh Shilimkar | 2019-02-04 | 1 | -2/+7 |
* | rds: make v3.1 as compat version | Santosh Shilimkar | 2019-02-04 | 1 | -0/+4 |
* | rds: use DIV_ROUND_UP instead of ceil | Jacob Wen | 2019-01-07 | 1 | -4/+0 |
* | net/rds: remove user triggered WARN_ON in rds_sendmsg | shamir rabinovitch | 2018-12-19 | 1 | -1/+2 |
* | net/rds: fix warn in rds_message_alloc_sgs | shamir rabinovitch | 2018-12-19 | 1 | -4/+16 |
* | rds: store socket timestamps as ktime_t | Arnd Bergmann | 2018-09-01 | 1 | -1/+1 |
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-08-02 | 1 | -1/+4 |
|\ |
|
| * | RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr | Avinash Repaka | 2018-07-26 | 1 | -1/+4 |
* | | rds: Enable RDS IPv6 support | Ka-Cheong Poon | 2018-07-23 | 1 | -8/+14 |
* | | rds: Changing IP address internal representation to struct in6_addr | Ka-Cheong Poon | 2018-07-23 | 1 | -23/+47 |
|/ |
|
* | rds: avoid unenecessary cong_update in loop transport | Santosh Shilimkar | 2018-06-14 | 1 | -0/+5 |
* | net: rds: drop VLA in rds_for_each_conn_info() | Salvatore Mesoraca | 2018-03-12 | 1 | -0/+1 |
* | rds: use list structure to track information for zerocopy completion notifica... | Sowmini Varadhan | 2018-03-07 | 1 | -6/+17 |
* | rds: deliver zerocopy completion notification with data | Sowmini Varadhan | 2018-02-27 | 1 | -0/+2 |
* | rds: zerocopy Tx support. | Sowmini Varadhan | 2018-02-16 | 1 | -1/+2 |
* | rds: support for zcopy completion notification | Sowmini Varadhan | 2018-02-16 | 1 | -0/+14 |
* | rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ... | Sowmini Varadhan | 2018-02-08 | 1 | -0/+7 |
* | rds: Use atomic flag to track connections being destroyed | Sowmini Varadhan | 2018-01-05 | 1 | -2/+2 |
* | rds: tcp: correctly sequence cleanup on netns deletion. | Sowmini Varadhan | 2017-12-01 | 1 | -3/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | rds: reduce memory footprint for RDS when transport is RDMA | Sowmini Varadhan | 2017-08-03 | 1 | -1/+1 |
* | rds: cancel send/recv work before queuing connection shutdown | Sowmini Varadhan | 2017-07-16 | 1 | -1/+1 |
* | net, rds: convert rds_message.m_refcount from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 1 | -1/+1 |
* | net, rds: convert rds_mr.r_refcount from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 1 | -2/+2 |
* | net, rds: convert rds_incoming.i_refcount from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 1 | -1/+2 |
* | rds: tcp: set linger to 1 when unloading a rds-tcp | Sowmini Varadhan | 2017-06-22 | 1 | -1/+2 |
* | rds: tcp: send handshake ping-probe from passive endpoint | Sowmini Varadhan | 2017-06-22 | 1 | -0/+1 |
* | rds: tcp: various endian-ness fixes | Sowmini Varadhan | 2017-06-16 | 1 | -0/+2 |
* | rds: tcp: remove cp_outgoing | Sowmini Varadhan | 2017-06-16 | 1 | -2/+0 |
* | rds: tcp: Take explicit refcounts on struct net | Sowmini Varadhan | 2017-03-07 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-03-04 | 1 | -1/+1 |
|\ |
|
| * | rds: remove unnecessary returned value check | Zhu Yanjun | 2017-03-03 | 1 | -1/+1 |
* | | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-03-02 | 1 | -7/+0 |
|\ \
| |/
|/| |
|
| * | rds: remove dead code | Al Viro | 2016-12-26 | 1 | -7/+0 |
* | | RDS: add receive message trace used by application | Santosh Shilimkar | 2017-01-02 | 1 | -0/+10 |
* | | RDS: make message size limit compliant with spec | Avinash Repaka | 2017-01-02 | 1 | -0/+3 |
* | | RDS: add stat for socket recv memory usage | Venkat Venkatsubra | 2017-01-02 | 1 | -0/+3 |
* | | RDS: RDMA: Fix the composite message user notification | Santosh Shilimkar | 2017-01-02 | 1 | -0/+1 |
|/ |
|
* | RDS: TCP: Track peer's connection generation number | Sowmini Varadhan | 2016-11-17 | 1 | -1/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-30 | 1 | -1/+1 |
|\ |
|
| * | rds: debug messages are enabled by default | shamir rabinovitch | 2016-10-29 | 1 | -1/+1 |
* | | rds: Remove unused rds_conn_error | Joe Perches | 2016-10-17 | 1 | -4/+0 |
|/ |
|
* | RDS: add __printf format attribute to error reporting functions | Nicolas Iooss | 2016-08-08 | 1 | -0/+1 |
* | RDS: TCP: Enable multipath RDS for TCP | Sowmini Varadhan | 2016-07-15 | 1 | -2/+23 |
* | RDS: TCP: Hooks to set up a single connection path | Sowmini Varadhan | 2016-07-01 | 1 | -1/+1 |