index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rds
/
send.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rds: Fix warning.
David S. Miller
2019-07-10
1
-1
/
+3
*
net/rds: fix warn in rds_message_alloc_sgs
shamir rabinovitch
2019-04-20
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
*
RDS: Make rds_send_pong() take a rds_conn_path argument
Sowmini Varadhan
2016-06-14
1
-12
/
+12
*
RDS: Extract rds_conn_path from i_conn_path in rds_send_drop_to() for MP-capa...
Sowmini Varadhan
2016-06-14
1
-3
/
+8
*
RDS: Pass rds_conn_path to rds_send_xmit()
Sowmini Varadhan
2016-06-14
1
-67
/
+82
*
RDS: Make rds_send_queue_rm() rds_conn_path aware
Sowmini Varadhan
2016-06-14
1
-6
/
+11
*
RDS: Remove stale function rds_send_get_message()
Sowmini Varadhan
2016-06-14
1
-36
/
+0
*
RDS: Add rds_send_path_drop_acked()
Sowmini Varadhan
2016-06-14
1
-5
/
+13
*
RDS: Add rds_send_path_reset()
Sowmini Varadhan
2016-06-14
1
-17
/
+22
*
RDS: split out connection specific state from rds_connection to rds_conn_path
Sowmini Varadhan
2016-06-14
1
-0
/
+1
*
RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...
Sowmini Varadhan
2016-06-07
1
-0
/
+1
*
RDS: fix race condition when sending a message on unbound socket
Quentin Casasnovas
2015-11-24
1
-1
/
+3
*
RDS: fix rds-ping deadlock over TCP transport
santosh.shilimkar@oracle.com
2015-10-18
1
-3
/
+2
*
RDS: IB: split send completion handling and do batch ack
Santosh Shilimkar
2015-10-05
1
-0
/
+1
*
RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULL
Santosh Shilimkar
2015-10-05
1
-4
/
+6
*
RDS: defer the over_batch work to send worker
Santosh Shilimkar
2015-10-05
1
-3
/
+6
*
RDS: return EMSGSIZE for oversize requests before processing/queueing
Mukesh Kacker
2015-08-25
1
-5
/
+6
*
RDS: make sure rds_send_drop_to properly takes the m_rs_lock
santosh.shilimkar@oracle.com
2015-08-25
1
-1
/
+15
*
RDS: Mark message mapped before transmit
santosh.shilimkar@oracle.com
2015-08-25
1
-8
/
+16
*
RDS: check for congestion updates during rds_send_xmit
santosh.shilimkar@oracle.com
2015-08-25
1
-1
/
+2
*
RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...
Sowmini Varadhan
2015-08-07
1
-1
/
+2
[next]