aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sysctl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+1
2009-12-04sysctl: add missing commentsThadeu Lima de Souza Cascardo1-5/+5
2009-12-03ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy1-0/+1
2009-11-18sysctl: Remove CTL_NONE and CTL_UNNUMBEREDEric W. Biederman1-9/+0
2009-11-18sysctl: kill dead ctl_handler definitions.Eric W. Biederman1-11/+0
2009-11-12sysctl: Remove the last of the generic binary sysctl supportEric W. Biederman1-3/+0
2009-11-11sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman1-15/+2
2009-11-06sysctl: Make do_sysctl staticEric W. Biederman1-4/+0
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-10/+9
2009-02-01net: add ARP notify option for devicesStephen Hemminger1-0/+1
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan1-1/+1
2008-07-26[PATCH] sanitize proc_sysctlAl Viro1-0/+1
2008-07-26[PATCH] sysctl: keep track of tree relationshipsAl Viro1-0/+3
2008-07-26[PATCH] allow delayed freeing of ctl_table_headerAl Viro1-0/+6
2008-07-26[PATCH] beginning of sysctl cleanup - ctl_table_setAl Viro1-2/+13
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov1-1/+6
2008-04-29sysctl: clean from unneeded extern and forward declarationsPavel Emelyanov1-5/+0