summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* rds: Fix warning.David S. Miller2019-07-101-1/+3
* net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun2019-06-111-4/+6
* net: rds: exchange of 8K and 1M poolZhu Yanjun2019-05-022-3/+11
* net/rds: Check address length before reading address familyTetsuo Handa2019-05-022-0/+5
* net/rds: fix warn in rds_message_alloc_sgsshamir rabinovitch2019-04-203-42/+91
* net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().Mao Wenan2019-04-171-1/+1
* rds: fix refcount bug in rds_sock_addrefEric Dumazet2019-02-121-3/+3
* rds: RDS (tcp) hangs on sendto() to unresponding addressKa-Cheong Poon2018-10-111-3/+10
* rds: Fix build regression.David S. Miller2018-09-231-1/+1
* RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor2018-09-221-1/+1
* rds: fix two RCU related problemsCong Wang2018-09-121-1/+4
* net/rds: RDS is not Radio Data SystemPavel Machek2018-09-011-1/+1
* net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6Zhu Yanjun2018-08-281-7/+2Star
* rds: tcp: remove duplicated include from tcp.cYue Haibing2018-08-211-1/+0Star
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-1630-441/+1600
|\
| * rds: fix building with IPV6=mArnd Bergmann2018-08-141-0/+1
| * RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-08-071-0/+1
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-026-20/+39
| |\
| * | rds: remove redundant variable 'rds_ibdev'YueHaibing2018-08-011-3/+0Star
| * | rds: Remove IPv6 dependencyKa-Cheong Poon2018-08-0112-26/+140
| * | rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon2018-08-013-7/+7
| * | net/rds/Kconfig: Correct the RDS dependsAnders Roxell2018-07-271-1/+1
| * | rds: send: Fix dead code in rds_sendmsgGustavo A. R. Silva2018-07-261-1/+1
| * | net/rds/Kconfig: RDS should depend on IPV6Anders Roxell2018-07-261-1/+1
| * | rds: remove trailing whitespace and blank linesStephen Hemminger2018-07-247-7/+0Star
| * | rds: Extend RDS API for IPv6 supportKa-Cheong Poon2018-07-246-9/+226
| * | rds: Enable RDS IPv6 supportKa-Cheong Poon2018-07-2414-114/+459
| * | rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon2018-07-2423-369/+863
| * | net/rds: Remove unnecessary variableHåkon Bugge2018-07-181-2/+1Star
| * | net/rds: void function cannot return -1Håkon Bugge2018-07-181-2/+0Star
* | | Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-169-21/+107
|\ \ \ | | |/ | |/|
| * | RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka2018-07-266-20/+39
| |/
| * rds: clean up loopback rds_connections on netns deletionSowmini Varadhan2018-06-273-1/+68
* | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-3/+3
* | net/rds: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-252-10/+5Star
* | net/rds: Remove two WARN_ON() statementsBart Van Assche2018-07-251-2/+0Star
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-163-0/+11
|\
| * rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar2018-06-153-0/+11
* | treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-131-2/+4
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-021-1/+1
|\
| * IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann2018-05-281-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-241-1/+1
|\|
| * IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen2018-05-091-1/+1
* | rds: do not leak kernel memory to user landEric Dumazet2018-05-031-0/+1
* | rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes2018-04-251-1/+2
|/
* rds: MP-RDS may use an invalid c_pathKa-Cheong Poon2018-04-111-5/+10
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star