summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* RDS: remove superfluous from rds_ib_alloc_fmr()santosh.shilimkar@oracle.com2015-08-261-2/+0Star
* RDS: flush the FMR pool less oftensantosh.shilimkar@oracle.com2015-08-261-1/+1
* RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com2015-08-263-4/+34
* RDS: fix fmr pool dirty_countWengang Wang2015-08-261-6/+9
* RDS: Fix rds MR reference count in rds_rdma_unuse()santosh.shilimkar@oracle.com2015-08-261-2/+3
* RDS: fix the dangling reference to rds_ib_incoming_slabsantosh.shilimkar@oracle.com2015-08-261-2/+3
* rds: Fix improper gfp_t usage.David S. Miller2015-08-261-1/+1
* RDS: check for valid cm_id before initiating connectionsantosh.shilimkar@oracle.com2015-08-251-2/+13
* RDS: return EMSGSIZE for oversize requests before processing/queueingMukesh Kacker2015-08-251-5/+6
* RDS: make sure rds_send_drop_to properly takes the m_rs_locksantosh.shilimkar@oracle.com2015-08-251-1/+15
* RDS: Don't destroy the rdma id until after we're done using itSantosh Shilimkar2015-08-251-1/+2
* RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com2015-08-252-2/+2
* RDS: Make sure we do a signaled send for large-sendsantosh.shilimkar@oracle.com2015-08-251-0/+5
* RDS: Mark message mapped before transmitsantosh.shilimkar@oracle.com2015-08-251-8/+16
* RDS: add a sock_destruct callback debug aidsantosh.shilimkar@oracle.com2015-08-251-0/+9
* RDS: check for congestion updates during rds_send_xmitsantosh.shilimkar@oracle.com2015-08-251-1/+2
* RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com2015-08-255-8/+57
* RDS: don't update ip address tables if the address hasn't changedsantosh.shilimkar@oracle.com2015-08-251-2/+7
* RDS: destroy the ib state earlier during shutdownsantosh.shilimkar@oracle.com2015-08-251-8/+10
* RDS: always free recv frag as we free its ring entrysantosh.shilimkar@oracle.com2015-08-251-3/+10
* RDS: restore return value in rds_cmsg_rdma_args()santosh.shilimkar@oracle.com2015-08-251-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-141-1/+1
|\
| * rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter2015-08-041-1/+1
* | RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.Sowmini Varadhan2015-08-074-50/+162
* | RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan2015-08-0712-27/+59
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-07-161-1/+3
|\
| * rds: rds_ib_device.refcount overflowWengang Wang2015-07-141-1/+3
* | net-RDS: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-031-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-255-14/+82
|\
| * net: rds: use for_each_sg() for scatterlist parsingFabian Frederick2015-06-211-8/+14
| * net/rds Add getsockopt support for SO_RDS_TRANSPORTSowmini Varadhan2015-06-011-0/+14
| * net/rds: Add setsockopt support for SO_RDS_TRANSPORTSowmini Varadhan2015-06-014-0/+53
| * net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.hSowmini Varadhan2015-06-011-5/+0Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-134-4/+73
| |\
| * | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* | | IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-122-4/+10
* | | Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford2015-06-023-13/+24
|\ \ \
| * | | rds: re-entry of rds_ib_xmit/rds_iw_xmitWengang Wang2015-06-023-13/+24
| | |/ | |/|
* / | RDS: Switch to generic logging helpersSagi Grimberg2015-05-187-113/+10Star
|/ /
* | net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket.Sowmini Varadhan2015-05-091-2/+11
* | net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.Sowmini Varadhan2015-05-093-0/+51
* | net/rds: Fix new sparse warningDavid Ahern2015-05-041-1/+1
* | net/rds: fix unaligned memory accessshamir rabinovitch2015-05-041-2/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-143-3/+34
|\
| * RDS: make sure not to loop forever inside rds_send_xmitSowmini Varadhan2015-04-083-2/+33
| * RDS: only use passive connections when addresses matchSowmini Varadhan2015-04-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-18/+22
|\|
| * rds: avoid potential stack overflowArnd Bergmann2015-03-121-18/+22
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-023-8/+6Star
|/
* rds: rds_cong_queue_updates needs to defer the congestion update transmissionSowmini Varadhan2015-02-111-1/+15