| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 2 | -5/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | RDS: net: Switch from dma_device to dev.parent | Bart Van Assche | 2017-01-24 | 1 | -1/+1 |
| * | | IB/core: Change the type of an ib_dma_alloc_coherent() argument | Bart Van Assche | 2017-01-24 | 1 | -3/+3 |
| * | | RDS: IB: Remove an unused structure member | Bart Van Assche | 2017-01-24 | 1 | -1/+0 |
| |/ |
|
* | | rds:Remove unnecessary ib_ring unalloc | Zhu Yanjun | 2017-02-17 | 1 | -1/+0 |
* | | RDS: validate the requested traces user input against max supported | santosh.shilimkar@oracle.com | 2017-01-06 | 1 | -0/+3 |
* | | RDS: add receive message trace used by application | Santosh Shilimkar | 2017-01-02 | 5 | -3/+76 |
* | | RDS: make message size limit compliant with spec | Avinash Repaka | 2017-01-02 | 3 | -1/+42 |
* | | RDS: add stat for socket recv memory usage | Venkat Venkatsubra | 2017-01-02 | 2 | -0/+7 |
* | | RDS: IB: fix panic due to handlers running post teardown | Santosh Shilimkar | 2017-01-02 | 2 | -0/+13 |
* | | RDS: RDMA: Fix the composite message user notification | Santosh Shilimkar | 2017-01-02 | 4 | -11/+29 |
* | | RDS: IB: Add vector spreading for cqs | Santosh Shilimkar | 2017-01-02 | 3 | -3/+53 |
* | | RDS: IB: add few useful cache stasts | Santosh Shilimkar | 2017-01-02 | 3 | -0/+15 |
* | | RDS: IB: track and log active side endpoint in connection | Santosh Shilimkar | 2017-01-02 | 2 | -4/+10 |
* | | RDS: RDMA: silence the use_once mr log flood | Santosh Shilimkar | 2017-01-02 | 1 | -1/+2 |
* | | RDS: IB: split the mr registration and invalidation path | Santosh Shilimkar | 2017-01-02 | 3 | -8/+16 |
* | | RDS: RDMA: return appropriate error on rdma map failures | Santosh Shilimkar | 2017-01-02 | 1 | -1/+10 |
* | | RDS: RDMA: start rdma listening after init | Qing Huang | 2017-01-02 | 1 | -8/+3 |
* | | RDS: RDMA: fix the ib_map_mr_sg_zbva() argument | Santosh Shilimkar | 2017-01-02 | 1 | -2/+3 |
* | | RDS: IB: make the transport retry count smallest | Santosh Shilimkar | 2017-01-02 | 1 | -1/+1 |
* | | RDS: IB: include faddr in connection log | Santosh Shilimkar | 2017-01-02 | 3 | -14/+13 |
* | | RDS: mark few internal functions static to make sparse build happy | Santosh Shilimkar | 2017-01-02 | 3 | -7/+8 |
* | | RDS: log the address on bind failure | Santosh Shilimkar | 2017-01-02 | 1 | -2/+2 |
|/ |
|
* | RDS: use rb_entry() | Geliang Tang | 2016-12-20 | 1 | -1/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-12-15 | 1 | -1/+4 |
|\ |
|
| * | rds_rdma: log the connection reject message | Steve Wise | 2016-12-14 | 1 | -1/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-12-03 | 1 | -0/+2 |
|\ \ |
|
| * | | RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_net | Sowmini Varadhan | 2016-12-02 | 1 | -0/+2 |
* | | | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 2016-11-18 | 1 | -1/+1 |
* | | | RDS: TCP: Force every connection to be initiated by numerically smaller IP ad... | Sowmini Varadhan | 2016-11-17 | 3 | -18/+26 |
* | | | RDS: TCP: Track peer's connection generation number | Sowmini Varadhan | 2016-11-17 | 6 | -3/+57 |
* | | | RDS: TCP: set RDS_FLAG_RETRANSMITTED in cp_retrans list | Sowmini Varadhan | 2016-11-17 | 1 | -0/+3 |
* | | | RDS: TCP: start multipath acceptor loop at 0 | Sowmini Varadhan | 2016-11-09 | 1 | -1/+1 |
* | | | RDS: TCP: report addr/port info based on TCP socket in rds-info | Sowmini Varadhan | 2016-11-09 | 1 | -7/+13 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-30 | 2 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | rds: debug messages are enabled by default | shamir rabinovitch | 2016-10-29 | 2 | -2/+2 |
| |/ |
|
* | | rds: Remove duplicate prefix from rds_conn_path_error use | Joe Perches | 2016-10-17 | 1 | -2/+1 |
* | | rds: Remove unused rds_conn_error | Joe Perches | 2016-10-17 | 2 | -19/+0 |
|/ |
|
* | IB/core: add support to create a unsafe global rkey to ib_create_pd | Christoph Hellwig | 2016-09-23 | 1 | -1/+1 |
* | RDS: add __printf format attribute to error reporting functions | Nicolas Iooss | 2016-08-08 | 2 | -0/+2 |
* | RDS: TCP: Enable multipath RDS for TCP | Sowmini Varadhan | 2016-07-15 | 11 | -30/+257 |
* | RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks() | Sowmini Varadhan | 2016-07-15 | 1 | -18/+4 |