summaryrefslogtreecommitdiffstats
path: root/sys/rpc/svc_vc.c
Commit message (Expand)AuthorAgeFilesLines
* Quell false positives in svc_vc_create and svc_vc_create_conn with cd and xprtngie2016-05-271-13/+11
* RPC: for pointers replace 0 with NULL.pfg2016-04-141-1/+1
* Set curvnet context inside the RPC code in more places.delphij2015-08-181-0/+6
* Remove useless acquire semantic from the atomic_add operation beforekib2015-07-281-1/+1
* Remove hard limits on number of accepting NFS connections.mav2015-04-071-1/+1
* rpc: Uninitialized pointer readpfg2015-02-021-1/+1
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-121-1/+1
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overrmacklem2014-07-011-1/+27
* Replace locks added in r260229 to protect sequence counters with atomics.mav2014-01-041-12/+6
* Rework NFS Duplicate Request Cache cleanup logic.mav2014-01-031-11/+35
* Introduce xprt_inactive_self() -- variant for use when sure that portmav2013-12-291-7/+7
* In addition to r259632 completely block receive upcalls if we have moremav2013-12-291-1/+9
* Fix a bug introduced at r259632, triggering infinite loop in some cases.mav2013-12-241-4/+7
* Rework flow control for connection-oriented (TCP) RPC server.mav2013-12-191-128/+115
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,hrs2013-11-251-26/+25
* Fix a potential socket leak in the NFS server. If a client closes itsjhb2013-04-081-1/+4
* Use m_get(), m_gethdr() and m_getcl() instead of historic macros.glebius2013-03-121-4/+2
* Add support for backchannels to the kernel RPC. Backchannelsrmacklem2012-12-081-6/+170
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-9/+0
* Fix a bug in the client side krpc where it was, sometimesrmacklem2011-01-101-5/+2
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetzec2009-08-241-3/+18
* Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on thermacklem2009-06-171-2/+7
* Correct MAC compile problems resulting from the new RPC code copying andrwatson2009-06-051-1/+4
* Fix two races in the server side krpc w.r.t upcalls:rmacklem2009-06-041-3/+14
* Add internal 'mac_policy_count' counter to the MAC Framework, which is arwatson2009-06-021-2/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-17/+8
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-127/+120
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-13/+36
* Minor changes to improve compatibility with older FreeBSD releases.dfr2008-03-281-1/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+746
OpenPOWER on IntegriCloud