index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rds
/
rds.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-03
RDS: add receive message trace used by application
Santosh Shilimkar
1
-0
/
+10
2017-01-03
RDS: make message size limit compliant with spec
Avinash Repaka
1
-0
/
+3
2017-01-03
RDS: add stat for socket recv memory usage
Venkat Venkatsubra
1
-0
/
+3
2017-01-03
RDS: RDMA: Fix the composite message user notification
Santosh Shilimkar
1
-0
/
+1
2016-11-17
RDS: TCP: Track peer's connection generation number
Sowmini Varadhan
1
-1
/
+7
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-10-29
rds: debug messages are enabled by default
shamir rabinovitch
1
-1
/
+1
2016-10-17
rds: Remove unused rds_conn_error
Joe Perches
1
-4
/
+0
2016-08-09
RDS: add __printf format attribute to error reporting functions
Nicolas Iooss
1
-0
/
+1
2016-07-15
RDS: TCP: Enable multipath RDS for TCP
Sowmini Varadhan
1
-2
/
+23
2016-07-01
RDS: TCP: Hooks to set up a single connection path
Sowmini Varadhan
1
-1
/
+1
2016-07-01
RDS: TCP: make receive path use the rds_conn_path
Sowmini Varadhan
1
-1
/
+1
2016-07-01
RDS: Rework path specific indirections
Sowmini Varadhan
1
-3
/
+0
2016-06-15
RDS: Update rds_conn_shutdown to work with rds_conn_path
Sowmini Varadhan
1
-2
/
+3
2016-06-15
RDS: Add rds_conn_path_error()
Sowmini Varadhan
1
-0
/
+4
2016-06-15
RDS: Add rds_conn_path_connect_if_down() for MP-aware callers
Sowmini Varadhan
1
-0
/
+1
2016-06-15
RDS: Make rds_send_pong() take a rds_conn_path argument
Sowmini Varadhan
1
-1
/
+1
2016-06-15
RDS: Pass rds_conn_path to rds_send_xmit()
Sowmini Varadhan
1
-1
/
+3
2016-06-15
RDS: Remove stale function rds_send_get_message()
Sowmini Varadhan
1
-2
/
+0
2016-06-15
RDS: Add rds_send_path_drop_acked()
Sowmini Varadhan
1
-0
/
+2
2016-06-15
RDS: rds_inc_path_init() helper function for MP capable transports
Sowmini Varadhan
1
-0
/
+2
2016-06-15
RDS: recv path gets the conn_path from rds_incoming for MP capable transports
Sowmini Varadhan
1
-0
/
+1
2016-06-15
RDS: add t_mp_capable bit to be set by MP capable transports
Sowmini Varadhan
1
-1
/
+6
2016-06-15
RDS: split out connection specific state from rds_connection to rds_conn_path
Sowmini Varadhan
1
-42
/
+80
2016-06-08
RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()
Sowmini Varadhan
1
-0
/
+2
2016-03-02
RDS: Add support for SO_TIMESTAMP for incoming messages
santosh.shilimkar@oracle.com
1
-0
/
+1
2015-11-02
RDS: convert bind hash table to re-sizable hashtable
santosh.shilimkar@oracle.com
1
-2
/
+5
2015-10-08
Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
1
-0
/
+1
2015-10-05
RDS: Use a single TCP socket for both send and receive.
Sowmini Varadhan
1
-1
/
+3
2015-09-30
RDS: Use per-bucket rw lock for bind hash-table
Santosh Shilimkar
1
-0
/
+1
2015-08-25
RDS: make sure we post recv buffers
santosh.shilimkar@oracle.com
1
-0
/
+1
2015-08-07
RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...
Sowmini Varadhan
1
-4
/
+19
2015-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-5
/
+1
2015-06-02
Merge branch 'for-4.2-misc' into k.o/for-4.2
Doug Ledford
1
-0
/
+2
2015-06-02
rds: re-entry of rds_ib_xmit/rds_iw_xmit
Wengang Wang
1
-0
/
+2
2015-06-01
net/rds: Add setsockopt support for SO_RDS_TRANSPORT
Sowmini Varadhan
1
-0
/
+1
2015-06-01
net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.h
Sowmini Varadhan
1
-5
/
+0
2015-05-18
RDS: Switch to generic logging helpers
Sagi Grimberg
1
-1
/
+0
2015-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2015-04-08
RDS: make sure not to loop forever inside rds_send_xmit
Sowmini Varadhan
1
-0
/
+1
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
1
-4
/
+3
2014-11-24
rds: switch rds_message_copy_from_user() to iov_iter
Al Viro
1
-2
/
+1
2014-11-24
rds: switch ->inc_copy_to_user() to passing iov_iter
Al Viro
1
-4
/
+2
2013-10-20
net: misc: Remove extern from function prototypes
Joe Perches
1
-1
/
+1
2012-03-20
rds: remove the second argument of k[un]map_atomic()
Cong Wang
1
-1
/
+1
2011-11-01
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
1
-4
/
+4
2011-01-20
net: cleanup unused macros in net directory
Shan Wei
1
-1
/
+0
2010-10-21
rds: make local functions/variables static
stephen hemminger
1
-5
/
+0
2010-09-09
RDS: Implement masked atomic operations
Andy Grover
1
-2
/
+12
2010-09-09
RDS/IB: print string constants in more places
Zach Brown
1
-0
/
+1
[next]