| Commit message (Expand) | Author | Age | Files | Lines |
* | rds: introduce acquire/release ordering in acquire/release_in_xmit() | Yewon Choi | 2024-03-19 | 1 | -3/+2 |
* | net/rds: fix WARNING in rds_conn_connect_if_down | Edward Adam Davis | 2024-03-06 | 1 | -5/+1 |
* | rds: remove redundant variable total_payload_len | Colin Ian King | 2022-11-04 | 1 | -2/+1 |
* | rds: Fix a typo in a comment | Christophe JAILLET | 2021-11-22 | 1 | -1/+1 |
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2021-04-29 | 1 | -1/+1 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-09 | 1 | -1/+1 |
| |\ |
|
| * | | net: rds: Fix a typo | Lu Wei | 2021-03-28 | 1 | -1/+1 |
* | | | Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock" | Linus Torvalds | 2021-04-24 | 1 | -1/+1 |
| |/
|/| |
|
* | | net/rds: Avoid potential use after free in rds_send_remove_from_sock | Aditya Pakki | 2021-04-07 | 1 | -1/+1 |
|/ |
|
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
* | rds: If one path needs re-connection, check all and re-connect | Rao Shoaib | 2020-07-01 | 1 | -1/+2 |
* | net/rds: Use ERR_PTR for rds_message_alloc_sgs() | Jason Gunthorpe | 2020-04-15 | 1 | -2/+4 |
* | Convert usage of IN_MULTICAST to ipv4_is_multicast | Dave Taht | 2019-09-05 | 1 | -2/+2 |
* | rds: check for excessive looping in rds_send_xmit | Andy Grover | 2019-08-15 | 1 | -0/+12 |
* | rds: fix reordering with composite message notification | Santosh Shilimkar | 2019-07-09 | 1 | -3/+1 |
* | rds: rdma: update rdma transport for tos | Santosh Shilimkar | 2019-02-04 | 1 | -2/+3 |
* | rds: add type of service(tos) infrastructure | Santosh Shilimkar | 2019-02-04 | 1 | -3/+3 |
* | rds: use DIV_ROUND_UP instead of ceil | Jacob Wen | 2019-01-07 | 1 | -1/+1 |
* | rds: Fix warning. | David S. Miller | 2018-12-19 | 1 | -1/+3 |
* | net/rds: remove user triggered WARN_ON in rds_sendmsg | shamir rabinovitch | 2018-12-19 | 1 | -4/+5 |
* | net/rds: fix warn in rds_message_alloc_sgs | shamir rabinovitch | 2018-12-19 | 1 | -7/+43 |
* | rds: RDS (tcp) hangs on sendto() to unresponding address | Ka-Cheong Poon | 2018-10-10 | 1 | -3/+10 |
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-08-02 | 1 | -5/+7 |
|\ |
|
| * | RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr | Avinash Repaka | 2018-07-26 | 1 | -5/+7 |
* | | rds: Remove IPv6 dependency | Ka-Cheong Poon | 2018-08-01 | 1 | -0/+2 |
* | | rds: send: Fix dead code in rds_sendmsg | Gustavo A. R. Silva | 2018-07-25 | 1 | -1/+1 |
* | | rds: Enable RDS IPv6 support | Ka-Cheong Poon | 2018-07-23 | 1 | -7/+54 |
* | | rds: Changing IP address internal representation to struct in6_addr | Ka-Cheong Poon | 2018-07-23 | 1 | -15/+52 |
|/ |
|
* | rds: MP-RDS may use an invalid c_path | Ka-Cheong Poon | 2018-04-11 | 1 | -5/+10 |
* | rds: rds_msg_zcopy should return error of null rm->data.op_mmp_znotifier | Sowmini Varadhan | 2018-02-23 | 1 | -1/+2 |
* | rds: send: mark expected switch fall-through in rds_rm_size | Gustavo A. R. Silva | 2018-02-21 | 1 | -0/+2 |
* | rds: zerocopy Tx support. | Sowmini Varadhan | 2018-02-16 | 1 | -6/+38 |
* | rds: hold a sock ref from rds_message to the rds_sock | Sowmini Varadhan | 2018-02-16 | 1 | -6/+1 |
* | rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ... | Sowmini Varadhan | 2018-02-08 | 1 | -5/+5 |
* | rds: use RCU to synchronize work-enqueue with connection teardown | Sowmini Varadhan | 2018-01-05 | 1 | -5/+32 |
* | RDS: Check cmsg_len before dereferencing CMSG_DATA | Avinash Repaka | 2017-12-27 | 1 | -0/+3 |
* | rds: Fix incorrect statistics counting | Håkon Bugge | 2017-09-07 | 1 | -3/+7 |
* | rds: Fix non-atomic operation on shared flag variable | Håkon Bugge | 2017-09-05 | 1 | -2/+2 |
* | rds: Make sure updates to cp_send_gen can be observed | Håkon Bugge | 2017-07-20 | 1 | -3/+3 |
* | rds: tcp: send handshake ping-probe from passive endpoint | Sowmini Varadhan | 2017-06-22 | 1 | -8/+6 |
* | rds: tcp: various endian-ness fixes | Sowmini Varadhan | 2017-06-16 | 1 | -4/+7 |
* | RDS: make message size limit compliant with spec | Avinash Repaka | 2017-01-02 | 1 | -0/+31 |
* | RDS: RDMA: Fix the composite message user notification | Santosh Shilimkar | 2017-01-02 | 1 | -1/+3 |
* | RDS: RDMA: return appropriate error on rdma map failures | Santosh Shilimkar | 2017-01-02 | 1 | -1/+10 |
* | RDS: mark few internal functions static to make sparse build happy | Santosh Shilimkar | 2017-01-02 | 1 | -2/+2 |
* | RDS: TCP: Track peer's connection generation number | Sowmini Varadhan | 2016-11-17 | 1 | -2/+7 |
* | RDS: TCP: Enable multipath RDS for TCP | Sowmini Varadhan | 2016-07-15 | 1 | -4/+67 |
* | RDS: Rework path specific indirections | Sowmini Varadhan | 2016-07-01 | 1 | -12/+4 |
* | RDS: Update rds_conn_shutdown to work with rds_conn_path | Sowmini Varadhan | 2016-06-14 | 1 | -7/+2 |
* | RDS: Add rds_conn_path_connect_if_down() for MP-aware callers | Sowmini Varadhan | 2016-06-14 | 1 | -5/+4 |