aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
2018-07-26RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka6-20/+39
2018-07-25rds: send: Fix dead code in rds_sendmsgGustavo A. R. Silva1-1/+1
2018-07-25net/rds/Kconfig: RDS should depend on IPV6Anders Roxell1-1/+1
2018-07-24net/rds: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2-10/+5
2018-07-24net/rds: Remove two WARN_ON() statementsBart Van Assche1-2/+0
2018-07-24rds: remove trailing whitespace and blank linesStephen Hemminger7-7/+0
2018-07-23rds: Extend RDS API for IPv6 supportKa-Cheong Poon6-9/+226
2018-07-23rds: Enable RDS IPv6 supportKa-Cheong Poon14-114/+459
2018-07-23rds: 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-14rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar3-0/+11
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook1-2/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-12treewide: 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-24Merge 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
2018-04-25rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes1-1/+2
2018-04-11rds: MP-RDS may use an invalid c_pathKa-Cheong Poon1-5/+10
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-22rds: tcp: remove register_netdevice_notifier infrastructure.Sowmini Varadhan1-70/+23
2018-03-17rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lockSowmini Varadhan1-8/+9
2018-03-13net: Convert rds_tcp_net_opsKirill Tkhai1-0/+1
2018-03-12net: rds: drop VLA in rds_walk_conn_path_info()Salvatore Mesoraca1-1/+4
2018-03-12net: rds: drop VLA in rds_for_each_conn_info()Salvatore Mesoraca3-1/+5
2018-03-12rds: remove redundant variable 'sg_off'Colin Ian King1-2/+0
2018-03-08rds: rds_info_from_znotifier() can be statickbuild test robot1-1/+1
2018-03-08rds: rds_message_zcopy_from_user() can be statickbuild test robot1-1/+1
2018-03-07rds: use list structure to track information for zerocopy completion notifica...Sowmini Varadhan4-44/+85
2018-03-07rds: refactor zcopy code into rds_message_zcopy_from_userSowmini Varadhan1-48/+60
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+11
2018-03-02rds: Incorrect reference counting in TCP socket creationKa-Cheong Poon1-3/+11
2018-02-27rds: deliver zerocopy completion notification with dataSowmini Varadhan4-25/+53
2018-02-23rds: rds_msg_zcopy should return error of null rm->data.op_mmp_znotifierSowmini Varadhan1-1/+2
2018-02-21rds: send: mark expected switch fall-through in rds_rm_sizeGustavo A. R. Silva1-0/+2
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-02-16rds: zerocopy Tx support.Sowmini Varadhan3-8/+90
2018-02-16rds: support for zcopy completion notificationSowmini Varadhan4-7/+94
2018-02-16rds: hold a sock ref from rds_message to the rds_sockSowmini Varadhan2-7/+8
2018-02-13rds: do not call ->conn_alloc with GFP_KERNELSowmini Varadhan1-1/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko2-8/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-8/+8
2018-02-08rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...Sowmini Varadhan11-30/+76
2018-02-06RDS: IB: Fix null pointer issueGuanglei Li1-1/+2
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-74/+128
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe5-6/+14
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+6
2018-01-22rds: tcp: compute m_ack_seq as offset from ->write_seqSowmini Varadhan3-5/+6
2018-01-19net/rds: Use rdma_read_gids to read connection GIDsParav Pandit1-4/+2
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-01-05rds: use RCU to synchronize work-enqueue with connection teardownSowmini Varadhan6-20/+81
2018-01-05rds: Use atomic flag to track connections being destroyedSowmini Varadhan3-6/+7
2018-01-04RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam1-0/+1
2018-01-03RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam1-0/+3
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-12-27rds: tcp: cleanup if kmem_cache_alloc fails in rds_tcp_conn_alloc()Sowmini Varadhan1-20/+26
2017-12-27rds: tcp: initialize t_tcp_detached to falseSowmini Varadhan1-0/+1
2017-12-27rds; Reset rs->rs_bound_addr in rds_add_bound() failure pathSowmini Varadhan1-0/+1
2017-12-27RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka1-0/+3
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-12-06rds: Fix NULL pointer dereference in __rds_rdma_mapHåkon Bugge1-1/+1
2017-12-06rds: debug: fix null check on static arrayPrashant Bhole1-2/+2
2017-12-01rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan2-2/+8
2017-12-01rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan3-6/+7
2017-12-01rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()Sowmini Varadhan1-24/+1
2017-11-27net: annotate ->poll() instancesAl Viro1-2/+2
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2017-11-15net/rds/ib_fmr.c: use kmalloc_array_node()Johannes Thumshirn1-2/+2
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2017-11-10rds: ib: Fix NULL pointer dereference in debug codeHåkon Bugge1-5/+5
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-0/+8
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+8
2017-10-26rds: Fix inaccurate accounting of unsignaled wrsHåkon Bugge1-8/+7
2017-10-26rds: ib: Fix uninitialized variableHåkon Bugge1-0/+1
2017-10-05RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka1-2/+2
2017-10-05RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka2-7/+6
2017-09-07rds: Fix incorrect statistics countingHåkon Bugge1-3/+7
2017-09-05rds: Fix non-atomic operation on shared flag variableHåkon Bugge1-2/+2
2017-08-28RDS: make rhashtable_params constBhumika Goyal1-1/+1
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2017-08-08rds: Reintroduce statistics countingHåkon Bugge1-1/+4
2017-08-03rds: reduce memory footprint for RDS when transport is RDMASowmini Varadhan2-10/+26
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-07-20rds: Make sure updates to cp_send_gen can be observedHåkon Bugge1-3/+3
2017-07-16rds: cancel send/recv work before queuing connection shutdownSowmini Varadhan6-12/+16
2017-07-08rds: tcp: use sock_create_lite() to create the accept socketSowmini Varadhan1-1/+1
2017-07-04net, rds: convert rds_message.m_refcount from atomic_t to refcount_tReshetova, Elena2-7/+7
2017-07-04net, rds: convert rds_mr.r_refcount from atomic_t to refcount_tReshetova, Elena2-7/+7
2017-07-04net, rds: convert rds_incoming.i_refcount from atomic_t to refcount_tReshetova, Elena2-7/+8
2017-07-04net, rds: convert rds_ib_device.refcount from atomic_t to refcount_tReshetova, Elena3-9/+9
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-22rds: tcp: set linger to 1 when unloading a rds-tcpSowmini Varadhan5-2/+7
2017-06-22rds: tcp: send handshake ping-probe from passive endpointSowmini Varadhan4-11/+12
2017-06-16rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_oneSowmini Varadhan1-1/+18
2017-06-16rds: tcp: various endian-ness fixesSowmini Varadhan6-13/+21
2017-06-16rds: tcp: remove cp_outgoingSowmini Varadhan4-23/+4
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-21/+36
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+1
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro6-35/+70
2017-04-21rds: make use of iov_iter_revert()Al Viro1-3/+1
2017-04-06don't open-code kernel_setsockopt()Al Viro2-11/+2
2017-04-02rds: tcp: canonical connection order for all paths with index > 0Sowmini Varadhan1-1/+1
2017-04-02rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked...Sowmini Varadhan1-1/+9
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-35/+70
2017-03-13rds: ib: unmap the scatter/gather list when errorZhu Yanjun1-7/+19
2017-03-13rds: ib: add the static type to the functionZhu Yanjun2-4/+3
2017-03-13rds: ib: remove redundant ib_dealloc_fmrZhu Yanjun1-5/+2
2017-03-13rds: ib: drop unnecessary rdma_rejectZhu Yanjun1-3/+2
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2017-03-09rds: ib: add error handleZhu Yanjun1-11/+36
2017-03-07rds: tcp: Sequence teardown of listen and acceptor sockets to avoid racesSowmini Varadhan3-8/+18
2017-03-07rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid racesSowmini Varadhan1-10/+9
2017-03-07rds: tcp: Take explicit refcounts on struct netSowmini Varadhan3-5/+6
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-18/+6
2017-03-03rds: remove unnecessary returned value checkZhu Yanjun4-14/+4
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-36/+0
2017-03-01rds: ib: add the static type to the variablesZhu Yanjun2-4/+2
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-5/+5
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-5/+4
2017-02-24rds: fix memory leak errorZhu Yanjun1-3/+4
2017-02-24RDS: IB: fix ifnullfree.cocci warningsWu Fengguang1-2/+1
2017-02-17rds:Remove unnecessary ib_ring unallocZhu Yanjun1-1/+0
2017-01-24RDS: net: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2017-01-24IB/core: Change the type of an ib_dma_alloc_coherent() argumentBart Van Assche1-3/+3
2017-01-24RDS: IB: Remove an unused structure memberBart Van Assche1-1/+0
2017-01-06RDS: validate the requested traces user input against max supportedsantosh.shilimkar@oracle.com1-0/+3
2017-01-02RDS: add receive message trace used by applicationSantosh Shilimkar5-3/+76
2017-01-02RDS: make message size limit compliant with specAvinash Repaka3-1/+42
2017-01-02RDS: add stat for socket recv memory usageVenkat Venkatsubra2-0/+7
2017-01-02RDS: IB: fix panic due to handlers running post teardownSantosh Shilimkar2-0/+13
2017-01-02RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar4-11/+29
2017-01-02RDS: IB: Add vector spreading for cqsSantosh Shilimkar3-3/+53
2017-01-02RDS: IB: add few useful cache stastsSantosh Shilimkar3-0/+15
2017-01-02RDS: IB: track and log active side endpoint in connectionSantosh Shilimkar2-4/+10
2017-01-02RDS: RDMA: silence the use_once mr log floodSantosh Shilimkar1-1/+2
2017-01-02RDS: IB: split the mr registration and invalidation pathSantosh Shilimkar3-8/+16
2017-01-02RDS: RDMA: return appropriate error on rdma map failuresSantosh Shilimkar1-1/+10
2017-01-02RDS: RDMA: start rdma listening after initQing Huang1-8/+3
2017-01-02RDS: RDMA: fix the ib_map_mr_sg_zbva() argumentSantosh Shilimkar1-2/+3
2017-01-02RDS: IB: make the transport retry count smallestSantosh Shilimkar1-1/+1
2017-01-02RDS: IB: include faddr in connection logSantosh Shilimkar3-14/+13
2017-01-02RDS: mark few internal functions static to make sparse build happySantosh Shilimkar3-7/+8
2017-01-02RDS: log the address on bind failureSantosh Shilimkar1-2/+2
2016-12-26rds: remove dead codeAl Viro2-36/+0
2016-12-20RDS: use rb_entry()Geliang Tang1-1/+1
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+4
2016-12-14rds_rdma: log the connection reject messageSteve Wise1-1/+4
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-12-02RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_netSowmini Varadhan1-0/+2
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-17RDS: TCP: Force every connection to be initiated by numerically smaller IP ad...Sowmini Varadhan3-18/+26
2016-11-17RDS: TCP: Track peer's connection generation numberSowmini Varadhan6-3/+57
2016-11-17RDS: TCP: set RDS_FLAG_RETRANSMITTED in cp_retrans listSowmini Varadhan1-0/+3
2016-11-09RDS: TCP: start multipath acceptor loop at 0Sowmini Varadhan1-1/+1
2016-11-09RDS: TCP: report addr/port info based on TCP socket in rds-infoSowmini Varadhan1-7/+13
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2016-10-29rds: debug messages are enabled by defaultshamir rabinovitch2-2/+2
2016-10-17rds: Remove duplicate prefix from rds_conn_path_error useJoe Perches1-2/+1
2016-10-17rds: Remove unused rds_conn_errorJoe Perches2-19/+0
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-08-08RDS: add __printf format attribute to error reporting functionsNicolas Iooss2-0/+2
2016-07-15RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan11-30/+257
2016-07-15RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks()Sowmini Varadhan1-18/+4
2016-07-15RDS: TCP: avoid bad page reference in rds_tcp_listen_data_readySowmini Varadhan3-0/+10
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2016-07-04RDS: fix rds_tcp_init() error pathVegard Nossum1-2/+3
2016-07-01RDS: Do not send a pong to an incoming ping with 0 src portSowmini Varadhan1-0/+4
2016-07-01RDS: TCP: Simplify reconnect to avoid duelling reconnnect attemptsSowmini Varadhan2-3/+6
2016-07-01RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan9-17/+20
2016-07-01RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan9-22/+26
2016-07-01RDS: TCP: make ->sk_user_data point to a rds_conn_pathSowmini Varadhan6-40/+41
2016-07-01RDS: TCP: Refactor connection destruction to handle multiple pathsSowmini Varadhan1-7/+39
2016-07-01RDS: TCP: Make rds_tcp_connection track the rds_conn_pathSowmini Varadhan5-42/+48
2016-07-01RDS: TCP: Remove dead logic around c_passive in rds-tcpSowmini Varadhan1-6/+1
2016-07-01RDS: Rework path specific indirectionsSowmini Varadhan12-40/+29
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-30/+31
2016-06-18net: rds: fix coding style issuesJoshua Houghton8-28/+29
2016-06-17RDS: TCP: rds_tcp_accept_one() should transition socket from RESETTING to UPSowmini Varadhan1-1/+1
2016-06-17RDS: TCP: Fix non static symbol warningsWei Yongjun1-2/+2
2016-06-14RDS: Update rds_conn_destroy to be MP capableSowmini Varadhan1-20/+39
2016-06-14RDS: Update rds_conn_shutdown to work with rds_conn_pathSowmini Varadhan5-38/+44
2016-06-14RDS: Initialize all RDS_MPATH_WORKERS in __rds_conn_createSowmini Varadhan1-20/+45
2016-06-14RDS: Add rds_conn_path_error()Sowmini Varadhan3-1/+18
2016-06-14RDS: update rds-info related functions to traverse multiple conn_pathsSowmini Varadhan1-27/+82
2016-06-14RDS: Add rds_conn_path_connect_if_down() for MP-aware callersSowmini Varadhan3-8/+14
2016-06-14RDS: Make rds_send_pong() take a rds_conn_path argumentSowmini Varadhan3-14/+14
2016-06-14RDS: Extract rds_conn_path from i_conn_path in rds_send_drop_to() for MP-capa...Sowmini Varadhan1-3/+8
2016-06-14RDS: Pass rds_conn_path to rds_send_xmit()Sowmini Varadhan4-70/+87
2016-06-14RDS: Make rds_send_queue_rm() rds_conn_path awareSowmini Varadhan1-6/+11
2016-06-14RDS: Remove stale function rds_send_get_message()Sowmini Varadhan2-38/+0