summaryrefslogtreecommitdiffstats
path: root/include/linux/sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-0/+7
* sysctl: define proc_do_static_key()Eric Dumazet2019-06-151-0/+3
* pipe, sysctl: remove pipe_proc_fn()Eric Biggers2018-02-071-3/+0Star
* pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2017-11-181-0/+3
* sysctl: add register_sysctl() dummy helperArnd Bergmann2017-11-101-0/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-131-0/+3
|\ \
| * | sysctl: add unsigned int range supportLuis R. Rodriguez2017-07-131-0/+3
| |/
* / proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman2017-07-111-1/+1
|/
* sysctl: Remove dead register_sysctl_rootEric W. Biederman2017-04-171-1/+0Star
* proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov2017-02-131-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-2/+1Star
|\
| * sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman2016-08-081-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-0/+2
|\ \
| * | sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan2016-08-271-0/+2
| |/
* / net: make net namespace sysctls belong to container's ownerDmitry Torokhov2016-08-151-0/+4
|/
* uapi: move forward declarations of internal structuresAlexey Dobriyan2016-08-021-0/+1
* sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman2015-07-011-0/+3
* kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt2015-04-171-0/+3
* sysctl: remove typedef ctl_tableJoe Perches2014-08-091-2/+0Star
* sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman2012-11-191-2/+1Star
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-910/+1Star
* sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman2012-01-251-0/+1
* sysctl: Index sysctl directories with rbtrees.Eric W. Biederman2012-01-251-2/+8
* sysctl: Make the header lists per directory.Eric W. Biederman2012-01-251-1/+1
* sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman2012-01-251-2/+2
* sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman2012-01-251-2/+1Star
* sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman2012-01-251-3/+7
* sysctl: Add a root pointer to ctl_table_setEric W. Biederman2012-01-251-0/+3
* sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman2012-01-251-0/+1
* sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman2012-01-251-1/+0Star
* sysctl: register only tables of sysctl filesEric W. Biederman2012-01-251-1/+1
* sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman2012-01-251-0/+3
* sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman2012-01-251-3/+0Star
* sysctl: Implement retire_sysctl_setEric W. Biederman2012-01-251-0/+1
* sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman2012-01-251-16/+0Star
* sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman2012-01-251-0/+1
* sysctl: Consolidate !CONFIG_SYSCTL handlingEric W. Biederman2012-01-251-33/+62
* sysctl: use umode_t for table permissionsAl Viro2012-01-041-1/+1
* sysctl: add support for poll()Lucas De Marchi2011-11-031-0/+22
* ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin2011-10-031-1/+1
* sysctl: the include of rcupdate.h is only needed in the kernelStephen Rothwell2011-03-101-1/+1
* unfuck proc_sysctl ->d_compare()Al Viro2011-03-081-4/+10
* sysctl: add proc_do_large_bitmapOctavian Purdila2010-05-161-0/+2
* net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman2010-02-171-1/+0Star
* net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman2010-02-171-4/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-111-1/+2
|\
| * net: restore ip source validationJamal Hadi Salim2009-12-261-0/+1