| Commit message (Expand) | Author | Age | Files | Lines |
* | net/rds: Use prefetch for On-Demand-Paging MR | Hans Westgaard Ry | 2020-01-18 | 1 | -0/+9 |
* | net/rds: Handle ODP mr registration/unregistration | Hans Westgaard Ry | 2020-01-18 | 7 | -56/+244 |
* | net/rds: Detect need of On-Demand-Paging memory registration | Hans Westgaard Ry | 2020-01-16 | 1 | -2/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-17 | 1 | -8/+15 |
|\ |
|
| * | rds: ib: update WR sizes when bringing up connection | Dag Moxnes | 2019-11-16 | 1 | -8/+15 |
* | | net/rds: Remove unnecessary null check | YueHaibing | 2019-10-17 | 1 | -2/+1 |
* | | net/rds: Add missing include file | YueHaibing | 2019-10-06 | 2 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-10-05 | 1 | -3/+3 |
|\| |
|
| * | net/rds: Fix error handling in rds_ib_add_one() | Dotan Barak | 2019-10-02 | 1 | -3/+3 |
* | | net/rds: Use DMA memory pool allocation for rds_header | Ka-Cheong Poon | 2019-10-03 | 5 | -61/+153 |
* | | net/rds: Log vendor error if send/recv Work requests fail | Sudhakar Dindukurti | 2019-10-03 | 2 | -4/+5 |
|/ |
|
* | net/rds: Check laddr_check before calling it | Ka-Cheong Poon | 2019-09-27 | 1 | -1/+4 |
* | net: Fix Kconfig indentation | Krzysztof Kozlowski | 2019-09-26 | 1 | -2/+2 |
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-09-17 | 1 | -1/+1 |
|\ |
|
| * | net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names' | Gerd Rausch | 2019-09-15 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-09-15 | 1 | -22/+18 |
|\| |
|
| * | net/rds: An rds_sock is added too early to the hash table | Ka-Cheong Poon | 2019-09-11 | 1 | -22/+18 |
* | | Convert usage of IN_MULTICAST to ipv4_is_multicast | Dave Taht | 2019-09-05 | 3 | -6/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-09-02 | 1 | -1/+4 |
|\| |
|
| * | net/rds: Fix info leak in rds6_inc_info_copy() | Ka-Cheong Poon | 2019-08-28 | 1 | -1/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-08-27 | 4 | -8/+22 |
|\| |
|
| * | net: rds: add service level support in rds-info | Zhu Yanjun | 2019-08-25 | 4 | -8/+22 |
* | | net/rds: Whitelist rdma_cookie and rx_tstamp for usercopy | Dag Moxnes | 2019-08-23 | 3 | -15/+27 |
* | | rds: check for excessive looping in rds_send_xmit | Andy Grover | 2019-08-15 | 3 | -1/+14 |
* | | net/rds: Add a few missing rds_stat_names entries | Gerd Rausch | 2019-08-15 | 1 | -0/+2 |
* | | RDS: don't use GFP_ATOMIC for sk_alloc in rds_create | Chris Mason | 2019-08-15 | 1 | -1/+1 |
* | | RDS: limit the number of times we loop in rds_send_xmit | Chris Mason | 2019-08-15 | 1 | -1/+11 |
* | | net/rds: Add RDS6_INFO_SOCKETS and RDS6_INFO_RECV_MESSAGES options | Ka-Cheong Poon | 2019-08-15 | 1 | -3/+90 |
|/ |
|
* | net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler... | Jia-Ju Bai | 2019-07-27 | 1 | -1/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-07-19 | 5 | -49/+109 |
|\ |
|
| * | net/rds: Initialize ic->i_fastreg_wrs upon allocation | Gerd Rausch | 2019-07-17 | 1 | -1/+1 |
| * | net/rds: Keep track of and wait for FRWR segments in use upon shutdown | Gerd Rausch | 2019-07-17 | 3 | -6/+45 |
| * | net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes... | Gerd Rausch | 2019-07-17 | 1 | -1/+2 |
| * | net/rds: Fix NULL/ERR_PTR inconsistency | Gerd Rausch | 2019-07-17 | 1 | -2/+2 |
| * | net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin... | Gerd Rausch | 2019-07-17 | 2 | -27/+40 |
| * | net/rds: Get rid of "wait_clean_list_grace" and add locking | Gerd Rausch | 2019-07-17 | 2 | -38/+19 |
| * | net/rds: Give fr_state a chance to transition to FRMR_IS_FREE | Gerd Rausch | 2019-07-17 | 2 | -1/+27 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2019-07-16 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Merge tag 'v5.2-rc6' into rdma.git for-next | Jason Gunthorpe | 2019-06-29 | 4 | -5/+11 |
| |\ |
|
| * | | rds: Don't check return value from destroy CQ | Leon Romanovsky | 2019-05-21 | 1 | -4/+4 |
* | | | rds: avoid version downgrade to legitimate newer peer connections | Santosh Shilimkar | 2019-07-10 | 1 | -2/+4 |
* | | | rds: Return proper "tos" value to user-space | Gerd Rausch | 2019-07-10 | 1 | -0/+1 |
* | | | rds: Accept peer connection reject messages due to incompatible version | Gerd Rausch | 2019-07-10 | 1 | -2/+3 |
* | | | Revert "RDS: IB: split the mr registration and invalidation path" | Gerd Rausch | 2019-07-10 | 3 | -16/+8 |
* | | | rds: fix reordering with composite message notification | Santosh Shilimkar | 2019-07-10 | 4 | -30/+14 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-07 | 3 | -5/+10 |
|\ \ \
| | |/
| |/| |
|
| * | | net: rds: fix memory leak in rds_ib_flush_mr_pool | Zhu Yanjun | 2019-06-06 | 1 | -4/+6 |
| * | | net: rds: fix memory leak when unload rds_rdma | Zhu Yanjun | 2019-06-06 | 2 | -1/+4 |
* | | | net: rds: add per rds connection cache statistics | Zhu Yanjun | 2019-06-06 | 1 | -0/+2 |
|/ / |
|
* / | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
|/ |
|