| Commit message (Expand) | Author | Age | Files | Lines |
* | rds: ib: Fix NULL pointer dereference in debug code | Håkon Bugge | 2017-11-10 | 1 | -5/+5 |
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-02 | 8 | -0/+8 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 8 | -0/+8 |
* | | rds: Fix inaccurate accounting of unsignaled wrs | Håkon Bugge | 2017-10-26 | 1 | -8/+7 |
* | | rds: ib: Fix uninitialized variable | Håkon Bugge | 2017-10-26 | 1 | -0/+1 |
|/ |
|
* | rds: Fix incorrect statistics counting | Håkon Bugge | 2017-09-07 | 1 | -3/+7 |
* | rds: Fix non-atomic operation on shared flag variable | Håkon Bugge | 2017-09-05 | 1 | -2/+2 |
* | RDS: make rhashtable_params const | Bhumika Goyal | 2017-08-28 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-09 | 1 | -1/+4 |
|\ |
|
| * | rds: Reintroduce statistics counting | Håkon Bugge | 2017-08-08 | 1 | -1/+4 |
* | | rds: reduce memory footprint for RDS when transport is RDMA | Sowmini Varadhan | 2017-08-03 | 2 | -10/+26 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-07-21 | 1 | -3/+3 |
|\| |
|
| * | rds: Make sure updates to cp_send_gen can be observed | Håkon Bugge | 2017-07-20 | 1 | -3/+3 |
* | | rds: cancel send/recv work before queuing connection shutdown | Sowmini Varadhan | 2017-07-16 | 6 | -12/+16 |
|/ |
|
* | rds: tcp: use sock_create_lite() to create the accept socket | Sowmini Varadhan | 2017-07-08 | 1 | -1/+1 |
* | net, rds: convert rds_message.m_refcount from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 2 | -7/+7 |
* | net, rds: convert rds_mr.r_refcount from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 2 | -7/+7 |
* | net, rds: convert rds_incoming.i_refcount from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 2 | -7/+8 |
* | net, rds: convert rds_ib_device.refcount from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 3 | -9/+9 |
* | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -1/+1 |
* | rds: tcp: set linger to 1 when unloading a rds-tcp | Sowmini Varadhan | 2017-06-22 | 5 | -2/+7 |
* | rds: tcp: send handshake ping-probe from passive endpoint | Sowmini Varadhan | 2017-06-22 | 4 | -11/+12 |
* | rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_one | Sowmini Varadhan | 2017-06-16 | 1 | -1/+18 |
* | rds: tcp: various endian-ness fixes | Sowmini Varadhan | 2017-06-16 | 6 | -13/+21 |
* | rds: tcp: remove cp_outgoing | Sowmini Varadhan | 2017-06-16 | 4 | -23/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-05-02 | 5 | -21/+36 |
|\ |
|
| * | rds: tcp: canonical connection order for all paths with index > 0 | Sowmini Varadhan | 2017-04-02 | 1 | -1/+1 |
| * | rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked... | Sowmini Varadhan | 2017-04-02 | 1 | -1/+9 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-03-15 | 6 | -35/+70 |
| |\ |
|
| * | | rds: ib: unmap the scatter/gather list when error | Zhu Yanjun | 2017-03-13 | 1 | -7/+19 |
| * | | rds: ib: add the static type to the function | Zhu Yanjun | 2017-03-13 | 2 | -4/+3 |
| * | | rds: ib: remove redundant ib_dealloc_fmr | Zhu Yanjun | 2017-03-13 | 1 | -5/+2 |
| * | | rds: ib: drop unnecessary rdma_reject | Zhu Yanjun | 2017-03-13 | 1 | -3/+2 |
* | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-05-02 | 1 | -3/+1 |
|\ \ \ |
|
| * | | | rds: make use of iov_iter_revert() | Al Viro | 2017-04-21 | 1 | -3/+1 |
| | |/
| |/| |
|
| | | | |
| \ \ | |
*-. | | | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 2017-04-26 | 6 | -35/+70 |
|\ \| |
| | |/
| |/| |
|
| | * | net: Work around lockdep limitation in sockets that use sockets | David Howells | 2017-03-09 | 1 | -1/+1 |
| | * | rds: ib: add error handle | Zhu Yanjun | 2017-03-09 | 1 | -11/+36 |
| | * | rds: tcp: Sequence teardown of listen and acceptor sockets to avoid races | Sowmini Varadhan | 2017-03-07 | 3 | -8/+18 |
| | * | rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid races | Sowmini Varadhan | 2017-03-07 | 1 | -10/+9 |
| | * | rds: tcp: Take explicit refcounts on struct net | Sowmini Varadhan | 2017-03-07 | 3 | -5/+6 |
| |/ |
|
* / | don't open-code kernel_setsockopt() | Al Viro | 2017-04-06 | 2 | -11/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-03-04 | 5 | -18/+6 |
|\ |
|
| * | rds: remove unnecessary returned value check | Zhu Yanjun | 2017-03-03 | 4 | -14/+4 |
| * | rds: ib: add the static type to the variables | Zhu Yanjun | 2017-03-01 | 2 | -4/+2 |
* | | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-03-02 | 2 | -36/+0 |
|\ \
| |/
|/| |
|
| * | rds: remove dead code | Al Viro | 2016-12-26 | 2 | -36/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-02-28 | 2 | -5/+5 |
|\ \ |
|
| * | | rds: fix memory leak error | Zhu Yanjun | 2017-02-24 | 1 | -3/+4 |
| * | | RDS: IB: fix ifnullfree.cocci warnings | Wu Fengguang | 2017-02-24 | 1 | -2/+1 |