index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rds
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-30
net: rds: fix memory leak in rds_recvmsg
Pavel Skripkin
1
-1
/
+1
2020-08-05
rds: Prevent kernel-infoleak in rds_notify_queue_get()
Peilin Ye
1
-1
/
+2
2020-01-27
net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'
Gerd Rausch
1
-1
/
+1
2020-01-27
net/rds: Add a few missing rds_stat_names entries
Gerd Rausch
1
-0
/
+2
2019-10-07
net/rds: Fix error handling in rds_ib_add_one()
Dotan Barak
1
-3
/
+3
2019-06-11
net: rds: fix memory leak in rds_ib_flush_mr_pool
Zhu Yanjun
1
-4
/
+6
2019-05-02
net: rds: exchange of 8K and 1M pool
Zhu Yanjun
2
-3
/
+11
2019-04-17
net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().
Mao Wenan
1
-1
/
+1
2019-02-12
rds: fix refcount bug in rds_sock_addref
Eric Dumazet
1
-3
/
+3
2018-10-13
rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead
Ka-Cheong Poon
3
-7
/
+7
2018-09-26
rds: fix two RCU related problems
Cong Wang
1
-1
/
+4
2018-09-15
RDS: IB: fix 'passing zero to ERR_PTR()' warning
YueHaibing
1
-0
/
+1
2018-07-22
rds: avoid unenecessary cong_update in loop transport
Santosh Shilimkar
3
-0
/
+11
2018-06-21
rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
Dag Moxnes
1
-1
/
+2
2018-05-30
rds: Incorrect reference counting in TCP socket creation
Ka-Cheong Poon
1
-3
/
+11
2018-05-19
rds: do not leak kernel memory to user land
Eric Dumazet
1
-0
/
+1
2018-04-26
RDS: IB: Fix null pointer issue
Guanglei Li
1
-1
/
+2
2018-04-19
rds: MP-RDS may use an invalid c_path
Ka-Cheong Poon
1
-5
/
+10
2018-04-12
rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
Sowmini Varadhan
1
-0
/
+1
2018-02-25
rds: tcp: atomically purge entries from rds_tcp_conn_list during netns delete
Sowmini Varadhan
2
-2
/
+8
2018-02-25
rds: tcp: correctly sequence cleanup on netns deletion.
Sowmini Varadhan
3
-6
/
+7
2018-01-17
RDS: null pointer dereference in rds_atomic_free_op
Mohamed Ghannam
1
-0
/
+1
2018-01-17
RDS: Heap OOB write in rds_message_alloc_sgs()
Mohamed Ghannam
1
-0
/
+3
2018-01-02
RDS: Check cmsg_len before dereferencing CMSG_DATA
Avinash Repaka
1
-0
/
+3
2017-12-17
rds: Fix NULL pointer dereference in __rds_rdma_map
Håkon Bugge
1
-1
/
+1
2017-11-10
rds: ib: Fix NULL pointer dereference in debug code
Håkon Bugge
1
-5
/
+5
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
8
-0
/
+8
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
8
-0
/
+8
2017-10-26
rds: Fix inaccurate accounting of unsignaled wrs
Håkon Bugge
1
-8
/
+7
2017-10-26
rds: ib: Fix uninitialized variable
Håkon Bugge
1
-0
/
+1
2017-09-07
rds: Fix incorrect statistics counting
Håkon Bugge
1
-3
/
+7
2017-09-05
rds: Fix non-atomic operation on shared flag variable
Håkon Bugge
1
-2
/
+2
2017-08-28
RDS: make rhashtable_params const
Bhumika Goyal
1
-1
/
+1
2017-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2017-08-08
rds: Reintroduce statistics counting
Håkon Bugge
1
-1
/
+4
2017-08-03
rds: reduce memory footprint for RDS when transport is RDMA
Sowmini Varadhan
2
-10
/
+26
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2017-07-20
rds: Make sure updates to cp_send_gen can be observed
Håkon Bugge
1
-3
/
+3
2017-07-16
rds: cancel send/recv work before queuing connection shutdown
Sowmini Varadhan
6
-12
/
+16
2017-07-08
rds: tcp: use sock_create_lite() to create the accept socket
Sowmini Varadhan
1
-1
/
+1
2017-07-04
net, rds: convert rds_message.m_refcount from atomic_t to refcount_t
Reshetova, Elena
2
-7
/
+7
2017-07-04
net, rds: convert rds_mr.r_refcount from atomic_t to refcount_t
Reshetova, Elena
2
-7
/
+7
2017-07-04
net, rds: convert rds_incoming.i_refcount from atomic_t to refcount_t
Reshetova, Elena
2
-7
/
+8
2017-07-04
net, rds: convert rds_ib_device.refcount from atomic_t to refcount_t
Reshetova, Elena
3
-9
/
+9
2017-07-01
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-06-22
rds: tcp: set linger to 1 when unloading a rds-tcp
Sowmini Varadhan
5
-2
/
+7
2017-06-22
rds: tcp: send handshake ping-probe from passive endpoint
Sowmini Varadhan
4
-11
/
+12
2017-06-16
rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_one
Sowmini Varadhan
1
-1
/
+18
2017-06-16
rds: tcp: various endian-ness fixes
Sowmini Varadhan
6
-13
/
+21
2017-06-16
rds: tcp: remove cp_outgoing
Sowmini Varadhan
4
-23
/
+4
[next]