index
:
pub/scm/linux/kernel/git/hyperv/linux.git
master
Microsoft Hyper-V Development Tree
Hyper-V group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rds
/
connection.c
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
net/rds: don't let rds_conn_shutdown() consume a concurrent drop
Allison Henderson
1
-11
/
+32
9 days
net/rds: acquire the fastpath locks in rds_conn_shutdown()
Håkon Bugge
1
-8
/
+32
9 days
net/rds: clear cp_flags bits individually in rds_conn_path_reset()
Allison Henderson
1
-1
/
+9
2026-05-25
rds: filter RDS_INFO_* getsockopt by caller's netns
Maoyi Xie
1
-0
/
+13
2026-04-22
net/rds: zero per-item info buffer before handing it to visitors
Michael Bommarito
1
-0
/
+14
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-0
/
+3
2026-02-24
net/rds: fix recursive lock in rds_tcp_conn_slots_available
Fernando Fernandez Mancera
1
-0
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-04
net/rds: Trigger rds_send_ping() more than once
Gerd Rausch
1
-1
/
+4
2026-02-04
net/rds: Clear reconnect pending bit
Håkon Bugge
1
-0
/
+2
2026-01-23
net/rds: rds_tcp_accept_one ought to not discard messages
Gerd Rausch
1
-0
/
+3
2026-01-23
net/rds: No shortcut out of RDS_CONN_ERROR
Gerd Rausch
1
-0
/
+2
2026-01-13
net/rds: Give each connection path its own workqueue
Allison Henderson
1
-4
/
+21
2026-01-13
net/rds: Add per cp work queue
Allison Henderson
1
-2
/
+3
2025-08-22
rds: Fix endianness annotation of jhash wrappers
Ujwal Kundur
1
-4
/
+5
2025-05-26
replace strncpy with strscpy_pad
Baris Can Goral
1
-4
/
+2
2024-01-30
net: rds: Simplify the allocation of slab caches in rds_conn_init
Kunwu Chan
1
-3
/
+1
2021-12-14
rds: memory leak in __rds_conn_create()
Hangyu Hua
1
-0
/
+1
2021-05-21
RDS tcp loopback connection can hang
Rao Shoaib
1
-6
/
+17
2020-07-01
rds: If one path needs re-connection, check all and re-connect
Rao Shoaib
1
-0
/
+11
2019-07-09
rds: Return proper "tos" value to user-space
Gerd Rausch
1
-0
/
+1
2019-02-04
rds: add type of service(tos) infrastructure
Santosh Shilimkar
1
-9
/
+11
2019-02-04
rds: make v3.1 as compat version
Santosh Shilimkar
1
-0
/
+1
2018-08-01
rds: Remove IPv6 dependency
Ka-Cheong Poon
1
-2
/
+24
2018-07-23
rds: Extend RDS API for IPv6 support
Ka-Cheong Poon
1
-8
/
+93
2018-07-23
rds: Enable RDS IPv6 support
Ka-Cheong Poon
1
-15
/
+39
2018-07-23
rds: Changing IP address internal representation to struct in6_addr
Ka-Cheong Poon
1
-51
/
+81
2018-06-27
rds: clean up loopback rds_connections on netns deletion
Sowmini Varadhan
1
-1
/
+10
2018-03-12
net: rds: drop VLA in rds_walk_conn_path_info()
Salvatore Mesoraca
1
-1
/
+4
2018-03-12
net: rds: drop VLA in rds_for_each_conn_info()
Salvatore Mesoraca
1
-1
/
+1
2018-02-13
rds: do not call ->conn_alloc with GFP_KERNEL
Sowmini Varadhan
1
-1
/
+1
2018-02-08
rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...
Sowmini Varadhan
1
-6
/
+9
2018-01-05
rds: use RCU to synchronize work-enqueue with connection teardown
Sowmini Varadhan
1
-4
/
+17
2018-01-05
rds: Use atomic flag to track connections being destroyed
Sowmini Varadhan
1
-3
/
+4
2017-12-06
rds: debug: fix null check on static array
Prashant Bhole
1
-2
/
+2
2017-12-01
rds: tcp: correctly sequence cleanup on netns deletion.
Sowmini Varadhan
1
-1
/
+2
2017-08-03
rds: reduce memory footprint for RDS when transport is RDMA
Sowmini Varadhan
1
-9
/
+25
2017-07-16
rds: cancel send/recv work before queuing connection shutdown
Sowmini Varadhan
1
-6
/
+10
2017-06-22
rds: tcp: set linger to 1 when unloading a rds-tcp
Sowmini Varadhan
1
-0
/
+1
2017-06-16
rds: tcp: remove cp_outgoing
Sowmini Varadhan
1
-5
/
+0
2017-04-02
rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked...
Sowmini Varadhan
1
-1
/
+9
2017-03-07
rds: tcp: Take explicit refcounts on struct net
Sowmini Varadhan
1
-0
/
+1
2017-01-02
RDS: mark few internal functions static to make sparse build happy
Santosh Shilimkar
1
-5
/
+5
2016-11-17
RDS: TCP: Force every connection to be initiated by numerically smaller IP ad...
Sowmini Varadhan
1
-0
/
+1
2016-11-17
RDS: TCP: Track peer's connection generation number
Sowmini Varadhan
1
-0
/
+2
2016-10-17
rds: Remove unused rds_conn_error
Joe Perches
1
-15
/
+0
2016-07-15
RDS: TCP: Enable multipath RDS for TCP
Sowmini Varadhan
1
-9
/
+8
2016-07-01
RDS: TCP: Simplify reconnect to avoid duelling reconnnect attempts
Sowmini Varadhan
1
-3
/
+1
2016-07-01
RDS: TCP: Make rds_tcp_connection track the rds_conn_path
Sowmini Varadhan
1
-15
/
+15
2016-07-01
RDS: Rework path specific indirections
Sowmini Varadhan
1
-4
/
+1
[next]