summaryrefslogtreecommitdiff
path: root/include/linux/sysctl.h
AgeCommit message (Expand)Author
2021-08-17sysctl: introduce new proc handler proc_doboolJia He
2021-03-25sysctl: add proc_dou8vec_minmax()Eric Dumazet
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig
2019-12-04include/linux/sysctl.h: inline braces for ctl_table and ctl_table_headerAlessio Balsini
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-06-14sysctl: define proc_do_static_key()Eric Dumazet
2018-02-06pipe, sysctl: remove pipe_proc_fn()Eric Biggers
2017-11-17pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence
2017-11-09sysctl: add register_sysctl() dummy helperArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-04-16sysctl: Remove dead register_sysctl_rootEric W. Biederman
2017-02-13proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-26sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan
2016-08-14net: make net namespace sysctls belong to container's ownerDmitry Torokhov
2016-08-08sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman
2016-08-02uapi: move forward declarations of internal structuresAlexey Dobriyan
2015-07-01sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman
2015-04-17kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt
2014-08-08sysctl: remove typedef ctl_tableJoe Perches
2012-11-18sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-01-24sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman
2012-01-24sysctl: Index sysctl directories with rbtrees.Eric W. Biederman
2012-01-24sysctl: Make the header lists per directory.Eric W. Biederman
2012-01-24sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman
2012-01-24sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman
2012-01-24sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman
2012-01-24sysctl: Add a root pointer to ctl_table_setEric W. Biederman
2012-01-24sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman
2012-01-24sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman
2012-01-24sysctl: register only tables of sysctl filesEric W. Biederman
2012-01-24sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman
2012-01-24sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman
2012-01-24sysctl: Implement retire_sysctl_setEric W. Biederman
2012-01-24sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman
2012-01-24sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman
2012-01-24sysctl: Consolidate !CONFIG_SYSCTL handlingEric W. Biederman
2012-01-03sysctl: use umode_t for table permissionsAl Viro
2011-11-02sysctl: add support for poll()Lucas De Marchi
2011-10-03ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin