summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
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
2018-01-05rds: use RCU to synchronize work-enqueue with connection teardownSowmini Varadhan
2018-01-05rds: Use atomic flag to track connections being destroyedSowmini Varadhan
2018-01-04RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam
2018-01-03RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-27rds: tcp: cleanup if kmem_cache_alloc fails in rds_tcp_conn_alloc()Sowmini Varadhan
2017-12-27rds: tcp: initialize t_tcp_detached to falseSowmini Varadhan
2017-12-27rds; Reset rs->rs_bound_addr in rds_add_bound() failure pathSowmini Varadhan
2017-12-27RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-06rds: Fix NULL pointer dereference in __rds_rdma_mapHåkon Bugge
2017-12-06rds: debug: fix null check on static arrayPrashant Bhole
2017-12-01rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan
2017-12-01rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan
2017-12-01rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()Sowmini Varadhan
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15net/rds/ib_fmr.c: use kmalloc_array_node()Johannes Thumshirn
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-10rds: ib: Fix NULL pointer dereference in debug codeHåkon Bugge
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-26rds: Fix inaccurate accounting of unsignaled wrsHåkon Bugge
2017-10-26rds: ib: Fix uninitialized variableHåkon Bugge
2017-10-05RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka
2017-10-05RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka
2017-09-07rds: Fix incorrect statistics countingHåkon Bugge
2017-09-05rds: Fix non-atomic operation on shared flag variableHåkon Bugge
2017-08-28RDS: make rhashtable_params constBhumika Goyal
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller