aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sysctl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-06pipe, sysctl: remove pipe_proc_fn()Eric Biggers1-3/+0
2017-11-17pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence1-0/+3
2017-11-09sysctl: add register_sysctl() dummy helperArnd Bergmann1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+3
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez1-0/+3
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman1-1/+1
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-1/+1
2017-04-16sysctl: Remove dead register_sysctl_rootEric W. Biederman1-1/+0
2017-02-13proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov1-0/+1
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+1
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-08-26sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan1-0/+2
2016-08-14net: make net namespace sysctls belong to container's ownerDmitry Torokhov1-0/+4
2016-08-08sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman1-2/+1
2016-08-02uapi: move forward declarations of internal structuresAlexey Dobriyan1-0/+1
2015-07-01sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman1-0/+3
2015-04-17kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt1-0/+3
2014-08-08sysctl: remove typedef ctl_tableJoe Perches1-2/+0
2012-11-18sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman1-2/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-910/+1
2012-01-24sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman1-0/+1
2012-01-24sysctl: Index sysctl directories with rbtrees.Eric W. Biederman1-2/+8
2012-01-24sysctl: Make the header lists per directory.Eric W. Biederman1-1/+1
2012-01-24sysctl: Modify __register_sysctl_paths to take a set instead of a root and an nsproxyEric W. Biederman1-2/+2
2012-01-24sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman1-2/+1
2012-01-24sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman1-3/+7
2012-01-24sysctl: Add a root pointer to ctl_table_setEric W. Biederman1-0/+3
2012-01-24sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman1-0/+1
2012-01-24sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman1-1/+0
2012-01-24sysctl: register only tables of sysctl filesEric W. Biederman1-1/+1
2012-01-24sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman1-0/+3
2012-01-24sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman1-3/+0
2012-01-24sysctl: Implement retire_sysctl_setEric W. Biederman1-0/+1
2012-01-24sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman1-16/+0
2012-01-24sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman1-0/+1
2012-01-24sysctl: Consolidate !CONFIG_SYSCTL handlingEric W. Biederman1-33/+62
2012-01-03sysctl: use umode_t for table permissionsAl Viro1-1/+1
2011-11-02sysctl: add support for poll()Lucas De Marchi1-0/+22
2011-10-03ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin1-1/+1
2011-03-09sysctl: the include of rcupdate.h is only needed in the kernelStephen Rothwell1-1/+1
2011-03-08unfuck proc_sysctl ->d_compare()Al Viro1-4/+10
2010-05-15sysctl: add proc_do_large_bitmapOctavian Purdila1-0/+2
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman1-1/+0
2010-02-16net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman1-4/+0
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-01-07net: RFC3069, private VLAN proxy arp supportJesper Dangaard Brouer1-0/+1
2009-12-25net: restore ip source validationJamal Hadi Salim1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-5/+5