summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/rpc
AgeCommit message (Expand)AuthorFilesLines
2019-11-1411954 rpcmod: Possible memory leak in connmgr_get()Marcel Telka1-11/+6
2019-11-1411928 rpcmod's clnt_cots can do zero-length kmem allocationsDan McDonald1-13/+17
2019-09-3011720 rpcmod: cast between incompatible function typesToomas Soome2-21/+25
2019-04-2010749 rpcmod: NULL pointer errorsToomas Soome3-13/+10
2019-04-0510641 rpcib: NULL pointer errorsToomas Soome1-11/+11
2019-03-2810573 define TASKQID_INVALID as (taskq_id)0Toomas Soome1-1/+1
2019-02-1310363 rpcmod: this statement may fall throughToomas Soome1-4/+2
2019-01-1410081 smatch indenting fixes for usr/src/utsJohn Levon2-4/+9
2018-08-293354 kernel crash in rpcsec_gss after using gsscredAndy Fiddaman7-160/+173
2017-09-198654 unused local typedef in rpc code (fix lint)Dan McDonald2-5/+17
2017-09-188654 unused local typedef in rpc codeAndrew Stormont2-15/+8
2017-07-208330 Add svc_tp_create_addr to libnslGordon Ross1-0/+16
2017-06-138106 authloopback_marshal() can violate the RPC specificationMarcel Telka4-82/+157
2017-06-088250 libnsl: Raw RPC client sends unlimited dataMarcel Telka2-55/+1
2017-05-298238 xdr_callmsg() should clear residual bytesMarcel Telka1-8/+17
2017-05-228234 rpcib: misleading-indentationToomas Soome1-14/+14
2017-05-138180 Invalid netbuf decoded by xdr_netbuf()Marcel Telka1-27/+42
2017-05-108121 Dead RPC code can free unallocated memoryMarcel Telka2-54/+37
2017-04-208085 Handle RPC groups betterAlex Wilson5-8/+33
2017-02-227812 Remove gender specific languageDaniel Hoffman1-1/+2
2017-01-253772 consider raising default descriptor soft limitRichard Lowe1-8/+0
2016-12-097655 XIDHASH macro simplificationMarcel Telka3-15/+6
2016-12-077651 default maximum nfs server threads is insufficientSebastien Roy3-12/+15
2016-03-216747 xdr_READDIR4res() bypass the XDR mblk APIMarcel Telka2-7/+23
2016-03-146745 Swapped bytes in rpc_cots_connections port kstatMarcel Telka1-12/+10
2016-02-056582 initial reorg adding sys/null.h for 5218Richard PALO1-6/+1
2015-09-035907 xdrmblk_getpos() is unreliableMarcel Telka6-122/+313
2015-08-276141 use kmem_zalloc instead of kmem_alloc + bzero/memsetJosef 'Jeff' Sipek1-2/+1
2015-06-045917 User-mode SMB serverGordon Ross1-5/+6
2015-05-144567 Long RPC messages could confuse kernel and cause panicMarcel Telka1-11/+9
2015-05-123783 Flow control is needed in rpcmod when the NFS server is unable to keep u...Marcel Telka6-263/+349
2015-03-131101 NFS service fails to start after hostname changeMarcel Telka2-22/+14
2014-10-215246 xdr_uid_t/xdr_gid_t cleanupsMarcel Telka1-2/+7
2014-08-125045 use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek5-6/+6
2014-08-075070 svc_queueclose() could wake up too much threadsMarcel Telka1-8/+13
2014-06-173910 t_look(3NSL) should never return T_ERRORGary Mills1-142/+161
2014-03-304575 Single threaded rpcbind is not scalableMarcel Telka1-2/+6
2014-02-204576 mountd(1m) needs to be able to set listen backlogMarcel Telka1-2/+7
2013-08-304072 make clobber leaves trashGordon Ross1-0/+2
2013-07-293882 Remove xmod & friendsJosef 'Jeff' Sipek2-25/+0
2013-05-213630 NFS server should not allocate oversized buffersSebastien Roy1-6/+8
2013-03-153620 Corruption of the `xprt-ready' queue in svc_xprt_qdelete()Marcel Telka1-10/+7
2012-08-283106 rpc: xdr_sizeof can return wrong sizeVitaliy Gusev1-3/+4
2012-02-032039 several declarations in uts declare functions with variable number of ar...Milan Jurik2-5/+11
2012-01-231982 Make rpcbind_getaddr() work with all versions of rpcbind protocolDan Kruchinin1-36/+152
2011-09-151073 migrate kernel modules from ancient _depends_on to true ELF dependenciesBayard Bell2-8/+2
2010-08-036972525 NFS RDMA doesn't always handle iovec structures correctlyKaren Rochford1-3/+5
2010-07-29PSARC/2010/234 IBTF 2010.Q2 EnhancementsBill Taylor1-0/+1
2010-07-016869670 NFS server is responding from wrong IP-address (NFSv3, UDP)Marcel Telka1-11/+67
2010-06-046937869 seeing some memory leaks from xdrrdma_create()Karen Rochford8-30/+120