Age | Commit message (Expand) | Author | Files | Lines |
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 | -11/+12 |
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 | -56/+244 |
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 | -61/+153 |
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 | -49/+109 |
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 |
2019-07-17 | net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes... | Gerd Rausch | 1 | -1/+2 |
2019-07-17 | net/rds: Fix NULL/ERR_PTR inconsistency | Gerd Rausch | 1 | -2/+2 |
2019-07-17 | net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin... | Gerd Rausch | 2 | -27/+40 |
2019-07-17 | net/rds: Get rid of "wait_clean_list_grace" and add locking | Gerd Rausch | 2 | -38/+19 |
2019-07-17 | net/rds: Give fr_state a chance to transition to FRMR_IS_FREE | Gerd Rausch | 2 | -1/+27 |
2019-07-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -4/+4 |
2019-07-09 | rds: avoid version downgrade to legitimate newer peer connections | Santosh Shilimkar | 1 | -2/+4 |
2019-07-09 | rds: Return proper "tos" value to user-space | Gerd Rausch | 1 | -0/+1 |
2019-07-09 | rds: Accept peer connection reject messages due to incompatible version | Gerd Rausch | 1 | -2/+3 |
2019-07-09 | Revert "RDS: IB: split the mr registration and invalidation path" | Gerd Rausch | 3 | -16/+8 |
2019-07-09 | rds: fix reordering with composite message notification | Santosh Shilimkar | 4 | -30/+14 |
2019-06-28 | Merge tag 'v5.2-rc6' into rdma.git for-next | Jason Gunthorpe | 4 | -5/+11 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -5/+10 |
2019-06-06 | net: rds: fix memory leak in rds_ib_flush_mr_pool | Zhu Yanjun | 1 | -4/+6 |
2019-06-05 | net: rds: fix memory leak when unload rds_rdma | Zhu Yanjun | 2 | -1/+4 |
2019-06-05 | net: rds: add per rds connection cache statistics | Zhu Yanjun | 1 | -0/+2 |
2019-05-21 | rds: Don't check return value from destroy CQ | Leon Romanovsky | 1 | -4/+4 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 2 | -2/+3 |
2019-05-05 | net: rds: fix spelling mistake "syctl" -> "sysctl" | Colin Ian King | 1 | -1/+1 |
2019-05-01 | rds: ib: force endiannes annotation | Nicholas Mc Guire | 1 | -5/+3 |
2019-04-24 | net: rds: exchange of 8K and 1M pool | Zhu Yanjun | 2 | -3/+11 |
2019-04-12 | net/rds: Check address length before reading address family | Tetsuo Handa | 2 | -0/+5 |
2019-03-28 | net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock(). | Mao Wenan | 1 | -1/+1 |
2019-03-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 5 | -27/+20 |
2019-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
2019-02-04 | rds: rdma: update rdma transport for tos | Santosh Shilimkar | 6 | -22/+29 |
2019-02-04 | rds: add transport specific tos_map hook | Santosh Shilimkar | 4 | -4/+24 |
2019-02-04 | rds: add type of service(tos) infrastructure | Santosh Shilimkar | 10 | -17/+61 |
2019-02-04 | rds: rdma: add consumer reject | Santosh Shilimkar | 3 | -2/+22 |
2019-02-04 | rds: make v3.1 as compat version | Santosh Shilimkar | 4 | -17/+29 |
2019-02-04 | Merge tag 'v5.0-rc5' into rdma.git for-next | Jason Gunthorpe | 4 | -9/+5 |
2019-02-04 | IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len() | Bart Van Assche | 5 | -27/+20 |
2019-02-03 | socket: Add SO_TIMESTAMP[NS]_NEW | Deepa Dinamani | 2 | -4/+20 |
2019-02-03 | socket: Use old_timeval types for socket timestamps | Deepa Dinamani | 1 | -1/+1 |
2019-02-03 | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD | Deepa Dinamani | 2 | -2/+2 |
2019-01-31 | rds: fix refcount bug in rds_sock_addref | Eric Dumazet | 1 | -3/+3 |
2019-01-07 | rds: use DIV_ROUND_UP instead of ceil | Jacob Wen | 4 | -9/+5 |
2019-01-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
2019-01-01 | net: rds: remove unnecessary NULL check | Zhu Yanjun | 1 | -1/+1 |
2018-12-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -2/+2 |
2018-12-19 | rds: Fix warning. | David S. Miller | 1 | -1/+3 |
2018-12-19 | net/rds: remove user triggered WARN_ON in rds_sendmsg | shamir rabinovitch | 4 | -19/+29 |
2018-12-19 | net/rds: fix warn in rds_message_alloc_sgs | shamir rabinovitch | 3 | -42/+91 |
2018-12-12 | RDMA: Start use ib_device_ops | Kamal Heib | 1 | -2/+2 |
2018-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+10 |
2018-10-10 | rds: RDS (tcp) hangs on sendto() to unresponding address | Ka-Cheong Poon | 1 | -3/+10 |
2018-09-25 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-09-23 | rds: Fix build regression. | David S. Miller | 1 | -1/+1 |
2018-09-21 | RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_stats | Nathan Chancellor | 1 | -1/+1 |
2018-09-17 | net: rds: use memset to optimize the recv | Zhu Yanjun | 1 | -4/+1 |
2018-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+4 |
2018-09-12 | rds: fix two RCU related problems | Cong Wang | 1 | -1/+4 |
2018-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -8/+3 |
2018-09-01 | rds: store socket timestamps as ktime_t | Arnd Bergmann | 2 | -9/+7 |