aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-08net/sunrpc: fix useless comparison in proc_do_xprt()Gravatar Dan Carpenter 1-3/+4
2020-11-06net/sunrpc: return 0 on attempt to write to "transports"Gravatar Dan Carpenter 1-1/+1
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+7
2020-10-16net/sunrpc: Fix return value for sysctl sunrpc.transportsGravatar Artur Molchanov 1-1/+7
2020-08-25sunrpc: Avoid comma separated statementsGravatar Joe Perches 1-2/+4
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-16/+13
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-11-03Sunrpc: Supports hexadecimal number for sysctl files of sunrpc debugGravatar Kinglong Mee 1-11/+12
2014-11-24sunrpc: eliminate RPC_DEBUGGravatar Jeff Layton 1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-5/+5
2012-01-31SUNRPC: make SUNPRC clients list per network namespace contextGravatar Stanislav Kinsbursky 1-1/+3
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-5/+5
2009-11-12sysctl net: Remove unused binary sysctl codeGravatar Eric W. Biederman 1-3/+2
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-2/+2
2008-09-01sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transportsGravatar Cyrill Gorcunov 1-14/+4
2008-02-01svc: Add /proc/sys/sunrpc/transport filesGravatar Tom Tucker 1-0/+31
2008-01-30SUNRPC: Restrict sunrpc client exportsGravatar Trond Myklebust 1-4/+4
2008-01-30SUNRPC: Move exported declarations to the function declarationsGravatar Trond Myklebust 1-0/+7
2007-10-30sunrpc: fix rpc debuggingGravatar J. Bruce Fields 1-2/+1
2007-10-18sysctl: remove broken sunrpc debug binary sysctlsGravatar Eric W. Biederman 1-4/+0
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlGravatar Eric W. Biederman 1-1/+1
2007-02-14[PATCH] sysctl: sunrpc: don't unnecessarily set ctl_table->deGravatar Eric W. Biederman 1-7/+1
2007-02-14[PATCH] sysctl: sunrpc: remove unnecessary insert_at_head flagGravatar Eric W. Biederman 1-1/+1
2007-02-10[NET] SUNRPC: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-5/+5
2006-12-06SUNRPC: relocate the creation of socket-specific tunablesGravatar Chuck Lever 1-50/+0
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-11-04SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabledGravatar Chuck Lever 1-7/+0
2005-09-23[PATCH] RPC: allow RPC client's port range to be adjustableGravatar Chuck Lever 1-0/+29
2005-09-23[PATCH] RPC: introduce client-side transport switchGravatar Chuck Lever 1-0/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+193