index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rds
Age
Commit message (
Expand
)
Author
Lines
14 days
net/rds: Fix circular locking dependency in rds_tcp_tune
Allison Henderson
-4
/
+10
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-23
/
+8
2026-02-24
net/rds: fix recursive lock in rds_tcp_conn_slots_available
Fernando Fernandez Mancera
-23
/
+8
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-13
/
+13
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-23
/
+20
2026-02-19
rds: tcp: fix uninit-value in __inet_bind
Tabrez Ahmed
-1
/
+1
2026-02-19
net/rds: Fix NULL pointer dereference in rds_tcp_accept_one
Allison Henderson
-3
/
+17
2026-02-17
net/rds: rds_sendmsg should not discard payload_len
Allison Henderson
-2
/
+4
2026-02-04
net/rds: Trigger rds_send_ping() more than once
Gerd Rausch
-17
/
+72
2026-02-04
net/rds: Use the first lane until RDS_EXTHDR_NPATHS arrives
Gerd Rausch
-39
/
+90
2026-02-04
net/rds: Update struct rds_statistics to use u64 instead of uint64_t
Allison Henderson
-36
/
+36
2026-02-04
net/rds: Clear reconnect pending bit
Håkon Bugge
-0
/
+2
2026-02-04
net/rds: Kick-start TCP receiver after accept
Gerd Rausch
-0
/
+2
2026-02-04
net/rds: rds_tcp_conn_path_shutdown must not discard messages
Gerd Rausch
-5
/
+76
2026-02-04
net/rds: Encode cp_index in TCP source port
Gerd Rausch
-7
/
+77
2026-02-04
net/rds: new extension header: rdma bytes
Shamir Rabinovitch
-29
/
+107
2026-01-23
net/rds: rds_tcp_accept_one ought to not discard messages
Gerd Rausch
-76
/
+169
2026-01-23
net/rds: No shortcut out of RDS_CONN_ERROR
Gerd Rausch
-5
/
+2
2026-01-13
net/rds: Give each connection path its own workqueue
Allison Henderson
-4
/
+21
2026-01-13
net/rds: Add per cp work queue
Allison Henderson
-20
/
+23
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
-2
/
+2
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
-4
/
+4
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-1
/
+2
2025-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-8
/
+12
2025-09-15
rds: ib: Increment i_fastreg_wrs before bailing out
Håkon Bugge
-8
/
+12
2025-09-08
rds: ib: Remove unused extern definition
Håkon Bugge
-1
/
+0
2025-08-22
rds: Fix endianness annotations for RDS extension headers
Ujwal Kundur
-6
/
+6
2025-08-22
rds: Fix endianness annotation for RDS_MPATH_HASH
Ujwal Kundur
-1
/
+1
2025-08-22
rds: Fix endianness annotation of jhash wrappers
Ujwal Kundur
-4
/
+5
2025-08-22
rds: Replace POLLERR with EPOLLERR
Ujwal Kundur
-1
/
+1
2025-08-12
RDS: remove redundant __GFP_NOWARN
Qianfeng Rong
-1
/
+1
2025-07-15
don't open-code kernel_accept() in rds_tcp_accept_one()
Al Viro
-22
/
+2
2025-06-21
rds: Correct spelling
Simon Horman
-2
/
+2
2025-06-21
rds: Correct endian annotation of port and addr assignments
Simon Horman
-3
/
+3
2025-05-26
replace strncpy with strscpy_pad
Baris Can Goral
-4
/
+2
2025-05-15
rds: Use nested-BH locking for rds_page_remainder
Sebastian Andrzej Siewior
-2
/
+8
2025-05-15
rds: Acquire per-CPU pointer within BH disabled section
Sebastian Andrzej Siewior
-4
/
+2
2025-05-15
rds: Disable only bottom halves in rds_page_remainder_alloc()
Sebastian Andrzej Siewior
-5
/
+4
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-6
/
+2
2025-02-21
net: better track kernel sockets lifetime
Eric Dumazet
-6
/
+2
2025-02-21
net/rds: Replace deprecated strncpy() with strscpy_pad()
Thorsten Blum
-2
/
+1
2025-01-09
rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxy
Matthieu Baerts (NGI0)
-7
/
+32
2024-10-03
net/rds: remove unused struct 'rds_ib_dereg_odp_mr'
Dr. David Alan Gilbert
-4
/
+0
2024-08-09
net: rds: add option for GCOV profiling
Vegard Nossum
-0
/
+14
2024-08-01
RDS: IB: Remove unused declarations
Yue Haibing
-4
/
+0
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
-2
/
+2
2024-06-19
rds:Simplify the allocation of slab caches
Hongfu Li
-6
/
+2
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
-1
/
+5
2024-05-03
net: rds: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
-3
/
+0
[next]