aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/clnt_rc.c
Commit message (Expand)AuthorAgeFilesLines
* clnt_rc.c: Fix the case where a TLS handshake failsRick Macklem2025-07-191-1/+6
* rpcsec_tls/client: API refactoring between kernel and rpc.tlsclntd(8)Gleb Smirnoff2025-02-011-4/+5
* NFS: Request use of TCP_USE_DDP for in-kernel TCP socketsJohn Baldwin2024-03-201-0/+8
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* rpc: Make function tables constMark Johnston2021-08-141-1/+1
* nfsv4 client: do the BindConnectionToSession as requiredRick Macklem2021-04-111-0/+15
* Add a new "tlscertname" NFS mount option.Rick Macklem2020-12-231-1/+19
* Add TLS support to the kernel RPC.Rick Macklem2020-08-221-0/+24
* Set SO_SNDTIMEO in the client side krpc when CLSET_TIMEOUT is done.Rick Macklem2018-07-201-1/+17
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix a crash during unmount of an NFSv4.1 mount.Rick Macklem2017-04-101-1/+0
* Revert 195703 and 195821 as this special stop handling in NFS is nowJohn Baldwin2013-03-131-2/+1
* Add support for backchannels to the kernel RPC. BackchannelsRick Macklem2012-12-081-21/+17
* This patch is believed to fix a problem in the kernel rpc forRick Macklem2011-04-271-1/+1
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetMarko Zec2009-08-241-2/+3
* Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread ownsKonstantin Belousov2009-07-141-1/+2
* Fix two known problems in clnt_rc.c, plus issues w.r.t. smp notedRick Macklem2009-06-251-42/+74
* For the case where another thread was doing a connect and thatRick Macklem2009-06-101-2/+2
* Use the correct creds when reconnecting so that we have enough privilege toDoug Rabson2009-02-051-2/+3
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-20/+106
* Add a missing call to mtx_destroy() in clnt_reconnect_destroy().Doug Rabson2008-08-131-0/+1
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-13/+90
* Fix some issues that showed up during Kris' testing.Doug Rabson2008-04-111-2/+8
* Minor changes to improve compatibility with older FreeBSD releases.Doug Rabson2008-03-281-1/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-0/+307