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