| Commit message (Expand) | Author | Age | Files | Lines |
* | sysctl: add proc_dou8vec_minmax() | Eric Dumazet | 2021-03-25 | 1 | -0/+2 |
* | all arch: remove system call sys_sysctl | Xiaoming Ni | 2020-08-14 | 1 | -4/+2 |
* | kernel/sysctl: support setting sysctl parameters from kernel command line | Vlastimil Babka | 2020-06-08 | 1 | -0/+4 |
* | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 2020-04-27 | 1 | -31/+22 |
* | sysctl: remove all extern declaration from sysctl.c | Christoph Hellwig | 2020-04-27 | 1 | -0/+8 |
* | include/linux/sysctl.h: inline braces for ctl_table and ctl_table_header | Alessio Balsini | 2019-12-04 | 1 | -4/+2 |
* | proc/sysctl: add shared variables for range check | Matteo Croce | 2019-07-18 | 1 | -0/+7 |
* | sysctl: define proc_do_static_key() | Eric Dumazet | 2019-06-14 | 1 | -0/+3 |
* | pipe, sysctl: remove pipe_proc_fn() | Eric Biggers | 2018-02-06 | 1 | -3/+0 |
* | pipe: add proc_dopipe_max_size() to safely assign pipe_max_size | Joe Lawrence | 2017-11-17 | 1 | -0/+3 |
* | sysctl: add register_sysctl() dummy helper | Arnd Bergmann | 2017-11-09 | 1 | -0/+5 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-07-19 | 1 | -1/+1 |
|\ |
|
| * | randstruct: Mark various structs for randomization | Kees Cook | 2017-06-30 | 1 | -1/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-07-13 | 1 | -0/+3 |
|\ \ |
|
| * | | sysctl: add unsigned int range support | Luis R. Rodriguez | 2017-07-12 | 1 | -0/+3 |
| |/ |
|
* / | proc: Fix proc_sys_prune_dcache to hold a sb reference | Eric W. Biederman | 2017-07-11 | 1 | -1/+1 |
|/ |
|
* | sysctl: Remove dead register_sysctl_root | Eric W. Biederman | 2017-04-16 | 1 | -1/+0 |
* | proc/sysctl: prune stale dentries during unregistering | Konstantin Khlebnikov | 2017-02-13 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2016-10-06 | 1 | -2/+1 |
|\ |
|
| * | sysctl: Stop implicitly passing current into sysctl_table_root.lookup | Eric W. Biederman | 2016-08-08 | 1 | -2/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-30 | 1 | -0/+2 |
|\ \ |
|
| * | | sysctl: handle error writing UINT_MAX to u32 fields | Subash Abhinov Kasiviswanathan | 2016-08-26 | 1 | -0/+2 |
| |/ |
|
* / | net: make net namespace sysctls belong to container's owner | Dmitry Torokhov | 2016-08-14 | 1 | -0/+4 |
|/ |
|
* | uapi: move forward declarations of internal structures | Alexey Dobriyan | 2016-08-02 | 1 | -0/+1 |
* | sysctl: Allow creating permanently empty directories that serve as mountpoints. | Eric W. Biederman | 2015-07-01 | 1 | -0/+3 |
* | kernel/sysctl.c: threads-max observe limits | Heinrich Schuchardt | 2015-04-17 | 1 | -0/+3 |
* | sysctl: remove typedef ctl_table | Joe Perches | 2014-08-08 | 1 | -2/+0 |
* | sysctl: Pass useful parameters to sysctl permissions | Eric W. Biederman | 2012-11-18 | 1 | -2/+1 |
* | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 1 | -910/+1 |
* | sysctl: Add register_sysctl for normal sysctl users | Eric W. Biederman | 2012-01-24 | 1 | -0/+1 |
* | sysctl: Index sysctl directories with rbtrees. | Eric W. Biederman | 2012-01-24 | 1 | -2/+8 |
* | sysctl: Make the header lists per directory. | Eric W. Biederman | 2012-01-24 | 1 | -1/+1 |
* | sysctl: Modify __register_sysctl_paths to take a set instead of a root and an... | Eric W. Biederman | 2012-01-24 | 1 | -2/+2 |
* | sysctl: Replace root_list with links between sysctl_table_sets. | Eric W. Biederman | 2012-01-24 | 1 | -2/+1 |
* | sysctl: Stop requiring explicit management of sysctl directories | Eric W. Biederman | 2012-01-24 | 1 | -3/+7 |
* | sysctl: Add a root pointer to ctl_table_set | Eric W. Biederman | 2012-01-24 | 1 | -0/+3 |
* | sysctl: Initial support for auto-unregistering sysctl tables. | Eric W. Biederman | 2012-01-24 | 1 | -0/+1 |
* | sysctl: Remove the now unused ctl_table parent field. | Eric W. Biederman | 2012-01-24 | 1 | -1/+0 |
* | sysctl: register only tables of sysctl files | Eric W. Biederman | 2012-01-24 | 1 | -1/+1 |
* | sysctl: Add support for register sysctl tables with a normal cstring path. | Eric W. Biederman | 2012-01-24 | 1 | -0/+3 |
* | sysctl: Remove the unnecessary sysctl_set parent concept. | Eric W. Biederman | 2012-01-24 | 1 | -3/+0 |
* | sysctl: Implement retire_sysctl_set | Eric W. Biederman | 2012-01-24 | 1 | -0/+1 |
* | sysctl: Move the implementation into fs/proc/proc_sysctl.c | Eric W. Biederman | 2012-01-24 | 1 | -16/+0 |
* | sysctl: Register the base sysctl table like any other sysctl table. | Eric W. Biederman | 2012-01-24 | 1 | -0/+1 |
* | sysctl: Consolidate !CONFIG_SYSCTL handling | Eric W. Biederman | 2012-01-24 | 1 | -33/+62 |
* | sysctl: use umode_t for table permissions | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | sysctl: add support for poll() | Lucas De Marchi | 2011-11-02 | 1 | -0/+22 |
* | ipv4: NET_IPV4_ROUTE_GC_INTERVAL removal | Vasily Averin | 2011-10-03 | 1 | -1/+1 |
* | sysctl: the include of rcupdate.h is only needed in the kernel | Stephen Rothwell | 2011-03-09 | 1 | -1/+1 |