index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-03
rds: reduce memory footprint for RDS when transport is RDMA
Sowmini Varadhan
1
-1
/
+1
2017-07-17
rds: cancel send/recv work before queuing connection shutdown
Sowmini Varadhan
1
-1
/
+1
2017-07-05
net, rds: convert rds_message.m_refcount from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-07-05
net, rds: convert rds_mr.r_refcount from atomic_t to refcount_t
Reshetova, Elena
1
-2
/
+2
2017-07-05
net, rds: convert rds_incoming.i_refcount from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+2
2017-06-22
rds: tcp: set linger to 1 when unloading a rds-tcp
Sowmini Varadhan
1
-1
/
+2
2017-06-22
rds: tcp: send handshake ping-probe from passive endpoint
Sowmini Varadhan
1
-0
/
+1
2017-06-16
rds: tcp: various endian-ness fixes
Sowmini Varadhan
1
-0
/
+2
2017-06-16
rds: tcp: remove cp_outgoing
Sowmini Varadhan
1
-2
/
+0
2017-03-08
rds: tcp: Take explicit refcounts on struct net
Sowmini Varadhan
1
-3
/
+3
2017-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2017-03-03
rds: remove unnecessary returned value check
Zhu Yanjun
1
-1
/
+1
2017-03-03
Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+0
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-12-27
rds: remove dead code
Al Viro
1
-7
/
+0
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
[next]