summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* rds: memory leak in __rds_conn_create()Hangyu Hua2021-12-221-0/+1
* net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski2021-12-081-1/+1
* net/rds: dma_map_sg is entitled to merge entriesGerd Rausch2021-09-031-2/+2
* net: rds: fix memory leak in rds_recvmsgPavel Skripkin2021-06-301-1/+1
* RDS tcp loopback connection can hangRao Shoaib2021-06-164-9/+27
* net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov2021-02-231-0/+3
* rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye2020-08-051-1/+2
* net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'Gerd Rausch2020-01-271-1/+1
* net/rds: Add a few missing rds_stat_names entriesGerd Rausch2020-01-271-0/+2
* net/rds: Fix error handling in rds_ib_add_one()Dotan Barak2019-10-071-3/+3
* net/rds: Check laddr_check before calling itKa-Cheong Poon2019-10-011-1/+4
* net/rds: An rds_sock is added too early to the hash tableKa-Cheong Poon2019-10-011-22/+18
* net/rds: Fix info leak in rds6_inc_info_copy()Ka-Cheong Poon2019-09-101-1/+4
* 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-101-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-211-1/+1
* rds: fix two RCU related problemsCong Wang2018-09-121-1/+4
* net/rds: RDS is not Radio Data SystemPavel Machek2018-08-311-1/+1
* net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6Zhu Yanjun2018-08-271-7/+2
* rds: tcp: remove duplicated include from tcp.cYue Haibing2018-08-211-1/+0
* 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/+0
| * | 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-251-1/+1
| * | net/rds/Kconfig: RDS should depend on IPV6Anders Roxell2018-07-251-1/+1
| * | rds: remove trailing whitespace and blank linesStephen Hemminger2018-07-247-7/+0
| * | rds: Extend RDS API for IPv6 supportKa-Cheong Poon2018-07-236-9/+226
| * | rds: Enable RDS IPv6 supportKa-Cheong Poon2018-07-2314-114/+459
| * | rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon2018-07-2323-369/+863
| * | net/rds: Remove unnecessary variableHåkon Bugge2018-07-181-2/+1
| * | net/rds: void function cannot return -1Håkon Bugge2018-07-181-2/+0
* | | 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-301-3/+3
* | net/rds: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-242-10/+5
* | net/rds: Remove two WARN_ON() statementsBart Van Assche2018-07-241-2/+0
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+1
|/