summaryrefslogtreecommitdiffstats
path: root/net/rds
AgeCommit message (Expand)Author
2018-10-10rds: RDS (tcp) hangs on sendto() to unresponding addressKa-Cheong Poon
2018-09-23rds: Fix build regression.David S. Miller
2018-09-21RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor
2018-09-12rds: fix two RCU related problemsCong Wang
2018-08-31net/rds: RDS is not Radio Data SystemPavel Machek
2018-08-27net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6Zhu Yanjun
2018-08-21rds: tcp: remove duplicated include from tcp.cYue Haibing
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe
2018-08-14rds: fix building with IPV6=mArnd Bergmann
2018-08-07RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-01rds: remove redundant variable 'rds_ibdev'YueHaibing
2018-08-01rds: Remove IPv6 dependencyKa-Cheong Poon
2018-08-01rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-27net/rds/Kconfig: Correct the RDS dependsAnders Roxell
2018-07-26RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka
2018-07-25rds: send: Fix dead code in rds_sendmsgGustavo A. R. Silva
2018-07-25net/rds/Kconfig: RDS should depend on IPV6Anders Roxell
2018-07-24net/rds: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-24net/rds: Remove two WARN_ON() statementsBart Van Assche
2018-07-24rds: remove trailing whitespace and blank linesStephen Hemminger
2018-07-23rds: Extend RDS API for IPv6 supportKa-Cheong Poon
2018-07-23rds: Enable RDS IPv6 supportKa-Cheong Poon
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon
2018-07-18net/rds: Remove unnecessary variableHåkon Bugge
2018-07-18net/rds: void function cannot return -1Håkon Bugge
2018-06-27rds: clean up loopback rds_connections on netns deletionSowmini Varadhan
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-14rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-05-09IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen
2018-05-03rds: do not leak kernel memory to user landEric Dumazet
2018-04-25rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes
2018-04-11rds: MP-RDS may use an invalid c_pathKa-Cheong Poon
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-22rds: tcp: remove register_netdevice_notifier infrastructure.Sowmini Varadhan
2018-03-17rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lockSowmini Varadhan
2018-03-13net: Convert rds_tcp_net_opsKirill Tkhai
2018-03-12net: rds: drop VLA in rds_walk_conn_path_info()Salvatore Mesoraca
2018-03-12net: rds: drop VLA in rds_for_each_conn_info()Salvatore Mesoraca
2018-03-12rds: remove redundant variable 'sg_off'Colin Ian King
2018-03-08rds: rds_info_from_znotifier() can be statickbuild test robot