| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev... | Mark Brown | 6 | -41/+129 |
| 3 days | net/rds: use special gfp_t format specifier | Brendan Jackman | 1 | -1/+1 |
| 6 days | rds: filter RDS_INFO_* getsockopt by caller's netns | Maoyi Xie | 3 | -31/+104 |
| 6 days | rds: annotate data-race around rs_seen_congestion | Jiayuan Chen | 2 | -3/+3 |
| 10 days | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+6 |
| 11 days | net/rds: Don't sleep inside rds_ib_conn_path_shutdown | Allison Henderson | 1 | -5/+20 |
| 2026-05-14 | rds: tcp_listen: fix typos in comments | Avinash Duduskar | 1 | -2/+2 |
| 2026-05-14 | rds_tcp: close NULL deref window in rds_tcp_set_callbacks | Maoyi Xie | 1 | -3/+6 |
| 2026-05-11 | net/rds: reset op_nents when zerocopy page pin fails | Allison Henderson | 1 | -0/+1 |
| 2026-05-05 | net/rds: handle zerocopy send cleanup before the message is queued | Nan Li | 1 | -5/+15 |
| 2026-04-23 | net: rds: fix MR cleanup on copy error | Ao Zhou | 1 | -4/+0 |
| 2026-04-22 | net/rds: zero per-item info buffer before handing it to visitors | Michael Bommarito | 1 | -0/+14 |
| 2026-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -5/+32 |
| 2026-04-12 | net/rds: Restrict use of RDS/IB to the initial network namespace | Greg Jumper | 2 | -2/+12 |
| 2026-04-12 | net/rds: Optimize rds_ib_laddr_check | Håkon Bugge | 3 | -3/+20 |
| 2026-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+6 |
| 2026-04-01 | rds: ib: reject FRMR registration before IB connection is established | Weiming Shi | 1 | -1/+6 |
| 2026-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+10 |
| 2026-03-03 | net/rds: Fix circular locking dependency in rds_tcp_tune | Allison Henderson | 1 | -4/+10 |
| 2026-02-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 10 | -45/+25 |
| 2026-02-26 | Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2 | -22/+7 |
| 2026-02-25 | rds: update outdated comment | kexinsun | 1 | -1/+1 |
| 2026-02-24 | net/rds: fix recursive lock in rds_tcp_conn_slots_available | Fernando Fernandez Mancera | 2 | -22/+7 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 2 | -4/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 5 | -13/+13 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 9 | -23/+20 |
| 2026-02-19 | rds: tcp: fix uninit-value in __inet_bind | Tabrez Ahmed | 1 | -1/+1 |
| 2026-02-19 | net/rds: Fix NULL pointer dereference in rds_tcp_accept_one | Allison Henderson | 1 | -3/+17 |
| 2026-02-17 | net/rds: rds_sendmsg should not discard payload_len | Allison Henderson | 1 | -2/+4 |
| 2026-02-04 | net/rds: Trigger rds_send_ping() more than once | Gerd Rausch | 6 | -17/+72 |
| 2026-02-04 | net/rds: Use the first lane until RDS_EXTHDR_NPATHS arrives | Gerd Rausch | 4 | -39/+90 |
| 2026-02-04 | net/rds: Update struct rds_statistics to use u64 instead of uint64_t | Allison Henderson | 1 | -36/+36 |
| 2026-02-04 | net/rds: Clear reconnect pending bit | Håkon Bugge | 1 | -0/+2 |
| 2026-02-04 | net/rds: Kick-start TCP receiver after accept | Gerd Rausch | 1 | -0/+2 |
| 2026-02-04 | net/rds: rds_tcp_conn_path_shutdown must not discard messages | Gerd Rausch | 6 | -5/+76 |
| 2026-02-04 | net/rds: Encode cp_index in TCP source port | Gerd Rausch | 7 | -7/+77 |
| 2026-02-04 | net/rds: new extension header: rdma bytes | Shamir Rabinovitch | 4 | -29/+107 |
| 2026-01-23 | net/rds: rds_tcp_accept_one ought to not discard messages | Gerd Rausch | 6 | -76/+169 |
| 2026-01-23 | net/rds: No shortcut out of RDS_CONN_ERROR | Gerd Rausch | 2 | -5/+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 | 9 | -20/+23 |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 2 | -2/+2 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 4 | -4/+4 |
| 2025-09-22 | net: WQ_PERCPU added to alloc_workqueue users | Marco Crivellari | 1 | -1/+2 |
| 2025-09-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -8/+12 |
| 2025-09-15 | rds: ib: Increment i_fastreg_wrs before bailing out | Håkon Bugge | 1 | -8/+12 |
| 2025-09-08 | rds: ib: Remove unused extern definition | Håkon Bugge | 1 | -1/+0 |
| 2025-08-22 | rds: Fix endianness annotations for RDS extension headers | Ujwal Kundur | 3 | -6/+6 |
| 2025-08-22 | rds: Fix endianness annotation for RDS_MPATH_HASH | Ujwal Kundur | 1 | -1/+1 |
| 2025-08-22 | rds: Fix endianness annotation of jhash wrappers | Ujwal Kundur | 1 | -4/+5 |
| 2025-08-22 | rds: Replace POLLERR with EPOLLERR | Ujwal Kundur | 1 | -1/+1 |
| 2025-08-12 | RDS: remove redundant __GFP_NOWARN | Qianfeng Rong | 1 | -1/+1 |
| 2025-07-15 | don't open-code kernel_accept() in rds_tcp_accept_one() | Al Viro | 1 | -22/+2 |
| 2025-06-21 | rds: Correct spelling | Simon Horman | 2 | -2/+2 |
| 2025-06-21 | rds: Correct endian annotation of port and addr assignments | Simon Horman | 1 | -3/+3 |
| 2025-05-26 | replace strncpy with strscpy_pad | Baris Can Goral | 1 | -4/+2 |
| 2025-05-15 | rds: Use nested-BH locking for rds_page_remainder | Sebastian Andrzej Siewior | 1 | -2/+8 |
| 2025-05-15 | rds: Acquire per-CPU pointer within BH disabled section | Sebastian Andrzej Siewior | 1 | -4/+2 |
| 2025-05-15 | rds: Disable only bottom halves in rds_page_remainder_alloc() | Sebastian Andrzej Siewior | 1 | -5/+4 |
| 2025-02-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+2 |
| 2025-02-21 | net: better track kernel sockets lifetime | Eric Dumazet | 1 | -6/+2 |
| 2025-02-21 | net/rds: Replace deprecated strncpy() with strscpy_pad() | Thorsten Blum | 1 | -2/+1 |
| 2025-01-09 | rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxy | Matthieu Baerts (NGI0) | 1 | -7/+32 |
| 2024-10-03 | net/rds: remove unused struct 'rds_ib_dereg_odp_mr' | Dr. David Alan Gilbert | 1 | -4/+0 |
| 2024-08-09 | net: rds: add option for GCOV profiling | Vegard Nossum | 2 | -0/+14 |
| 2024-08-01 | RDS: IB: Remove unused declarations | Yue Haibing | 1 | -4/+0 |
| 2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -2/+2 |
| 2024-06-19 | rds:Simplify the allocation of slab caches | Hongfu Li | 2 | -6/+2 |
| 2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -1/+5 |
| 2024-05-03 | net: rds: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 3 | -3/+0 |
| 2024-03-29 | net/rds: fix possible cp null dereference | Mahmoud Adam | 1 | -1/+1 |
| 2024-03-19 | rds: introduce acquire/release ordering in acquire/release_in_xmit() | Yewon Choi | 1 | -3/+2 |
| 2024-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -5/+4 |
| 2024-03-06 | net/rds: fix WARNING in rds_conn_connect_if_down | Edward Adam Davis | 2 | -5/+4 |
| 2024-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+11 |
| 2024-02-13 | net:rds: Fix possible deadlock in rds_message_put | Allison Henderson | 1 | -2/+11 |
| 2024-01-30 | net: rds: Simplify the allocation of slab caches in rds_conn_init | Kunwu Chan | 1 | -3/+1 |
| 2024-01-22 | net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv | Sharath Srinivasan | 1 | -1/+1 |
| 2023-12-11 | ipv6: annotate data-races around np->mcast_oif | Eric Dumazet | 1 | -1/+1 |
| 2023-10-01 | net: prevent address rewrite in kernel_bind() | Jordan Rife | 2 | -2/+2 |
| 2023-10-01 | net: replace calls to sock->ops->connect() with kernel_connect() | Jordan Rife | 1 | -1/+1 |
| 2023-09-20 | net: rds: Fix possible NULL-pointer dereference | Artem Chernyshev | 1 | -5/+7 |
| 2023-08-29 | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+2 |
| 2023-08-15 | networking: Update to register_net_sysctl_sz | Joel Granados | 1 | -1/+2 |
| 2023-08-13 | net/rds: Remove unused function declarations | Yue Haibing | 3 | -5/+0 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -1/+0 |
| 2023-06-24 | rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage | David Howells | 1 | -10/+11 |
| 2023-02-13 | rds: rds_rm_zerocopy_callback() correct order for list_add_tail() | Pietro Borrello | 1 | -1/+1 |
| 2023-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+3 |
| 2023-02-09 | rds: rds_rm_zerocopy_callback() use list_first_entry() | Pietro Borrello | 1 | -3/+3 |
| 2023-01-27 | net: add missing includes of linux/sched/clock.h | Jakub Kicinski | 2 | -0/+2 |
| 2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye | 2 | -0/+4 |
| 2022-11-04 | rds: remove redundant variable total_payload_len | Colin Ian King | 1 | -2/+1 |
| 2022-10-26 | net/rds: remove variable total_copied | Colin Ian King | 1 | -2/+0 |
| 2022-10-24 | net: add a refcount tracker for kernel sockets | Eric Dumazet | 1 | -0/+3 |
| 2022-10-11 | treewide: use get_random_{u8,u16}() when possible, part 2 | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-10-03 | net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba... | Tetsuo Handa | 1 | -1/+1 |
| 2022-09-19 | net: rds: add missing __init/__exit annotations to module init/exit funcs | Xiu Jianfeng | 3 | -4/+4 |
| 2022-08-31 | net/rds: Pass a pointer to virt_to_page() | Linus Walleij | 1 | -1/+1 |
| 2022-08-12 | rds: add missing barrier to release_refill | Mikulas Patocka | 1 | -0/+1 |
| 2022-08-08 | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() | Al Viro | 1 | -2/+1 |
| 2022-08-01 | net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug() | Li Qiong | 1 | -1/+1 |
| 2022-05-24 | Merge tag 'v5.18' into rdma.git for-next | Jason Gunthorpe | 4 | -5/+25 |
| 2022-05-05 | net: rds: use maybe_get_net() when acquiring refcount on TCP sockets | Tetsuo Handa | 4 | -6/+18 |
| 2022-05-03 | net: rds: acquire refcount on TCP sockets | Tetsuo Handa | 1 | -0/+8 |
| 2022-04-06 | RDMA: Split kernel-only global device caps from uverbs device caps | Jason Gunthorpe | 1 | -2/+2 |
| 2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2021-12-14 | rds: memory leak in __rds_conn_create() | Hangyu Hua | 1 | -0/+1 |
| 2021-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-12-02 | net/rds: correct socket tunable error in rds_tcp_tune() | William Kucharski | 1 | -1/+1 |
| 2021-11-22 | rds: Fix a typo in a comment | Christophe JAILLET | 1 | -1/+1 |
| 2021-08-18 | net/rds: dma_map_sg is entitled to merge entries | Gerd Rausch | 1 | -2/+2 |
| 2021-06-30 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2 | -2/+2 |
| 2021-06-28 | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -0/+3 |
| 2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-06-08 | net: rds: fix memory leak in rds_recvmsg | Pavel Skripkin | 1 | -1/+1 |
| 2021-05-31 | rds: Fix spelling mistakes | Zheng Yongjun | 2 | -2/+2 |
| 2021-05-21 | RDS tcp loopback connection can hang | Rao Shoaib | 4 | -9/+27 |
| 2021-05-17 | rds: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2 | -0/+3 |
| 2021-05-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2 | -34/+2 |
| 2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 3 | -6/+1 |
| 2021-04-27 | rds: Remove redundant assignment to nr_sig | Jiapeng Chong | 1 | -1/+0 |
| 2021-04-24 | Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock" | Linus Torvalds | 2 | -2/+1 |
| 2021-04-12 | rds: ib: Remove two ib_modify_qp() calls | Håkon Bugge | 2 | -34/+2 |
| 2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+4 |
| 2021-04-07 | net/rds: Avoid potential use after free in rds_send_remove_from_sock | Aditya Pakki | 2 | -1/+2 |
| 2021-03-31 | net/rds: Fix a use after free in rds_message_map_pages | Lv Yunlong | 1 | -1/+2 |
| 2021-03-28 | net: rds: Fix a typo | Lu Wei | 1 | -1/+1 |
| 2021-03-10 | net/rds: Drop duplicate sin and sin6 assignments | Yejune Deng | 1 | -4/+0 |
| 2021-02-02 | net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGS | Sabyrzhan Tasbolatov | 1 | -0/+3 |
| 2020-11-17 | rds: stop using dmapool | Christoph Hellwig | 5 | -69/+101 |
| 2020-11-17 | Merge branch 'for-rc' into rdma.git | Jason Gunthorpe | 1 | -2/+3 |
| 2020-11-12 | RDMA: Lift ibdev_to_node from rds to common code | Christoph Hellwig | 1 | -7/+0 |
| 2020-10-28 | RDMA: Add rdma_connect_locked() | Jason Gunthorpe | 1 | -2/+3 |
| 2020-10-09 | net/rds: suppress page allocation failure error in recv buffer refill | Manjunath Patil | 1 | -3/+3 |
| 2020-09-20 | RDS: drop double zeroing | Julia Lawall | 1 | -1/+1 |
| 2020-09-18 | net: rds: delete duplicated words | Randy Dunlap | 2 | -2/+2 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+2 |
| 2020-07-31 | rds: Prevent kernel-infoleak in rds_notify_queue_get() | Peilin Ye | 1 | -1/+2 |
| 2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 3 | -27/+23 |
| 2020-07-19 | net: rds: rdma_transport.h: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
| 2020-07-01 | rds: If one path needs re-connection, check all and re-connect | Rao Shoaib | 3 | -1/+20 |
| 2020-06-25 | rds: transport module should be auto loaded when transport is set | Rao Shoaib | 1 | -9/+17 |
| 2020-06-15 | net/rds: NULL pointer de-reference in rds_ib_add_one() | Ka-Cheong Poon | 1 | -1/+7 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -3/+3 |
| 2020-06-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 8 | -332/+38 |
| 2020-06-02 | RDMA: Remove 'max_fmr' | Jason Gunthorpe | 1 | -1/+1 |
| 2020-06-02 | RDMA/rds: Remove FMR support for memory registration | Max Gurtovoy | 8 | -322/+21 |
| 2020-05-28 | tcp: add tcp_sock_set_keepcnt | Christoph Hellwig | 2 | -15/+4 |
| 2020-05-28 | tcp: add tcp_sock_set_keepintvl | Christoph Hellwig | 1 | -3/+1 |
| 2020-05-28 | tcp: add tcp_sock_set_keepidle | Christoph Hellwig | 1 | -4/+1 |
| 2020-05-28 | tcp: add tcp_sock_set_nodelay | Christoph Hellwig | 3 | -12/+2 |
| 2020-05-28 | tcp: add tcp_sock_set_cork | Christoph Hellwig | 1 | -7/+2 |
| 2020-05-28 | net: add sock_set_keepalive | Christoph Hellwig | 1 | -5/+1 |
| 2020-05-28 | net: add sock_no_linger | Christoph Hellwig | 3 | -14/+2 |
| 2020-05-27 | RDMA/cma: Provide ECE reject reason | Leon Romanovsky | 1 | -1/+3 |
| 2020-05-21 | Merge tag 'v5.7-rc6' into rdma.git for-next | Jason Gunthorpe | 4 | -65/+51 |
| 2020-05-20 | rds: fix crash in rds_info_getsockopt() | John Hubbard | 1 | -1/+2 |
| 2020-05-17 | rds: convert get_user_pages() --> pin_user_pages() | John Hubbard | 1 | -4/+2 |
| 2020-05-06 | RDMA: Allow ib_client's to fail when add() is called | Jason Gunthorpe | 1 | -8/+13 |
| 2020-04-28 | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Daniel Borkmann | 1 | -4/+2 |
| 2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -4/+2 |
| 2020-04-15 | net/rds: Use ERR_PTR for rds_message_alloc_sgs() | Jason Gunthorpe | 4 | -21/+19 |
| 2020-04-09 | net/rds: Fix MR reference counting problem | Ka-Cheong Poon | 2 | -21/+12 |
| 2020-04-09 | net/rds: Replace struct rds_mr's r_refcount with struct kref | Ka-Cheong Poon | 3 | -23/+20 |
| 2020-02-16 | net/rds: Track user mapped pages through special API | Leon Romanovsky | 1 | -12/+12 |
| 2020-01-18 | net/rds: Use prefetch for On-Demand-Paging MR | Hans Westgaard Ry | 1 | -0/+9 |
| 2020-01-18 | net/rds: Handle ODP mr registration/unregistration | Hans Westgaard Ry | 7 | -55/+243 |
| 2020-01-16 | net/rds: Detect need of On-Demand-Paging memory registration | Hans Westgaard Ry | 1 | -2/+4 |
| 2019-11-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -8/+15 |
| 2019-11-16 | rds: ib: update WR sizes when bringing up connection | Dag Moxnes | 1 | -8/+15 |
| 2019-10-17 | net/rds: Remove unnecessary null check | YueHaibing | 1 | -2/+1 |
| 2019-10-06 | net/rds: Add missing include file | YueHaibing | 2 | -0/+2 |
| 2019-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+3 |
| 2019-10-03 | net/rds: Use DMA memory pool allocation for rds_header | Ka-Cheong Poon | 5 | -59/+151 |
| 2019-10-02 | net/rds: Log vendor error if send/recv Work requests fail | Sudhakar Dindukurti | 2 | -4/+5 |
| 2019-10-02 | net/rds: Fix error handling in rds_ib_add_one() | Dotan Barak | 1 | -3/+3 |
| 2019-09-27 | net/rds: Check laddr_check before calling it | Ka-Cheong Poon | 1 | -1/+4 |
| 2019-09-26 | net: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -2/+2 |
| 2019-09-17 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2019-09-15 | net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names' | Gerd Rausch | 1 | -1/+1 |
| 2019-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -22/+18 |
| 2019-09-11 | net/rds: An rds_sock is added too early to the hash table | Ka-Cheong Poon | 1 | -22/+18 |
| 2019-09-05 | Convert usage of IN_MULTICAST to ipv4_is_multicast | Dave Taht | 3 | -6/+6 |
| 2019-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+4 |
| 2019-08-27 | net/rds: Fix info leak in rds6_inc_info_copy() | Ka-Cheong Poon | 1 | -1/+4 |
| 2019-08-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -8/+22 |
| 2019-08-24 | net: rds: add service level support in rds-info | Zhu Yanjun | 4 | -8/+22 |
| 2019-08-23 | net/rds: Whitelist rdma_cookie and rx_tstamp for usercopy | Dag Moxnes | 3 | -15/+27 |
| 2019-08-15 | rds: check for excessive looping in rds_send_xmit | Andy Grover | 3 | -1/+14 |
| 2019-08-15 | net/rds: Add a few missing rds_stat_names entries | Gerd Rausch | 1 | -0/+2 |
| 2019-08-15 | RDS: don't use GFP_ATOMIC for sk_alloc in rds_create | Chris Mason | 1 | -1/+1 |
| 2019-08-15 | RDS: limit the number of times we loop in rds_send_xmit | Chris Mason | 1 | -1/+11 |
| 2019-08-15 | net/rds: Add RDS6_INFO_SOCKETS and RDS6_INFO_RECV_MESSAGES options | Ka-Cheong Poon | 1 | -3/+90 |
| 2019-07-27 | net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler... | Jia-Ju Bai | 1 | -1/+4 |
| 2019-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 5 | -48/+108 |
| 2019-07-17 | net/rds: Initialize ic->i_fastreg_wrs upon allocation | Gerd Rausch | 1 | -1/+1 |
| 2019-07-17 | net/rds: Keep track of and wait for FRWR segments in use upon shutdown | Gerd Rausch | 3 | -6/+45 |