| Commit message (Expand) | Author | Age | Files | Lines |
* | SUNRPC: Remove ->xpo_secure_port() | Chuck Lever | 2023-02-20 | 1 | -1/+0 |
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2022-03-24 | 1 | -0/+1 |
|\ |
|
| * | SUNRPC: add netns refcount tracker to struct svc_xprt | Eric Dumazet | 2022-01-28 | 1 | -0/+1 |
* | | SUNRPC: Teach server to recognize RPC_AUTH_TLS | Chuck Lever | 2022-02-28 | 1 | -0/+1 |
* | | SUNRPC: Remove svc_shutdown_net() | Chuck Lever | 2022-02-28 | 1 | -0/+1 |
* | | SUNRPC: Rename svc_close_xprt() | Chuck Lever | 2022-02-28 | 1 | -1/+1 |
* | | SUNRPC: Rename svc_create_xprt() | Chuck Lever | 2022-02-28 | 1 | -3/+4 |
* | | SUNRPC: Remove the .svo_enqueue_xprt method | Chuck Lever | 2022-02-28 | 1 | -1/+0 |
|/ |
|
* | SUNRPC: Export svc_xprt_received() | Chuck Lever | 2021-03-22 | 1 | -0/+1 |
* | svcrdma: Add a "deferred close" helper | Chuck Lever | 2021-03-22 | 1 | -0/+1 |
* | SUNRPC: Rename svc_encode_read_payload() | Chuck Lever | 2020-11-30 | 1 | -2/+2 |
* | SUNRPC: Move xpt_mutex into socket xpo_sendto methods | Chuck Lever | 2020-05-18 | 1 | -0/+6 |
* | nfsd: Fix NFSv4 READ on RDMA when using readv | Chuck Lever | 2020-03-16 | 1 | -0/+2 |
* | SUNRPC: Cache the process user cred in the RPC server listener | Trond Myklebust | 2019-04-24 | 1 | -1/+3 |
* | sunrpc: remove unused xpo_prep_reply_hdr callback | Vasily Averin | 2018-12-27 | 1 | -1/+0 |
* | SUNRPC: Clean up transport write space handling | Trond Myklebust | 2018-09-30 | 1 | -1/+0 |
* | sunrpc: Save remote presentation address in svc_xprt for trace events | Chuck Lever | 2018-04-03 | 1 | -0/+4 |
* | svc: Simplify ->xpo_secure_port | Chuck Lever | 2018-04-03 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | sunrpc: Const-ify instances of struct svc_xprt_ops | Chuck Lever | 2017-08-24 | 1 | -2/+2 |
* | sunrpc: flag transports as having congestion control | Jeff Layton | 2017-02-24 | 1 | -0/+1 |
* | sunrpc: don't call sleeping functions from the notifier block callbacks | Scott Mayhew | 2017-01-12 | 1 | -0/+1 |
* | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports | Scott Mayhew | 2016-11-14 | 1 | -0/+1 |
* | SUNRPC: Remove unused callback xpo_adjust_wspace() | Trond Myklebust | 2016-07-13 | 1 | -1/+0 |
* | SUNRPC: Add a server side per-connection limit | Trond Myklebust | 2016-07-13 | 1 | -0/+1 |
* | rpc: share one xps between all backchannels | J. Bruce Fields | 2016-06-15 | 1 | -0/+1 |
* | sunrpc: Add a function to close temporary transports immediately | Scott Mayhew | 2015-12-23 | 1 | -0/+1 |
* | nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation | Jeff Layton | 2015-08-10 | 1 | -0/+1 |
* | sunrpc: eliminate the XPT_DETACHED flag | Jeff Layton | 2014-12-01 | 1 | -4/+3 |
* | SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed | Trond Myklebust | 2014-07-29 | 1 | -0/+1 |
* | svcrdma: Select NFSv4.1 backchannel transport based on forward channel | Chuck Lever | 2014-07-18 | 1 | -0/+1 |
* | SUNRPC: track whether a request is coming from a loop-back interface. | NeilBrown | 2014-05-22 | 1 | -0/+1 |
* | NFSD: Ignore client's source port on RDMA transports | Chuck Lever | 2014-05-22 | 1 | -0/+1 |
* | svcrpc: make svc_xprt_received static | J. Bruce Fields | 2012-08-21 | 1 | -1/+0 |
* | svcrpc: don't bother checking bad svc_addr_len result | J. Bruce Fields | 2012-08-21 | 1 | -2/+1 |
* | svcrpc: share some setup of listening sockets | J. Bruce Fields | 2012-08-21 | 1 | -0/+1 |
* | SUNRPC: search for service transports in network namespace context | Stanislav Kinsbursky | 2012-01-31 | 1 | -1/+2 |
* | SUNRPC: create svc_xprt in proper network namespace | Stanislav Kinsbursky | 2011-12-06 | 1 | -1/+1 |
* | svcrpc: make svc_delete_xprt static | J. Bruce Fields | 2011-12-06 | 1 | -1/+0 |
* | include: replace linux/module.h with "struct module" wherever possible | Paul Gortmaker | 2011-10-31 | 1 | -1/+2 |
* | NFS do not find client in NFSv4 pg_authenticate | Andy Adamson | 2011-01-25 | 1 | -1/+0 |
* | Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | rpc: move sk_bc_xprt to svc_xprt | J. Bruce Fields | 2011-01-11 | 1 | -0/+1 |
| * | sunrpc: remove xpt_pool | NeilBrown | 2010-12-17 | 1 | -1/+0 |
* | | NFS associate sessionid with callback connection | Andy Adamson | 2011-01-06 | 1 | -0/+1 |
|/ |
|
* | nfsd4: fix 4.1 connection registration race | J. Bruce Fields | 2010-11-02 | 1 | -4/+14 |
* | nfsd: provide callbacks on svc_xprt deletion | J. Bruce Fields | 2010-10-01 | 1 | -0/+25 |
* | sunrpc: Pull net argument downto svc_create_socket | Pavel Emelyanov | 2010-10-01 | 1 | -0/+1 |
* | sunrpc: Add net argument to svc_create_xprt | Pavel Emelyanov | 2010-10-01 | 1 | -2/+2 |
* | sunrpc: Tag svc_xprt with net | Pavel Emelyanov | 2010-09-27 | 1 | -0/+2 |