- db473c0 rds: Fix a typo in a comment by Christophe JAILLET · 3 years, 1 month ago
- 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago
- 799bac5 Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock" by Linus Torvalds · 3 years, 8 months ago
- 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
- 0c85a7e net/rds: Avoid potential use after free in rds_send_remove_from_sock by Aditya Pakki · 3 years, 9 months ago
- ebf8939 net: rds: Fix a typo by Lu Wei · 3 years, 9 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 9ef845f rds: If one path needs re-connection, check all and re-connect by Rao Shoaib · 4 years, 6 months ago
- 7dba920 net/rds: Use ERR_PTR for rds_message_alloc_sgs() by Jason Gunthorpe · 4 years, 9 months ago
- 842841e Convert usage of IN_MULTICAST to ipv4_is_multicast by Dave Taht · 5 years ago
- 11740ef rds: check for excessive looping in rds_send_xmit by Andy Grover · 14 years ago
- 616d37a rds: fix reordering with composite message notification by Santosh Shilimkar · 6 years ago
- fd261ce rds: rdma: update rdma transport for tos by Santosh Shilimkar · 6 years ago
- 3eb4503 rds: add type of service(tos) infrastructure by Santosh Shilimkar · 6 years ago
- eeb2c4f rds: use DIV_ROUND_UP instead of ceil by Jacob Wen · 6 years ago
- d84e7bc rds: Fix warning. by David S. Miller · 6 years ago
- c75ab8a net/rds: remove user triggered WARN_ON in rds_sendmsg by shamir rabinovitch · 6 years ago
- ea01007 net/rds: fix warn in rds_message_alloc_sgs by shamir rabinovitch · 6 years ago
- 9a4890b rds: RDS (tcp) hangs on sendto() to unresponding address by Ka-Cheong Poon · 6 years ago
- 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- e65d4d9 rds: Remove IPv6 dependency by Ka-Cheong Poon · 6 years ago
- 9e630bc RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr by Avinash Repaka · 6 years ago
- dc66fe4 rds: send: Fix dead code in rds_sendmsg by Gustavo A. R. Silva · 6 years ago
- 1e2b44e rds: Enable RDS IPv6 support by Ka-Cheong Poon · 6 years ago
- eee2fa6 rds: Changing IP address internal representation to struct in6_addr by Ka-Cheong Poon · 6 years ago
- a43cced rds: MP-RDS may use an invalid c_path by Ka-Cheong Poon · 7 years ago
- 79a5b97 rds: rds_msg_zcopy should return error of null rm->data.op_mmp_znotifier by Sowmini Varadhan · 7 years ago
- f905311 rds: send: mark expected switch fall-through in rds_rm_size by Gustavo A. R. Silva · 7 years ago
- 0cebacc rds: zerocopy Tx support. by Sowmini Varadhan · 7 years ago
- ea8994c rds: hold a sock ref from rds_message to the rds_sock by Sowmini Varadhan · 7 years ago
- ebeeb1a rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and rds connection/workq management by Sowmini Varadhan · 7 years ago
- 3db6e0d rds: use RCU to synchronize work-enqueue with connection teardown by Sowmini Varadhan · 7 years ago
- 14e138a RDS: Check cmsg_len before dereferencing CMSG_DATA by Avinash Repaka · 7 years ago
- 126f760 rds: Fix incorrect statistics counting by Håkon Bugge · 7 years ago
- f530f39 rds: Fix non-atomic operation on shared flag variable by Håkon Bugge · 7 years ago
- e623a48 rds: Make sure updates to cp_send_gen can be observed by Håkon Bugge · 7 years ago
- 69b92b5 rds: tcp: send handshake ping-probe from passive endpoint by Sowmini Varadhan · 8 years ago
- 00354de rds: tcp: various endian-ness fixes by Sowmini Varadhan · 8 years ago
- f9fb69a RDS: make message size limit compliant with spec by Avinash Repaka · 9 years ago
- 941f8d5 RDS: RDMA: Fix the composite message user notification by Santosh Shilimkar · 9 years ago
- 584a827 RDS: RDMA: return appropriate error on rdma map failures by Santosh Shilimkar · 8 years ago
- bb78976 RDS: mark few internal functions static to make sparse build happy by Santosh Shilimkar · 8 years ago
- 905dd41 RDS: TCP: Track peer's connection generation number by Sowmini Varadhan · 8 years ago
- 5916e2c RDS: TCP: Enable multipath RDS for TCP by Sowmini Varadhan · 8 years ago
- 226f7a7 RDS: Rework path specific indirections by Sowmini Varadhan · 8 years ago
- d769ef8 RDS: Update rds_conn_shutdown to work with rds_conn_path by Sowmini Varadhan · 9 years ago
- 3c0a590 RDS: Add rds_conn_path_connect_if_down() for MP-aware callers by Sowmini Varadhan · 9 years ago
- 45997e9 RDS: Make rds_send_pong() take a rds_conn_path argument by Sowmini Varadhan · 9 years ago
- 01ff34e RDS: Extract rds_conn_path from i_conn_path in rds_send_drop_to() for MP-capable transports by Sowmini Varadhan · 9 years ago
- 1f9ecd7 RDS: Pass rds_conn_path to rds_send_xmit() by Sowmini Varadhan · 9 years ago
- 780a6d9 RDS: Make rds_send_queue_rm() rds_conn_path aware by Sowmini Varadhan · 9 years ago
- 7d885d0 RDS: Remove stale function rds_send_get_message() by Sowmini Varadhan · 9 years ago
- 5c3d274 RDS: Add rds_send_path_drop_acked() by Sowmini Varadhan · 9 years ago
- 4e9b551 RDS: Add rds_send_path_reset() by Sowmini Varadhan · 9 years ago
- 0cb4396 RDS: split out connection specific state from rds_connection to rds_conn_path by Sowmini Varadhan · 9 years ago
- 0b6f760 RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_reset_callbacks by Sowmini Varadhan · 9 years ago
- 8c7188b RDS: fix race condition when sending a message on unbound socket by Quentin Casasnovas · 9 years ago
- 7b4b000 RDS: fix rds-ping deadlock over TCP transport by santosh.shilimkar@oracle.com · 9 years ago
- 0c28c04 RDS: IB: split send completion handling and do batch ack by Santosh Shilimkar · 9 years ago
- db6526d RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULL by Santosh Shilimkar · 9 years ago
- 4bebdd7 RDS: defer the over_batch work to send worker by Santosh Shilimkar · 9 years ago
- 06e8941 RDS: return EMSGSIZE for oversize requests before processing/queueing by Mukesh Kacker · 9 years ago
- dfcec25 RDS: make sure rds_send_drop_to properly takes the m_rs_lock by santosh.shilimkar@oracle.com · 9 years ago
- 4f73113 RDS: Mark message mapped before transmit by santosh.shilimkar@oracle.com · 9 years ago
- 0c48424 RDS: check for congestion updates during rds_send_xmit by santosh.shilimkar@oracle.com · 9 years ago
- d5a8ac2 RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_net by Sowmini Varadhan · 9 years ago
- 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 443be0e RDS: make sure not to loop forever inside rds_send_xmit by Sowmini Varadhan · 10 years ago
- 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
- f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
- c0371da put iov_iter into msghdr by Al Viro · 10 years ago
- 083735f rds: switch rds_message_copy_from_user() to iov_iter by Al Viro · 10 years ago
- 593cbb3 net/rds: fix possible double free on sock tear down by Herton R. Krzesinski · 10 years ago
- 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
- 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
- 5175a5e RDS: fix rds-ping spinlock recursion by jeff.liu · 12 years ago
- a6506e1 Remove printk from rds_sendmsg by Dave Jones · 13 years ago
- bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
- d9b9384 net: add moduleparam.h for users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
- cb0a605 net/rds: use prink_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- d139ff0 RDS: Let rds_message_alloc_sgs() return NULL by Andy Grover · 14 years ago
- ff51bf8 rds: make local functions/variables static by stephen hemminger · 14 years ago
- 20c72bd RDS: Implement masked atomic operations by Andy Grover · 14 years ago
- 0f4b1c7 rds: fix rds_send_xmit() serialization by Zach Brown · 15 years ago
- 671202f rds: remove unused rds_send_acked_before() by Zach Brown · 15 years ago
- f3c6808 RDS: introduce rds_conn_connect_if_down() by Zach Brown · 15 years ago
- 1cc2228 rds: Fix reference counting on the for xmit_atomic and xmit_rdma by Chris Mason · 15 years ago
- c9e6538 rds: Fix RDMA message reference counting by Chris Mason · 15 years ago
- 7e3f295 rds: don't let RDS shutdown a connection while senders are present by Chris Mason · 15 years ago
- ce47f52 RDS: Update comments in rds_send_xmit() by Andy Grover · 15 years ago
- 9e29db0 RDS: Use a generation counter to avoid rds_send_xmit loop by Chris Mason · 15 years ago
- acfcd4d RDS: Get pong working again by Andy Grover · 15 years ago
- fcc5450 RDS: Remove send_quota from send_xmit() by Andy Grover · 15 years ago
- cf4b738 RDS: Fix locking in send on m_rs_lock by Andy Grover · 15 years ago
- a7d3a28 RDS: Call rds_send_xmit() directly from sendmsg() by Andy Grover · 15 years ago
- 2ad8099 RDS: rds_send_xmit() locking/irq fixes by Andy Grover · 15 years ago
- 049ee3f RDS: Change send lock from a mutex to a spinlock by Andy Grover · 15 years ago
- 77dd550 RDS: Stop supporting old cong map sending method by Andy Grover · 15 years ago
- ff3d7d3 RDS: Perform unmapping ops in stages by Andy Grover · 15 years ago