summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
2019-10-01net/rds: Check laddr_check before calling itKa-Cheong Poon1-1/+4
2019-10-01net/rds: An rds_sock is added too early to the hash tableKa-Cheong Poon1-22/+18
2019-09-10net/rds: Fix info leak in rds6_inc_info_copy()Ka-Cheong Poon1-1/+4
2019-07-10rds: Fix warning.David S. Miller1-1/+3
2019-06-11net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun1-4/+6
2019-05-02net: rds: exchange of 8K and 1M poolZhu Yanjun2-3/+11
2019-05-02net/rds: Check address length before reading address familyTetsuo Handa2-0/+5
2019-04-20net/rds: fix warn in rds_message_alloc_sgsshamir rabinovitch3-42/+91
2019-04-17net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().Mao Wenan1-1/+1
2019-02-12rds: fix refcount bug in rds_sock_addrefEric Dumazet1-3/+3
2018-10-11rds: RDS (tcp) hangs on sendto() to unresponding addressKa-Cheong Poon1-3/+10
2018-09-23rds: Fix build regression.David S. Miller1-1/+1
2018-09-22RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor1-1/+1
2018-09-12rds: fix two RCU related problemsCong Wang1-1/+4
2018-09-01net/rds: RDS is not Radio Data SystemPavel Machek1-1/+1
2018-08-28net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6Zhu Yanjun1-7/+2
2018-08-21rds: tcp: remove duplicated include from tcp.cYue Haibing1-1/+0
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe30-441/+1600
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe9-21/+107
2018-08-14rds: fix building with IPV6=mArnd Bergmann1-0/+1
2018-08-07RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing1-0/+1
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-20/+39
2018-08-01rds: remove redundant variable 'rds_ibdev'YueHaibing1-3/+0
2018-08-01rds: Remove IPv6 dependencyKa-Cheong Poon12-26/+140
2018-08-01rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon3-7/+7
2018-07-31RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-3/+3
2018-07-27net/rds/Kconfig: Correct the RDS dependsAnders Roxell1-1/+1
2018-07-27RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka6-20/+39
2018-07-26rds: send: Fix dead code in rds_sendmsgGustavo A. R. Silva1-1/+1
2018-07-26net/rds/Kconfig: RDS should depend on IPV6Anders Roxell1-1/+1
2018-07-25net/rds: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2-10/+5
2018-07-25net/rds: Remove two WARN_ON() statementsBart Van Assche1-2/+0
2018-07-25rds: remove trailing whitespace and blank linesStephen Hemminger7-7/+0
2018-07-24rds: Extend RDS API for IPv6 supportKa-Cheong Poon6-9/+226
2018-07-24rds: Enable RDS IPv6 supportKa-Cheong Poon14-114/+459
2018-07-24rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon23-369/+863
2018-07-18net/rds: Remove unnecessary variableHåkon Bugge1-2/+1
2018-07-18net/rds: void function cannot return -1Håkon Bugge1-2/+0
2018-06-27rds: clean up loopback rds_connections on netns deletionSowmini Varadhan3-1/+68
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+1
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-0/+11
2018-06-15rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar3-0/+11
2018-06-13treewide: Use array_size() in vzalloc_node()Kees Cook1-2/+4
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann1-1/+1
2018-05-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-05-09IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen1-1/+1
2018-05-03rds: do not leak kernel memory to user landEric Dumazet1-0/+1