| Commit message (Expand) | Author | Age | Files | Lines |
* | RDS: fix race condition when sending a message on unbound socket | Quentin Casasnovas | 2015-11-24 | 2 | -7/+3 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-11-07 | 1 | -2/+2 |
|\ |
|
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 | 1 | -2/+2 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2015-11-07 | 10 | -203/+178 |
|\ \
| |/
|/| |
|
| * | RDS/IW: Convert to new memory registration API | Sagi Grimberg | 2015-10-28 | 3 | -115/+75 |
| * | Merge branch 'wr-cleanup' into k.o/for-4.4 | Doug Ledford | 2015-10-28 | 5 | -105/+120 |
| |\ |
|
| | * | IB: split struct ib_send_wr | Christoph Hellwig | 2015-10-08 | 5 | -105/+120 |
| * | | IB/cma: Add support for network namespaces | Guy Shapiro | 2015-10-28 | 5 | -6/+6 |
| |/ |
|
* | | RDS: convert bind hash table to re-sizable hashtable | santosh.shilimkar@oracle.com | 2015-11-02 | 3 | -86/+56 |
* | | net: rds: changing the return type from int to void | Saurabh Sengar | 2015-11-02 | 1 | -4/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-11-01 | 1 | -2/+9 |
|\ \ |
|
| * | | RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da... | Sowmini Varadhan | 2015-10-27 | 1 | -2/+9 |
| |/ |
|
* | | RDS: fix rds-ping deadlock over TCP transport | santosh.shilimkar@oracle.com | 2015-10-18 | 1 | -3/+2 |
* | | RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept... | Sowmini Varadhan | 2015-10-13 | 1 | -0/+3 |
* | | RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports. | Sowmini Varadhan | 2015-10-13 | 1 | -1/+8 |
* | | Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2015-10-08 | 12 | -282/+448 |
|\ \ |
|
| * | | RDS: IB: split mr pool to improve 8K messages performance | Santosh Shilimkar | 2015-10-05 | 4 | -62/+147 |
| * | | RDS: IB: use max_mr from HCA caps than max_fmr | Santosh Shilimkar | 2015-10-05 | 1 | -2/+2 |
| * | | RDS: IB: mark rds_ib_fmr_wq static | Santosh Shilimkar | 2015-10-05 | 1 | -1/+1 |
| * | | RDS: IB: use already available pool handle from ibmr | Santosh Shilimkar | 2015-10-05 | 1 | -3/+2 |
| * | | RDS: IB: fix the rds_ib_fmr_wq kick call | Santosh Shilimkar | 2015-10-05 | 1 | -1/+1 |
| * | | RDS: IB: handle rds_ibdev release case instead of crashing the kernel | Santosh Shilimkar | 2015-10-05 | 1 | -1/+2 |
| * | | RDS: IB: split send completion handling and do batch ack | Santosh Shilimkar | 2015-10-05 | 5 | -65/+98 |
| * | | RDS: IB: ack more receive completions to improve performance | Santosh Shilimkar | 2015-10-05 | 4 | -105/+132 |
| * | | RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULL | Santosh Shilimkar | 2015-10-05 | 2 | -4/+8 |
| * | | RDS: defer the over_batch work to send worker | Santosh Shilimkar | 2015-10-05 | 1 | -3/+6 |
| * | | RDS: Use per-bucket rw lock for bind hash-table | Santosh Shilimkar | 2015-09-30 | 3 | -15/+35 |
| * | | RDS: fix rds_sock reference bug while doing bind | Santosh Shilimkar | 2015-09-30 | 1 | -5/+11 |
| * | | RDS: make socket bind/release locking scheme simple and more efficient | Santosh Shilimkar | 2015-09-30 | 2 | -26/+15 |
| * | | RDS: use kfree_rcu in rds_ib_remove_ipaddr | Santosh Shilimkar | 2015-09-30 | 2 | -4/+3 |
| |/ |
|
* | | RDS-TCP: Set up MSG_MORE and MSG_SENDPAGE_NOTLAST as appropriate in rds_tcp_xmit | Sowmini Varadhan | 2015-10-05 | 1 | -1/+7 |
* | | RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tune | Sowmini Varadhan | 2015-10-05 | 1 | -12/+4 |
* | | RDS: Use a single TCP socket for both send and receive. | Sowmini Varadhan | 2015-10-05 | 3 | -30/+18 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-09-10 | 1 | -4/+11 |
|\ |
|
| * | RDS: verify the underlying transport exists before creating a connection | Sasha Levin | 2015-09-09 | 1 | -0/+6 |
| * | RDS: rds_conn_lookup() should factor in the struct net for a match | Sowmini Varadhan | 2015-09-05 | 1 | -4/+5 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2015-09-09 | 8 | -34/+19 |
|\ \
| |/
|/| |
|
| * | IB/core: Make ib_dealloc_pd return void | Jason Gunthorpe | 2015-08-30 | 1 | -4/+1 |
| * | rds/ib: Remove ib_get_dma_mr calls | Jason Gunthorpe | 2015-08-30 | 5 | -20/+8 |
| * | RDS: Convert to ib_alloc_mr | Sagi Grimberg | 2015-08-30 | 2 | -4/+6 |
| * | IB/core: lock client data with lists_rwsem | Haggai Eran | 2015-08-30 | 2 | -6/+4 |
* | | RDS: remove superfluous from rds_ib_alloc_fmr() | santosh.shilimkar@oracle.com | 2015-08-25 | 1 | -2/+0 |
* | | RDS: flush the FMR pool less often | santosh.shilimkar@oracle.com | 2015-08-25 | 1 | -1/+1 |
* | | RDS: push FMR pool flush work to its own worker | santosh.shilimkar@oracle.com | 2015-08-25 | 3 | -4/+34 |
* | | RDS: fix fmr pool dirty_count | Wengang Wang | 2015-08-25 | 1 | -6/+9 |
* | | RDS: Fix rds MR reference count in rds_rdma_unuse() | santosh.shilimkar@oracle.com | 2015-08-25 | 1 | -2/+3 |
* | | RDS: fix the dangling reference to rds_ib_incoming_slab | santosh.shilimkar@oracle.com | 2015-08-25 | 1 | -2/+3 |
* | | rds: Fix improper gfp_t usage. | David S. Miller | 2015-08-25 | 1 | -1/+1 |
* | | RDS: check for valid cm_id before initiating connection | santosh.shilimkar@oracle.com | 2015-08-25 | 1 | -2/+13 |
* | | RDS: return EMSGSIZE for oversize requests before processing/queueing | Mukesh Kacker | 2015-08-25 | 1 | -5/+6 |