aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc
Commit message (Expand)AuthorAgeFilesLines
* krpc: Fix NFS-over-TLS for KTLS1.3Rick Macklem2022-05-152-18/+15
* sockets: use socket buffer mutexes in struct socket directlyGleb Smirnoff2022-05-122-2/+2
* svc_vc_rendezvous_stat: eliminiate write only variable statWarner Losh2022-04-051-2/+1
* clnt_vc_destroy: eliminiate write only variable statWarner Losh2022-04-051-2/+1
* rpc(3): Fix two typos in source code commentsGordon Bergling2022-04-021-1/+1
* sys/rpc: Use C99 fixed-width integer types.John Baldwin2021-12-283-4/+4
* rpc: Delete AUTH_NEEDS_TLS(_MUTUAL_HOST) auth_stat valuesRick Macklem2021-12-231-6/+0
* mbuf: Only allow extpg mbufs if the system has a direct mapMark Johnston2021-11-161-1/+1
* Don't require the socket lock for sorele().John Baldwin2021-11-092-2/+0
* rpc: Convert an SOLISTENING check to an assertionMark Johnston2021-09-171-5/+3
* Fix a common typo in source code commentsGordon Bergling2021-09-041-1/+1
* rpc: Make function tables constMark Johnston2021-08-1415-24/+24
* Consistently use the SOLISTENING() macroMark Johnston2021-06-141-1/+1
* krpc: Acquire ref count of CLIENT for backchannel useRick Macklem2021-06-113-1/+21
* nfsd: Fix the failure return for non-fh NFSv4 operationsRick Macklem2021-06-021-0/+5
* rpcsec_gss: Use a designated initializer for rpc_gss_opsMark Johnston2021-05-261-5/+5
* nfsd: fix a NFSv4.1 Linux client mount stuck in CLOSE_WAITRick Macklem2021-04-271-0/+5
* nfsv4 client: do the BindConnectionToSession as requiredRick Macklem2021-04-113-0/+24
* nfs-over-tls: handle res.gid.gid_val correctly for memory allocationRick Macklem2021-01-121-0/+2
* Add a new "tlscertname" NFS mount option.Rick Macklem2020-12-236-7/+37
* Fix a potential memory leak in the NFS over TLS handling code.Rick Macklem2020-09-051-0/+2
* Remove a duplicate declarationMitchell Horne2020-09-031-2/+0
* Add TLS support to the kernel RPC.Rick Macklem2020-08-2214-21/+1618
* Add an argument to newnfs_connect() that indicates use TLS for the connection.Rick Macklem2020-08-111-0/+2
* Fix up a comment added by r362455.Rick Macklem2020-06-211-1/+1
* Modify the way the client side krpc does soreceive() for TCP.Rick Macklem2020-06-212-95/+126
* Add the .h file that describes the operations for the rpctls_syscall.Rick Macklem2020-05-311-0/+82
* Split XDR into separate kernel module. Make krpc depend on xdr.Gleb Smirnoff2020-04-171-0/+1
* Move M_RPC malloc type into XDR. Both RPC and XDR libraries useGleb Smirnoff2020-04-171-2/+0
* Change the xid for client side krpc over UDP to a global value.Rick Macklem2020-04-051-6/+10
* Remove obsolete old-freebsd version compat shim.Warner Losh2020-03-011-4/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-5/+7
* Change r355157 to make svc_rpc_gss_lifetime_max a static.Rick Macklem2019-11-281-1/+1
* Add a cap on credential lifetime for Kerberized NFS.Rick Macklem2019-11-281-1/+13
* Avoid relying on header pollution from sys/refcount.h.Mark Johnston2019-07-291-0/+1
* Fix malloc stats for the RPCSEC_GSS server code when DEBUG is enabled.Rick Macklem2019-04-041-1/+1
* Add a comment to the r345818 patch to explain why cl_refs is initialized to 2.Rick Macklem2019-04-031-0/+5
* Fix a race in the RPCSEC_GSS server code that caused crashes.Rick Macklem2019-04-021-8/+7
* Bump the default kern.rpc.gss.client_max from 128 to 1024.Edward Tomasz Napierala2019-02-191-1/+1
* Add kern.rpc.gss.client_hash tunable, to make it possible to bumpEdward Tomasz Napierala2019-02-191-6/+12
* Add kern.rpc.gss.client_max, to make it possible to bump it easily.Edward Tomasz Napierala2018-12-151-2/+15
* Set SO_SNDTIMEO in the client side krpc when CLSET_TIMEOUT is done.Rick Macklem2018-07-201-1/+17
* Fix the server side krpc so that the kernel nfsd threads terminate.Rick Macklem2018-07-021-1/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-6/+2
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2035-0/+71
* Listening sockets improvements.Gleb Smirnoff2017-06-081-41/+50
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-013-7/+21
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* Fix the client side krpc from doing TCP reconnects for ERESTART from sosend().Rick Macklem2017-05-071-2/+20