aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sysctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-11-03Sunrpc: Supports hexadecimal number for sysctl files of sunrpc debugKinglong Mee1-11/+12
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-5/+5
2012-01-31SUNRPC: make SUNPRC clients list per network namespace contextStanislav Kinsbursky1-1/+3
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-5/+5
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-3/+2
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2008-09-01sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transportsCyrill Gorcunov1-14/+4
2008-02-01svc: Add /proc/sys/sunrpc/transport filesTom Tucker1-0/+31
2008-01-30SUNRPC: Restrict sunrpc client exportsTrond Myklebust1-4/+4
2008-01-30SUNRPC: Move exported declarations to the function declarationsTrond Myklebust1-0/+7
2007-10-30sunrpc: fix rpc debuggingJ. Bruce Fields1-2/+1
2007-10-18sysctl: remove broken sunrpc debug binary sysctlsEric W. Biederman1-4/+0
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: sunrpc: don't unnecessarily set ctl_table->deEric W. Biederman1-7/+1
2007-02-14[PATCH] sysctl: sunrpc: remove unnecessary insert_at_head flagEric W. Biederman1-1/+1
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki1-5/+5
2006-12-06SUNRPC: relocate the creation of socket-specific tunablesChuck Lever1-50/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-11-04SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabledChuck Lever1-7/+0
2005-09-23[PATCH] RPC: allow RPC client's port range to be adjustableChuck Lever1-0/+29
2005-09-23[PATCH] RPC: introduce client-side transport switchChuck Lever1-0/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+193