aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sysctl.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-31/+22
2020-04-27sysctl: remove all extern declaration from sysctl.cGravatar Christoph Hellwig 1-0/+8
2019-12-04include/linux/sysctl.h: inline braces for ctl_table and ctl_table_headerGravatar Alessio Balsini 1-4/+2
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-0/+7
2019-06-14sysctl: define proc_do_static_key()Gravatar Eric Dumazet 1-0/+3
2018-02-06pipe, sysctl: remove pipe_proc_fn()Gravatar Eric Biggers 1-3/+0
2017-11-17pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeGravatar Joe Lawrence 1-0/+3
2017-11-09sysctl: add register_sysctl() dummy helperGravatar Arnd Bergmann 1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2017-07-13Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+3
2017-07-12sysctl: add unsigned int range supportGravatar Luis R. Rodriguez 1-0/+3
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceGravatar Eric W. Biederman 1-1/+1
2017-06-30randstruct: Mark various structs for randomizationGravatar Kees Cook 1-1/+1
2017-04-16sysctl: Remove dead register_sysctl_rootGravatar Eric W. Biederman 1-1/+0
2017-02-13proc/sysctl: prune stale dentries during unregisteringGravatar Konstantin Khlebnikov 1-0/+1
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+1
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2016-08-26sysctl: handle error writing UINT_MAX to u32 fieldsGravatar Subash Abhinov Kasiviswanathan 1-0/+2
2016-08-14net: make net namespace sysctls belong to container's ownerGravatar Dmitry Torokhov 1-0/+4
2016-08-08sysctl: Stop implicitly passing current into sysctl_table_root.lookupGravatar Eric W. Biederman 1-2/+1
2016-08-02uapi: move forward declarations of internal structuresGravatar Alexey Dobriyan 1-0/+1
2015-07-01sysctl: Allow creating permanently empty directories that serve as mountpoints.Gravatar Eric W. Biederman 1-0/+3
2015-04-17kernel/sysctl.c: threads-max observe limitsGravatar Heinrich Schuchardt 1-0/+3
2014-08-08sysctl: remove typedef ctl_tableGravatar Joe Perches 1-2/+0
2012-11-18sysctl: Pass useful parameters to sysctl permissionsGravatar Eric W. Biederman 1-2/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-910/+1
2012-01-24sysctl: Add register_sysctl for normal sysctl usersGravatar Eric W. Biederman 1-0/+1
2012-01-24sysctl: Index sysctl directories with rbtrees.Gravatar Eric W. Biederman 1-2/+8
2012-01-24sysctl: Make the header lists per directory.Gravatar Eric W. Biederman 1-1/+1
2012-01-24sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Gravatar Eric W. Biederman 1-2/+2
2012-01-24sysctl: Replace root_list with links between sysctl_table_sets.Gravatar Eric W. Biederman 1-2/+1
2012-01-24sysctl: Stop requiring explicit management of sysctl directoriesGravatar Eric W. Biederman 1-3/+7
2012-01-24sysctl: Add a root pointer to ctl_table_setGravatar Eric W. Biederman 1-0/+3
2012-01-24sysctl: Initial support for auto-unregistering sysctl tables.Gravatar Eric W. Biederman 1-0/+1
2012-01-24sysctl: Remove the now unused ctl_table parent field.Gravatar Eric W. Biederman 1-1/+0
2012-01-24sysctl: register only tables of sysctl filesGravatar Eric W. Biederman 1-1/+1
2012-01-24sysctl: Add support for register sysctl tables with a normal cstring path.Gravatar Eric W. Biederman 1-0/+3
2012-01-24sysctl: Remove the unnecessary sysctl_set parent concept.Gravatar Eric W. Biederman 1-3/+0
2012-01-24sysctl: Implement retire_sysctl_setGravatar Eric W. Biederman 1-0/+1
2012-01-24sysctl: Move the implementation into fs/proc/proc_sysctl.cGravatar Eric W. Biederman 1-16/+0
2012-01-24sysctl: Register the base sysctl table like any other sysctl table.Gravatar Eric W. Biederman 1-0/+1
2012-01-24sysctl: Consolidate !CONFIG_SYSCTL handlingGravatar Eric W. Biederman 1-33/+62
2012-01-03sysctl: use umode_t for table permissionsGravatar Al Viro 1-1/+1
2011-11-02sysctl: add support for poll()Gravatar Lucas De Marchi 1-0/+22
2011-10-03ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalGravatar Vasily Averin 1-1/+1
2011-03-09sysctl: the include of rcupdate.h is only needed in the kernelGravatar Stephen Rothwell 1-1/+1
2011-03-08unfuck proc_sysctl ->d_compare()Gravatar Al Viro 1-4/+10
2010-05-15sysctl: add proc_do_large_bitmapGravatar Octavian Purdila 1-0/+2
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsGravatar Eric W. Biederman 1-1/+0