summaryrefslogtreecommitdiffstats
path: root/net/rds
AgeCommit message (Expand)Author
2018-10-13rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon
2018-09-26rds: fix two RCU related problemsCong Wang
2018-09-15RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-07-26RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka
2018-06-27rds: clean up loopback rds_connections on netns deletionSowmini Varadhan
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
2018-03-08rds: rds_message_zcopy_from_user() can be statickbuild test robot
2018-03-07rds: use list structure to track information for zerocopy completion notifica...Sowmini Varadhan
2018-03-07rds: refactor zcopy code into rds_message_zcopy_from_userSowmini Varadhan
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-02rds: Incorrect reference counting in TCP socket creationKa-Cheong Poon
2018-02-27rds: deliver zerocopy completion notification with dataSowmini Varadhan
2018-02-23rds: rds_msg_zcopy should return error of null rm->data.op_mmp_znotifierSowmini Varadhan
2018-02-21rds: send: mark expected switch fall-through in rds_rm_sizeGustavo A. R. Silva
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-16rds: zerocopy Tx support.Sowmini Varadhan
2018-02-16rds: support for zcopy completion notificationSowmini Varadhan
2018-02-16rds: hold a sock ref from rds_message to the rds_sockSowmini Varadhan
2018-02-13rds: do not call ->conn_alloc with GFP_KERNELSowmini Varadhan
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-08rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...Sowmini Varadhan
2018-02-06RDS: IB: Fix null pointer issueGuanglei Li
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-22rds: tcp: compute m_ack_seq as offset from ->write_seqSowmini Varadhan
2018-01-19net/rds: Use rdma_read_gids to read connection GIDsParav Pandit
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller